Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b41caa4

Browse filesBrowse files
committed
Clarify index
1 parent ef84b93 commit b41caa4
Copy full SHA for b41caa4

File tree

Expand file treeCollapse file tree

1 file changed

+10
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-8
lines changed

‎doc/mpl_toolkits/index.rst

Copy file name to clipboardExpand all lines: doc/mpl_toolkits/index.rst
+10-8Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:hidden:
55

66
axes_grid1/index.rst
7+
axisartist/index.rst
78
mplot3d/index.rst
89

910
.. _toolkits:
@@ -36,16 +37,16 @@ solution for some use cases.
3637

3738
.. _toolkit_axes_grid1:
3839

39-
AxesGrid1
40-
=========
40+
axes_grid1
41+
==========
4142
.. toctree::
4243
:maxdepth: 2
4344

4445
axes_grid1/index
4546

4647

47-
The matplotlib :ref:`AxesGrid1 <toolkit_axesgrid1-index>` toolkit is a
48-
collection of helper classes to ease displaying multiple images in matplotlib.
48+
The :ref:`mpl_toolkits.axisgrid1 <toolkit_axesgrid1-index>` toolkit is a
49+
collection of helper classes to ease displaying multiple axes in matplotlib.
4950

5051

5152

@@ -54,23 +55,24 @@ collection of helper classes to ease displaying multiple images in matplotlib.
5455

5556
.. _toolkit_axisartist:
5657

57-
Axisartist
58+
axisartist
5859
==========
5960
.. toctree::
6061
:maxdepth: 2
6162

6263
axisartist/index
6364

6465

65-
66+
The :ref:`mpl_toolkits.axisartist <toolkit_axisartist-index>` toolkit contains
67+
a custom Axes class that is meant to support for curvilinear grids.
6668

6769

6870
.. _toolkit_gtk:
6971

7072
GTK Tools
7173
=========
7274

73-
mpl_toolkits.gtktools provides some utilities for working with GTK.
75+
``mpl_toolkits.gtktools`` provides some utilities for working with GTK.
7476
This toolkit ships with matplotlib, but requires `pygtk
7577
<http://www.pygtk.org/>`_.
7678

@@ -80,6 +82,6 @@ This toolkit ships with matplotlib, but requires `pygtk
8082
Excel Tools
8183
===========
8284

83-
mpl_toolkits.exceltools provides some utilities for working with
85+
``mpl_toolkits.exceltools`` provides some utilities for working with
8486
Excel. This toolkit ships with matplotlib, but requires
8587
`xlwt <http://pypi.python.org/pypi/xlwt>`_

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.