Skip to content

Commit fc7deea

Browse files
authored
Merge pull request #28803 from meeseeksmachine/auto-backport-of-pr-28798-on-v3.9.2-doc
Backport PR #28798 on branch v3.9.2-doc (DOC: Correctly list modules that have been internalized)
2 parents 20338ee + 259b3ee commit fc7deea

11 files changed

+45
-70
lines changed

doc/api/_afm_api.rst

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*******************
2+
``matplotlib._afm``
3+
*******************
4+
5+
.. automodule:: matplotlib._afm
6+
:members:
7+
:undoc-members:
8+
:show-inheritance:

doc/api/_docstring_api.rst

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*************************
2+
``matplotlib._docstring``
3+
*************************
4+
5+
.. automodule:: matplotlib._docstring
6+
:members:
7+
:undoc-members:
8+
:show-inheritance:

doc/api/_tight_bbox_api.rst

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
**************************
2+
``matplotlib._tight_bbox``
3+
**************************
4+
5+
.. automodule:: matplotlib._tight_bbox
6+
:members:
7+
:undoc-members:
8+
:show-inheritance:

doc/api/_tight_layout_api.rst

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
****************************
2+
``matplotlib._tight_layout``
3+
****************************
4+
5+
.. automodule:: matplotlib._tight_layout
6+
:members:
7+
:undoc-members:
8+
:show-inheritance:

doc/api/_type1font.rst

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*************************
2+
``matplotlib._type1font``
3+
*************************
4+
5+
.. automodule:: matplotlib._type1font
6+
:members:
7+
:undoc-members:
8+
:show-inheritance:

doc/api/afm_api.rst

-13
This file was deleted.

doc/api/docstring_api.rst

-13
This file was deleted.

doc/api/index.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ Alphabetical list of modules:
7979
:maxdepth: 1
8080

8181
matplotlib_configuration_api.rst
82-
afm_api.rst
8382
animation_api.rst
8483
artist_api.rst
8584
axes_api.rst
@@ -98,7 +97,6 @@ Alphabetical list of modules:
9897
container_api.rst
9998
contour_api.rst
10099
dates_api.rst
101-
docstring_api.rst
102100
dviread.rst
103101
figure_api.rst
104102
font_manager_api.rst
@@ -134,16 +132,18 @@ Alphabetical list of modules:
134132
text_api.rst
135133
texmanager_api.rst
136134
ticker_api.rst
137-
tight_bbox_api.rst
138-
tight_layout_api.rst
139135
transformations.rst
140136
tri_api.rst
141-
type1font.rst
142137
typing_api.rst
143138
units_api.rst
144139
widgets_api.rst
140+
_afm_api.rst
145141
_api_api.rst
142+
_docstring_api.rst
146143
_enums_api.rst
144+
_type1font.rst
145+
_tight_bbox_api.rst
146+
_tight_layout_api.rst
147147
toolkits/mplot3d.rst
148148
toolkits/axes_grid1.rst
149149
toolkits/axisartist.rst

doc/api/tight_bbox_api.rst

-13
This file was deleted.

doc/api/tight_layout_api.rst

-13
This file was deleted.

doc/api/type1font.rst

-13
This file was deleted.

0 commit comments

Comments
 (0)