Revision: 7161
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7161&view=rev
Author:   jdh2358
Date:     2009-05-29 02:33:06 +0000 (Fri, 29 May 2009)

Log Message:
-----------
add toolkits plot dirs to website

Modified Paths:
--------------
    trunk/matplotlib/doc/sphinxext/gen_gallery.py
    trunk/matplotlib/doc/sphinxext/gen_rst.py

Modified: trunk/matplotlib/doc/sphinxext/gen_gallery.py
===================================================================
--- trunk/matplotlib/doc/sphinxext/gen_gallery.py       2009-05-29 02:08:15 UTC 
(rev 7160)
+++ trunk/matplotlib/doc/sphinxext/gen_gallery.py       2009-05-29 02:33:06 UTC 
(rev 7161)
@@ -38,7 +38,7 @@
     print
     print "generating gallery: ",
     data = []
-    for subdir in ('api', 'pylab_examples', 'widgets', 'mplot3d'):
+    for subdir in ('api', 'pylab_examples', 'mplot3d', 'widgets', 'axes_grid' 
):
         origdir = os.path.join('build', rootdir, subdir)
         thumbdir = os.path.join(outdir, rootdir, subdir, 'thumbnails')
         if not os.path.exists(thumbdir):

Modified: trunk/matplotlib/doc/sphinxext/gen_rst.py
===================================================================
--- trunk/matplotlib/doc/sphinxext/gen_rst.py   2009-05-29 02:08:15 UTC (rev 
7160)
+++ trunk/matplotlib/doc/sphinxext/gen_rst.py   2009-05-29 02:33:06 UTC (rev 
7161)
@@ -128,7 +128,10 @@
 
             do_plot = (subdir in ('api',
                                   'pylab_examples',
-                                  'units') and
+                                  'units',
+                                  'mplot3d',
+                                  'axes_grid',
+                                  ) and
                        not noplot_regex.search(contents))
 
             if do_plot:


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

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to