|
From: <jd...@us...> - 2008-12-18 19:19:33
|
Revision: 6675
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6675&view=rev
Author: jdh2358
Date: 2008-12-18 19:19:26 +0000 (Thu, 18 Dec 2008)
Log Message:
-----------
fixed a small_docs bug when no args present
Modified Paths:
--------------
branches/v0_98_5_maint/doc/make.py
Modified: branches/v0_98_5_maint/doc/make.py
===================================================================
--- branches/v0_98_5_maint/doc/make.py 2008-12-18 19:10:38 UTC (rev 6674)
+++ branches/v0_98_5_maint/doc/make.py 2008-12-18 19:19:26 UTC (rev 6675)
@@ -105,4 +105,5 @@
arg, funcd.keys()))
func()
else:
+ small_docs = False
all()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|