|
From: <ds...@us...> - 2008-06-07 21:45:38
|
Revision: 5417
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5417&view=rev
Author: dsdale
Date: 2008-06-07 14:45:36 -0700 (Sat, 07 Jun 2008)
Log Message:
-----------
fix some formatting in documentation guide
Modified Paths:
--------------
trunk/matplotlib/doc/devel/documenting_mpl.rst
Modified: trunk/matplotlib/doc/devel/documenting_mpl.rst
===================================================================
--- trunk/matplotlib/doc/devel/documenting_mpl.rst 2008-06-07 21:41:51 UTC (rev 5416)
+++ trunk/matplotlib/doc/devel/documenting_mpl.rst 2008-06-07 21:45:36 UTC (rev 5417)
@@ -31,7 +31,7 @@
arguments to build everything.
The output produced by Sphinx can be configured by editing the `conf.py`
-file located in the `doc\`.
+file located in the `doc/`.
Organization of Matplotlib's Documentation
==========================================
@@ -81,9 +81,9 @@
In [69]: lines = plot([1,2,3])
-which would yield::
+ which would yield:
-.. sourcecode:: ipython
+ .. sourcecode:: ipython
In [69]: lines = plot([1,2,3])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|