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

Skip to content

Commit 2843eae

Browse files
committed
Add the toolkit documentation to the main table of contents.
1 parent 6c653e8 commit 2843eae

3 files changed

Lines changed: 20 additions & 9 deletions

File tree

doc/contents.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Overview
1717
users/index.rst
1818
faq/index.rst
1919
devel/index.rst
20+
mpl_toolkits/index.rst
2021
api/index.rst
2122
glossary/index.rst
2223

doc/mpl_toolkits/axes_grid/index.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,21 @@ multiple axes according to their aspects.
1313

1414
.. image:: ../../_static/demo_axes_grid.png
1515

16-
.. note::
16+
.. note::
1717
AxesGrid toolkit has been a part of matplotlib since v
18-
0.99. Originally, the toolkit had a single namespace of
19-
*axes_grid*. In more recent version (since svn r8226), the toolkit
18+
0.99. Originally, the toolkit had a single namespace of
19+
*axes_grid*. In more recent version (since svn r8226), the toolkit
2020
has divided into two separate namespace (*axes_grid1* and *axisartist*).
2121
While *axes_grid* namespace is maintained for the backward compatibility,
2222
use of *axes_grid1* and *axisartist* is recommended.
2323

24-
.. warning::
24+
.. warning::
2525
*axes_grid* and *axisartist* (but not *axes_grid1*) uses
2626
a custom Axes class (derived from the mpl's original Axes class).
2727
As a side effect, some commands (mostly tick-related) do not work.
2828
Use *axes_grid1* to avoid this, or see how things are different in
2929
*axes_grid* and *axisartist* (LINK needed)
3030

31-
32-
33-
Documentation
34-
=============
35-
3631
.. toctree::
3732
:maxdepth: 2
3833

doc/mpl_toolkits/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _toolkits-index:
2+
3+
########
4+
Toolkits
5+
########
6+
7+
.. htmlonly::
8+
9+
:Release: |version|
10+
:Date: |today|
11+
12+
.. toctree::
13+
14+
axes_grid/index.rst
15+
mplot3d/index.rst

0 commit comments

Comments
 (0)