Revision: 5929
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5929&view=rev
Author:   jswhit
Date:     2008-07-30 16:13:35 +0000 (Wed, 30 Jul 2008)

Log Message:
-----------
add natgrid toolkit to docs, make basemap docs link to new online 
sphinx-generated version.

Modified Paths:
--------------
    trunk/htdocs/hthelpers.py
    trunk/htdocs/toolkits.html.template

Modified: trunk/htdocs/hthelpers.py
===================================================================
--- trunk/htdocs/hthelpers.py   2008-07-30 15:20:48 UTC (rev 5928)
+++ trunk/htdocs/hthelpers.py   2008-07-30 16:13:35 UTC (rev 5929)
@@ -49,9 +49,10 @@
     'matplotlib.texmanager',
     'matplotlib.text',
     'matplotlib.ticker',
-    'mpl_toolkits.basemap.basemap',
+    'mpl_toolkits.basemap',
     'mpl_toolkits.exceltools',
     'mpl_toolkits.gtktools',        
+    'mpl_toolkits.natgrid',
     'matplotlib.transforms',
     'matplotlib.type1font',
     'matplotlib.units',

Modified: trunk/htdocs/toolkits.html.template
===================================================================
--- trunk/htdocs/toolkits.html.template 2008-07-30 15:20:48 UTC (rev 5928)
+++ trunk/htdocs/toolkits.html.template 2008-07-30 16:13:35 UTC (rev 5929)
@@ -1,7 +1,8 @@
 modfiles = (
-    ('basemap.basemap', 'Plots data on map projections (with continental and 
political boundaries)'), 
-    ('gtktools', 'some gtk utilities'), 
-    ('exceltools', 'some Excel utilities'), 
+    ('basemap', 'Plots data on map projections (with continental and political 
boundaries)','http://matplotlib.sf.net/basemap/doc/html/'), 
+    ('gtktools', 'some gtk utilities', 'mpl_toolkits.gtktools.html'), 
+    ('exceltools', 'some Excel utilities', 'mpl_toolkits.exceltools.html'), 
+    ('natgrid', 'interface to natgrid C library for gridding irregularly 
spaced data', 'mpl_toolkits.natgrid.html'), 
     )
 
 @header@
@@ -16,10 +17,10 @@
         <h4>The following toolkits are available for matplotlib </h4>
     </caption>
     <tr><th>toolkit</th><th>Description</th></tr>
-    + for toolkit,desc in modfiles:
+    + for toolkit,desc,url in modfiles:
         <tr>
             <th align=left>
-            <a [EMAIL PROTECTED]@.html>[EMAIL PROTECTED]@</a>
+            <a [EMAIL PROTECTED]@>[EMAIL PROTECTED]@</a>
             </th>
             <td>
             @desc@


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to