From: <jd...@us...> - 2009-07-31 13:39:09
|
Revision: 7317 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7317&view=rev Author: jdh2358 Date: 2009-07-31 13:38:56 +0000 (Fri, 31 Jul 2009) Log Message: ----------- remove community choice vote from website Modified Paths: -------------- trunk/matplotlib/doc/_templates/indexsidebar.html trunk/matplotlib/doc/mpl_toolkits/mplot3d/api.rst trunk/matplotlib/doc/users/toolkits.rst trunk/matplotlib/examples/tests/backend_driver.py Modified: trunk/matplotlib/doc/_templates/indexsidebar.html =================================================================== --- trunk/matplotlib/doc/_templates/indexsidebar.html 2009-07-31 13:36:38 UTC (rev 7316) +++ trunk/matplotlib/doc/_templates/indexsidebar.html 2009-07-31 13:38:56 UTC (rev 7317) @@ -1,19 +1,13 @@ <h3>News</h3> + <p>Please <a href="http://sourceforge.net/project/project_donations.php?group_id=80706">donate</a> to support matplotlib development.</p> + <p>Watch a <a href="http://videolectures.net/mloss08_hunter_mat">video lecture</a> about matplotlib presented at <a href="http://videolectures.net/mloss08_whistler">NIPS 08 Workshop</a> <i>Machine Learning Open Source Software</i></a>. </p> -<p>Nominate matplotlib for a community choice award by clicking the -image below -- suggested category "Best Project for Academia" for -software which "helps you hit the books, analyze global trends, or -just understand the world a little bit better than you did before": -<a href="http://sourceforge.net/community/cca09/nominate/?project_name=matplotlib&project_url=http://sourceforge.net/projects/matplotlib/"><img src="http://sourceforge.net/images/cca/cca_nominate.png" border="0"/></a> -</p> - - <h3>Download</h3> <p>Current version: <b>{{ version }}</b></p> Modified: trunk/matplotlib/doc/mpl_toolkits/mplot3d/api.rst =================================================================== --- trunk/matplotlib/doc/mpl_toolkits/mplot3d/api.rst 2009-07-31 13:36:38 UTC (rev 7316) +++ trunk/matplotlib/doc/mpl_toolkits/mplot3d/api.rst 2009-07-31 13:38:56 UTC (rev 7317) @@ -7,7 +7,6 @@ .. automodule:: mpl_toolkits.mplot3d.axes3d :members: - :exclude-members: contour3D, contourf3D, plot3D, scatter3D :show-inheritance: :mod:`mpl_toolkits.mplot3d.art3d` Modified: trunk/matplotlib/doc/users/toolkits.rst =================================================================== --- trunk/matplotlib/doc/users/toolkits.rst 2009-07-31 13:36:38 UTC (rev 7316) +++ trunk/matplotlib/doc/users/toolkits.rst 2009-07-31 13:38:56 UTC (rev 7317) @@ -66,5 +66,5 @@ distributed with matplotlib source. .. image:: ../_static/demo_axes_grid.png - + See :ref:`toolkit_axesgrid-index` for documentations. Modified: trunk/matplotlib/examples/tests/backend_driver.py =================================================================== --- trunk/matplotlib/examples/tests/backend_driver.py 2009-07-31 13:36:38 UTC (rev 7316) +++ trunk/matplotlib/examples/tests/backend_driver.py 2009-07-31 13:38:56 UTC (rev 7317) @@ -336,7 +336,6 @@ for fullpath in testcases: print ('\tdriving %-40s' % (fullpath)), sys.stdout.flush() - fpath, fname = os.path.split(fullpath) if fname in exclude: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |