Revision: 6279
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6279&view=rev
Author:   jdh2358
Date:     2008-10-19 20:35:21 +0000 (Sun, 19 Oct 2008)

Log Message:
-----------
fixed np clip bug and some other cleanup

Modified Paths:
--------------
    trunk/matplotlib/doc/_templates/indexsidebar.html
    trunk/matplotlib/doc/examples/gen_rst.py

Modified: trunk/matplotlib/doc/_templates/indexsidebar.html
===================================================================
--- trunk/matplotlib/doc/_templates/indexsidebar.html   2008-10-19 19:52:38 UTC 
(rev 6278)
+++ trunk/matplotlib/doc/_templates/indexsidebar.html   2008-10-19 20:35:21 UTC 
(rev 6279)
@@ -11,6 +11,9 @@
 and mapping toolkit
 <a href="http://matplotlib.sf.net/basemap/doc/html";>basemap</a>.</p>
 
+<p>Please <a href=https://sourceforge.net/my/donations.php>donate</a>
+to support matplotlib development</p>
+
 <h3>Need help?</h3>
 
 <p>Check the <a href="{{ pathto('users/index') }}">user</a> guide,

Modified: trunk/matplotlib/doc/examples/gen_rst.py
===================================================================
--- trunk/matplotlib/doc/examples/gen_rst.py    2008-10-19 19:52:38 UTC (rev 
6278)
+++ trunk/matplotlib/doc/examples/gen_rst.py    2008-10-19 20:35:21 UTC (rev 
6279)
@@ -15,6 +15,11 @@
     """
     Returns True if derivative is out-of-date wrt original,
     both of which are full file paths.
+
+    TODO: this check isn't adequate in some cases.  Eg, if we discover
+    a bug when building the examples, the original and erivederived
+    will be unchanged but we still want to fource a rebuild.  We can
+    manually remove from _static, but we may need another solution
     """
     return (not os.path.exists(derived) or
             os.stat(derived).st_mtime < os.stat(original).st_mtime)
@@ -135,7 +140,7 @@
         contents = '\n'.join(['    %s'%row.rstrip() for row in 
contents.split('\n')])
         fh.write(contents)
 
-        fh.write('\n\nKeyword: codex (see :ref:`how-to-search-examples`)')
+        fh.write('\n\nKeywords: codex (see :ref:`how-to-search-examples`), 
python, matplotlib, pylab')
         fh.close()
 
     fhsubdirIndex.close()


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to