Revision: 5962
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5962&view=rev
Author:   mdboom
Date:     2008-08-04 13:09:02 +0000 (Mon, 04 Aug 2008)

Log Message:
-----------
Fix latex doc build.

Modified Paths:
--------------
    trunk/matplotlib/doc/sphinxext/inheritance_diagram.py

Modified: trunk/matplotlib/doc/sphinxext/inheritance_diagram.py
===================================================================
--- trunk/matplotlib/doc/sphinxext/inheritance_diagram.py       2008-08-04 
12:20:25 UTC (rev 5961)
+++ trunk/matplotlib/doc/sphinxext/inheritance_diagram.py       2008-08-04 
13:09:02 UTC (rev 5962)
@@ -346,7 +346,7 @@
     parts = node['parts']
 
     graph_hash = get_graph_hash(node)
-    name = "inheritance%s"
+    name = "inheritance%s" % graph_hash
     pdf_path = os.path.join('_static', name + ".pdf")
 
     graph.run_dot(['-Tpdf', '-o%s' % pdf_path],


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