diff --git a/doc/api/axes_api.rst b/doc/api/axes_api.rst index 9e89f808441c..f83da33767f7 100644 --- a/doc/api/axes_api.rst +++ b/doc/api/axes_api.rst @@ -4,20 +4,24 @@ axes .. currentmodule:: matplotlib.axes +.. contents:: Table of Contents + :depth: 2 + :local: + :backlinks: entry + :class: multicol-toc + .. automodule:: matplotlib.axes :no-members: :no-undoc-members: +The Axes class +============== + .. autoclass:: Axes :no-members: :no-undoc-members: :show-inheritance: -.. contents:: Table of Contents - :depth: 2 - :local: - :backlinks: entry - :class: multicol-toc Subplots ========