Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 828468d

Browse files
authored
Merge pull request #11907 from timhoffm/doc-axes-toc
DOC: Move TOC back to top in axes documentation
2 parents ac778c8 + 4b7812c commit 828468d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

doc/api/axes_api.rst

Lines changed: 9 additions & 5 deletions
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)