[Scipy-svn] r6660 - trunk/doc/source

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Aug 31 18:00:01 EDT 2010


Author: ptvirtan
Date: 2010-08-31 17:00:01 -0500 (Tue, 31 Aug 2010)
New Revision: 6660

Modified:
   trunk/doc/source/conf.py
Log:
DOC: generate plots

Modified: trunk/doc/source/conf.py
===================================================================
--- trunk/doc/source/conf.py	2010-08-31 21:59:46 UTC (rev 6659)
+++ trunk/doc/source/conf.py	2010-08-31 22:00:01 UTC (rev 6660)
@@ -226,8 +226,8 @@
 # If we want to do a phantom import from an XML file for all autodocs
 phantom_import_file = 'dump.xml'
 
-# Edit links
-#numpydoc_edit_link = '`Edit </pydocweb/doc/%(full_name)s/>`__'
+# Generate plots for example sections
+numpydoc_use_plots = True
 
 # -----------------------------------------------------------------------------
 # Autosummary
@@ -264,6 +264,7 @@
 """
 plot_include_source = True
 plot_formats = [('png', 100), 'pdf']
+plot_html_show_formats = False
 
 import math
 phi = (math.sqrt(5) + 1)/2




More information about the Scipy-svn mailing list