|
From: <ds...@us...> - 2008-06-13 21:28:03
|
Revision: 5525
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5525&view=rev
Author: dsdale
Date: 2008-06-13 14:27:56 -0700 (Fri, 13 Jun 2008)
Log Message:
-----------
minor formatting changes in documentation
Modified Paths:
--------------
trunk/matplotlib/doc/api/matplotlib_configuration_api.rst
trunk/matplotlib/doc/api/pyplot_api.rst
trunk/matplotlib/doc/users/pyplot_tutorial.rst
Modified: trunk/matplotlib/doc/api/matplotlib_configuration_api.rst
===================================================================
--- trunk/matplotlib/doc/api/matplotlib_configuration_api.rst 2008-06-13 20:54:18 UTC (rev 5524)
+++ trunk/matplotlib/doc/api/matplotlib_configuration_api.rst 2008-06-13 21:27:56 UTC (rev 5525)
@@ -17,7 +17,7 @@
:mod:`matplotlib.rcsetup`
-=============================
+=========================
.. automodule:: matplotlib.rcsetup
:members:
Modified: trunk/matplotlib/doc/api/pyplot_api.rst
===================================================================
--- trunk/matplotlib/doc/api/pyplot_api.rst 2008-06-13 20:54:18 UTC (rev 5524)
+++ trunk/matplotlib/doc/api/pyplot_api.rst 2008-06-13 21:27:56 UTC (rev 5525)
@@ -4,7 +4,7 @@
:mod:`matplotlib.pyplot`
-=============================
+========================
.. automodule:: matplotlib.pyplot
:members:
Modified: trunk/matplotlib/doc/users/pyplot_tutorial.rst
===================================================================
--- trunk/matplotlib/doc/users/pyplot_tutorial.rst 2008-06-13 20:54:18 UTC (rev 5524)
+++ trunk/matplotlib/doc/users/pyplot_tutorial.rst 2008-06-13 21:27:56 UTC (rev 5525)
@@ -213,7 +213,7 @@
The :func:`~matplotlib.pyplot.text` command can be used to add text in
an arbitrary location, and the :func:`~matplotlib.pyplot.xlabel`,
:func:`~matplotlib.pyplot.ylabel` and :func:`~matplotlib.pyplot.title`
-are used tox add text in the indicated locations (see :ref:`text-intro`
+are used to add text in the indicated locations (see :ref:`text-intro`
for a more detailed example)
.. plot:: pyplot_text.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|