From: <jd...@us...> - 2008-12-10 04:12:00
|
Revision: 6540 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6540&view=rev Author: jdh2358 Date: 2008-12-10 04:11:56 +0000 (Wed, 10 Dec 2008) Log Message: ----------- updated genrst Modified Paths: -------------- trunk/matplotlib/doc/_templates/gallery.html trunk/matplotlib/doc/matplotlibrc Modified: trunk/matplotlib/doc/_templates/gallery.html =================================================================== --- trunk/matplotlib/doc/_templates/gallery.html 2008-12-10 04:05:18 UTC (rev 6539) +++ trunk/matplotlib/doc/_templates/gallery.html 2008-12-10 04:11:56 UTC (rev 6540) @@ -433,6 +433,8 @@ <a href="examples/pylab_examples/psd_demo2.html"><img src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/psd_demo2.png" border="0" alt="psd_demo2"/></a> +<a href="examples/pylab_examples/psd_demo3.html"><img src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/psd_demo3.png" border="0" alt="psd_demo3"/></a> + <a href="examples/pylab_examples/pythonic_matplotlib.html"><img src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/pythonic_matplotlib.png" border="0" alt="pythonic_matplotlib"/></a> <a href="examples/pylab_examples/quadmesh_demo.html"><img src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/quadmesh_demo.png" border="0" alt="quadmesh_demo"/></a> Modified: trunk/matplotlib/doc/matplotlibrc =================================================================== --- trunk/matplotlib/doc/matplotlibrc 2008-12-10 04:05:18 UTC (rev 6539) +++ trunk/matplotlib/doc/matplotlibrc 2008-12-10 04:11:56 UTC (rev 6540) @@ -295,7 +295,7 @@ #svg.embed_chars : True # embed character outlines in the SVG file # docstring params -docstring.hardcopy = True # set this when you want to generate hardcopy docstring +docstring.hardcopy : True # set this when you want to generate hardcopy docstring # Set the verbose flags. This controls how much information # matplotlib gives you at runtime and where it goes. The verbosity This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |