10000 DOC: Add axes_api to documentation after the refactoring by jarondl · Pull Request #2427 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

DOC: Add axes_api to documentation after the refactoring #2427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 18, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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 #1461
  • Loading branch information
Yaron de Leeuw committed Sep 16, 2013
commit 28eec9e475aa8343f7bbdb687ea901b633b1c2f0
3 changes: 1 addition & 2 deletions doc/api/axes_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ axes
:mod:`matplotlib.axes`
======================

.. automodule:: matplotlib.axes
.. automodule:: matplotlib.axes._axes
:members:
:undoc-members:
:show-inheritance:

0