Skip to content

Commit d0fc2e9

Browse files
authored
Merge pull request matplotlib#16698 from anntzer/toolkitsdocs
Small edits to toolkits docs.
2 parents a3e4d0f + b4d0907 commit d0fc2e9

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

doc/api/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,13 @@ Toolkits
132132
Matplotlib. The following toolkits are included:
133133

134134
.. toctree::
135-
:maxdepth: 1
135+
:hidden:
136136

137137
toolkits/index.rst
138+
139+
.. toctree::
140+
:maxdepth: 1
141+
138142
toolkits/mplot3d.rst
139143
toolkits/axes_grid1.rst
140144
toolkits/axisartist.rst

doc/api/toolkits/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ information.
2626
:align: center
2727
:scale: 50
2828

29-
Contourf3d 2
30-
3129
.. toctree::
3230
:maxdepth: 2
3331

doc/api/toolkits/mplot3d.rst

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mplot3d API
55
***********
66

77
.. contents::
8-
:backlinks: none
8+
:backlinks: none
99

1010
.. automodule:: mpl_toolkits.mplot3d
1111
:no-members:
@@ -70,15 +70,6 @@ mplot3d API
7070
art3d.PathPatch3D
7171
art3d.Poly3DCollection
7272
art3d.Text3D
73-
74-
75-
Art3D Utility Functions
76-
=======================
77-
78-
.. autosummary::
79-
:toctree: ../_as_gen
80-
:template: autosummary.rst
81-
8273
art3d.get_dir_vector
8374
art3d.juggle_axes
8475
art3d.line_2d_to_3d

0 commit comments

Comments
 (0)