Revision: 6034 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6034&view=rev Author: mdboom Date: 2008-08-13 18:10:33 +0000 (Wed, 13 Aug 2008)
Log Message: ----------- Quiet the math -> png conversion. Modified Paths: -------------- trunk/matplotlib/doc/sphinxext/mathmpl.py Modified: trunk/matplotlib/doc/sphinxext/mathmpl.py =================================================================== --- trunk/matplotlib/doc/sphinxext/mathmpl.py 2008-08-13 16:23:48 UTC (rev 6033) +++ trunk/matplotlib/doc/sphinxext/mathmpl.py 2008-08-13 18:10:33 UTC (rev 6034) @@ -100,7 +100,6 @@ if os.path.exists(filename): depth = mathtext_parser.get_depth(latex, dpi=100) else: - print latex.encode("ascii", "backslashreplace") try: depth = mathtext_parser.to_png(filename, latex, dpi=100) except: 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