Revision: 5325 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5325&view=rev Author: dsdale Date: 2008年05月30日 10:29:25 -0700 (2008年5月30日) Log Message: ----------- temporary hack to make mathpng extension work with the way we organized doc/ Modified Paths: -------------- trunk/matplotlib/doc/sphinxext/mathpng.py Modified: trunk/matplotlib/doc/sphinxext/mathpng.py =================================================================== --- trunk/matplotlib/doc/sphinxext/mathpng.py 2008年05月30日 17:11:35 UTC (rev 5324) +++ trunk/matplotlib/doc/sphinxext/mathpng.py 2008年05月30日 17:29:25 UTC (rev 5325) @@ -100,6 +100,7 @@ for i in range(count): if os.path.exists(path): break path = '../'+path + path = '../'+path #specifically added for matplotlib if inline and '_' in latex: align = 'align="absmiddle" ' else: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.