Skip to content

Don't generate individual doc entries for inherited Axes/Axis/Tick methods #14960

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 3 commits into from
Apr 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
83 changes: 5 additions & 78 deletions doc/api/axes_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
:no-members:
:no-undoc-members:

Inheritance
===========
.. inheritance-diagram:: matplotlib.axes.Axes
:private-bases:

The Axes class
==============

Expand Down Expand Up @@ -574,78 +579,6 @@ Drawing
Axes.get_tightbbox


Bulk property manipulation
==========================

.. autosummary::
:toctree: _as_gen
:template: autosummary.rst
:nosignatures:

Axes.set
Axes.update
Axes.properties
Axes.update_from


General Artist Properties
=========================

.. autosummary::
:toctree: _as_gen
:template: autosummary.rst
:nosignatures:

Axes.set_agg_filter
Axes.set_alpha
Axes.set_animated
Axes.set_clip_box
Axes.set_clip_on
Axes.set_clip_path
Axes.set_gid
Axes.set_label
Axes.set_path_effects
Axes.set_rasterized
Axes.set_sketch_params
Axes.set_snap
Axes.set_transform
Axes.set_url
Axes.set_visible
Axes.set_zorder

Axes.get_agg_filter
Axes.get_alpha
Axes.get_animated
Axes.get_clip_box
Axes.get_clip_on
Axes.get_clip_path
Axes.get_gid
Axes.get_label
Axes.get_path_effects
Axes.get_rasterized
Axes.get_sketch_params
Axes.get_snap
Axes.get_transform
Axes.get_url
Axes.get_visible
Axes.get_zorder

Axes.axes
Axes.set_figure
Axes.get_figure

Artist Methods
==============

.. autosummary::
:toctree: _as_gen
:template: autosummary.rst
:nosignatures:

Axes.remove
Axes.is_transform_set


Projection
==========

Expand Down Expand Up @@ -681,9 +614,3 @@ Other
Axes.get_default_bbox_extra_artists
Axes.get_transformed_clip_path_and_affine
Axes.has_data


Inheritance
===========
.. inheritance-diagram:: matplotlib.axes.Axes
:private-bases:
Loading