Revision: 7459
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7459&view=rev
Author: jdh2358
Date: 2009-08-11 11:27:30 +0000 (Tue, 11 Aug 2009)
Log Message:
-----------
fixed some build errors
Modified Paths:
--------------
trunk/py4science/examples/sphinx_qs/conf.py
trunk/py4science/examples/sphinx_qs/extensions.rst
trunk/py4science/examples/sphinx_qs/index.rst
Modified: trunk/py4science/examples/sphinx_qs/conf.py
===================================================================
--- trunk/py4science/examples/sphinx_qs/conf.py 2009-08-11 11:24:27 UTC (rev
7458)
+++ trunk/py4science/examples/sphinx_qs/conf.py 2009-08-11 11:27:30 UTC (rev
7459)
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# py4sci documentation build configuration file, created by
-# sphinx-quickstart on Tue Aug 11 04:33:46 2009.
+# sphinx-quickstart on Tue Aug 11 05:04:40 2009.
#
# This file is execfile()d with the current directory set to its containing
dir.
#
@@ -13,17 +13,25 @@
import sys, os
-# If extensions (or modules to document with autodoc) are in another directory,
-# add these directories to sys.path here. If the directory is relative to the
-# documentation root, use os.path.abspath to make it absolute, like shown here.
-#sys.path.append(os.path.abspath('.'))
+# If your extensions are in another directory, add it here. If the directory
+# is relative to the documentation root, use os.path.abspath to make it
+# absolute, like shown here.
+sys.path.append(os.path.abspath('sphinxext'))
# -- General configuration
-----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc']
+extensions = ['matplotlib.sphinxext.mathmpl',
+ 'matplotlib.sphinxext.only_directives',
+ 'matplotlib.sphinxext.plot_directive',
+ 'sphinx.ext.autodoc',
+ 'sphinx.ext.doctest',
+ 'ipython_console_highlighting',
+ 'inheritance_diagram',
+ 'numpydoc']
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -45,9 +53,9 @@
# built documents.
#
# The short X.Y version.
-version = '0.1'
+version = '1.0'
# The full version, including alpha/beta/rc tags.
-release = '0.1'
+release = '1.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Modified: trunk/py4science/examples/sphinx_qs/extensions.rst
===================================================================
--- trunk/py4science/examples/sphinx_qs/extensions.rst 2009-08-11 11:24:27 UTC
(rev 7458)
+++ trunk/py4science/examples/sphinx_qs/extensions.rst 2009-08-11 11:27:30 UTC
(rev 7459)
@@ -125,7 +125,7 @@
original source code, a high-resolution PNG and a PDF. In the PDF
version of the document, the plot is included as a scalable PDF.
-.. plot:: pyplots/elegant.py
+.. plot:: pyplots/ellipses.py
:include-source:
Inheritance diagrams
Modified: trunk/py4science/examples/sphinx_qs/index.rst
===================================================================
--- trunk/py4science/examples/sphinx_qs/index.rst 2009-08-11 11:24:27 UTC
(rev 7458)
+++ trunk/py4science/examples/sphinx_qs/index.rst 2009-08-11 11:27:30 UTC
(rev 7459)
@@ -14,6 +14,8 @@
getting_started.rst
custom_look.rst
extensions.rst
+ cheatsheet.rst
+ emacs_help.rst
Indices and tables
==================
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