Skip to content

Commit dde91be

Browse files
committed
Some additions to the API list.
1 parent b62acc8 commit dde91be

File tree

4 files changed

+41
-2
lines changed

4 files changed

+41
-2
lines changed

doc/api/animation_api.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*********
2+
animation
3+
*********
4+
5+
6+
:mod:`matplotlib.animation`
7+
===========================
8+
9+
.. automodule:: matplotlib.animation
10+
:members:
11+
:undoc-members:
12+
:show-inheritance:

doc/api/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
api_changes.rst
1616
matplotlib_configuration_api.rst
1717
afm_api.rst
18+
animation_api.rst
1819
artist_api.rst
1920
axes_api.rst
2021
axis_api.rst
22+
index_backend_api.rst
2123
cbook_api.rst
2224
cm_api.rst
2325
collections_api.rst
@@ -27,13 +29,14 @@
2729
figure_api.rst
2830
font_manager_api.rst
2931
gridspec_api.rst
32+
legend_api.rst
3033
mathtext_api.rst
3134
mlab_api.rst
35+
nxutils_api.rst
3236
path_api.rst
3337
pyplot_api.rst
34-
nxutils_api.rst
3538
spines_api.rst
3639
ticker_api.rst
40+
tight_layout_api.rst
3741
units_api.rst
38-
index_backend_api.rst
3942
widgets_api.rst

doc/api/legend_api.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
******
2+
legend
3+
******
4+
5+
6+
:mod:`matplotlib.legend`
7+
=========================
8+
9+
.. automodule:: matplotlib.legend
10+
:members:
11+
:undoc-members:
12+
:show-inheritance:

doc/api/tight_layout_api.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
************
2+
tight_layout
3+
************
4+
5+
6+
:mod:`matplotlib.tight_layout`
7+
==============================
8+
9+
.. automodule:: matplotlib.tight_layout
10+
:members:
11+
:undoc-members:
12+
:show-inheritance:

0 commit comments

Comments
 (0)