Skip to content

Commit e665789

Browse files
author
Yaron de Leeuw
committed
DOC: changed axes_api from automodule to autoclass
with automodule we had: `matplotlib.axes._axes.Axes` while with autoclass we have `matplotlib.axes.Axes` However, we must remember this documents only one class, so if classes will be added to the module, they should be added by hand.
1 parent 28eec9e commit e665789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/axes_api.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ axes
66
:mod:`matplotlib.axes`
77
======================
88

9-
.. automodule:: matplotlib.axes._axes
9+
.. autoclass:: matplotlib.axes.Axes
1010
:members:
1111
:undoc-members:
1212

0 commit comments

Comments
 (0)