From: <ds...@us...> - 2008-05-22 21:02:14
|
Revision: 5219 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5219&view=rev Author: dsdale Date: 2008-05-22 14:02:08 -0700 (Thu, 22 May 2008) Log Message: ----------- forgot to commit the CHANGELOG Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-05-22 21:01:40 UTC (rev 5218) +++ trunk/matplotlib/CHANGELOG 2008-05-22 21:02:08 UTC (rev 5219) @@ -1,3 +1,10 @@ +2008-05-22 Added support for ReST-based doumentation using Sphinx. + Documents are located in doc/, and are broken up into + a users guide and an API reference. To build, run the + make.py files. Sphinx-0.4 is needed to build generate xml, + which will be useful for rendering equations with mathml, + use sphinx from svn until 0.4 is released - DSD + 2008-05-21 Fix segfault in TkAgg backend - MGD 2008-05-21 Fix a "local variable unreferenced" bug in plotfile - MM This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |