Revision: 7460
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7460&view=rev
Author:   jdh2358
Date:     2009-08-11 11:33:59 +0000 (Tue, 11 Aug 2009)

Log Message:
-----------
cleaned up some build errors and warnings

Modified Paths:
--------------
    trunk/py4science/examples/sphinx_qs/cheatsheet.rst
    trunk/py4science/examples/sphinx_qs/extensions.rst
    trunk/py4science/examples/sphinx_qs/getting_started.rst

Modified: trunk/py4science/examples/sphinx_qs/cheatsheet.rst
===================================================================
--- trunk/py4science/examples/sphinx_qs/cheatsheet.rst  2009-08-11 11:27:30 UTC 
(rev 7459)
+++ trunk/py4science/examples/sphinx_qs/cheatsheet.rst  2009-08-11 11:33:59 UTC 
(rev 7460)
@@ -24,10 +24,8 @@
 
 Or literally include code:
 
-.. literalinclude:: ../pyplots/ellipses.py
+.. literalinclude:: pyplots/ellipses.py
 
-
-
 .. _making-a-list:
 
 Making a list
@@ -81,7 +79,7 @@
 
 It is easy to make a link to `yahoo <http://yahoo.com>`_ or to some
 section inside this document (see :ref:`making-a-table`) or another
-document (see :ref:`final-results`).
+document.
 
 You can also reference classes, modules, functions, etc that are
 documented using the sphinx `autodoc
@@ -92,68 +90,6 @@
 
 
 
-.. _making-a-list:
-
-Making a list
-=============
-
-It is easy to make lists in rest
-
-Bullet points
--------------
-
-This is a subsection making bullet points
-
-* point A
-
-* point B
-
-* point C
-
-
-Enumerated points
-------------------
-
-This is a subsection making numbered points
-
-#. point A
-
-#. point B
-
-#. point C
-
-
-.. _making-a-table:
-
-Making a table
-==============
-
-This shows you how to make a table -- if you only want to make a list see 
:ref:`making-a-list`.
-
-==================   ============
-Name                 Age
-==================   ============
-John D Hunter        40
-Cast of Thousands    41
-And Still More       42
-==================   ============
-
-.. _making-links:
-
-Making links
-============
-
-It is easy to make a link to `yahoo <http://yahoo.com>`_ or to some
-section inside this document (see :ref:`making-a-table`) or another
-document (see :ref:`final-results`).
-
-You can also reference classes, modules, functions, etc that are
-documented using the sphinx `autodoc
-<http://sphinx.pocoo.org/ext/autodoc.html>`_ facilites.  For example,
-see the module :mod:`matplotlib.backend_bases` documentation, or the
-class :class:`~matplotlib.backend_bases.LocationEvent`, or the method
-:meth:`~matplotlib.backend_bases.FigureCanvasBase.mpl_connect`.
-
 .. _cheatsheet-literal:
 
 This file

Modified: trunk/py4science/examples/sphinx_qs/extensions.rst
===================================================================
--- trunk/py4science/examples/sphinx_qs/extensions.rst  2009-08-11 11:27:30 UTC 
(rev 7459)
+++ trunk/py4science/examples/sphinx_qs/extensions.rst  2009-08-11 11:33:59 UTC 
(rev 7460)
@@ -13,7 +13,7 @@
 groups, eg numpy and ipython.  We're collecting these in this tutorial
 and showing you how to install and use them for your own project.
 First let's grab the python extension files from the :file:`sphinxext`
-directory from svn (see :ref:`getting-the-data`, and install them in
+directory from svn (see :ref:`fetching-the-data`, and install them in
 our :file:`py4sci` project :file:`sphinxext` directory::
 
     home:~/tmp/py4sci> mkdir sphinxext
@@ -118,7 +118,7 @@
 refer to it using the ``plot`` directive.  To include the source code
 for the plot in the document, pass the ``include-source`` parameter::
 
-  .. plot:: ../pyplots/ellipses.py
+  .. plot:: pyplots/ellipses.py
      :include-source:
 
 In the HTML version of the document, the plot includes links to the

Modified: trunk/py4science/examples/sphinx_qs/getting_started.rst
===================================================================
--- trunk/py4science/examples/sphinx_qs/getting_started.rst     2009-08-11 
11:27:30 UTC (rev 7459)
+++ trunk/py4science/examples/sphinx_qs/getting_started.rst     2009-08-11 
11:33:59 UTC (rev 7460)
@@ -9,6 +9,7 @@
 other goodies.  
 
 .. _installing-docdir:
+
 Installing your doc directory
 =============================
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to