Skip to content

Commit 28eec9e

Browse files
author
Yaron de Leeuw
committed
DOC: Add axes_api to documentation after the refactoring
Recently, axes was converted from a module to a package. This adds axes_api to the doctree back. `show-inheritance` was removed because it tells the user that `Axes` `Bases: matplotlib.axes._base._AxesBase` which is not that relevant I think. This is mentioned in issue matplotlib#1461
1 parent 7a9f234 commit 28eec9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/axes_api.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ axes
66
:mod:`matplotlib.axes`
77
======================
88

9-
.. automodule:: matplotlib.axes
9+
.. automodule:: matplotlib.axes._axes
1010
:members:
1111
:undoc-members:
12-
:show-inheritance:
1312

0 commit comments

Comments
 (0)