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

Skip to content

Commit 60fc37e

Browse files
committed
finish converting axes.py docstrings to ReST
svn path=/trunk/matplotlib/; revision=5426
1 parent 1fb53d1 commit 60fc37e

4 files changed

Lines changed: 134 additions & 112 deletions

File tree

doc/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ Introduction to developer's guide here **TODO**.
1212
.. toctree::
1313

1414
artist_api.rst
15+
axes_api.rst
1516
pyplot_api.rst
1617

doc/api/pyplot_api.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ matplotlib pyplot
77
=============================
88

99
.. automodule:: matplotlib.pyplot
10-
:members:
10+
:members:
11+
:undoc-members:

doc/faq/environment_variables_faq.rst

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@
44
Environment Variables
55
*********************
66

7-
====================== =======================================================
8-
Environment Variable Description
9-
====================== =======================================================
10-
.. envvar:: PATH The list of directories searched to find executable
11-
programs
12-
.. envvar:: PYTHONPATH The list of directories that is searched to find Python
13-
packages and modules
14-
====================== =======================================================
15-
16-
7+
.. envvar:: PATH:
8+
The list of directories searched to find executable programs
9+
.. envvar:: PYTHONPATH:
10+
The list of directories that is searched to find Python packages and modules
1711

1812

1913
Setting Environment Variables

0 commit comments

Comments
 (0)