Skip to content

Commit 6bd0641

Browse files
tacaswellMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #11907: Move TOC back to top in axes documentation
1 parent 254a924 commit 6bd0641

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

doc/api/axes_api.rst

+9-5
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,24 @@ axes
44

55
.. currentmodule:: matplotlib.axes
66

7+
.. contents:: Table of Contents
8+
:depth: 2
9+
:local:
10+
:backlinks: entry
11+
:class: multicol-toc
12+
713
.. automodule:: matplotlib.axes
814
:no-members:
915
:no-undoc-members:
1016

17+
The Axes class
18+
==============
19+
1120
.. autoclass:: Axes
1221
:no-members:
1322
:no-undoc-members:
1423
:show-inheritance:
1524

16-
.. contents:: Table of Contents
17-
:depth: 2
18-
:local:
19-
:backlinks: entry
20-
:class: multicol-toc
2125

2226
Subplots
2327
========

0 commit comments

Comments
 (0)