Revision: 6655
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6655&view=rev
Author: dsdale
Date: 2008-12-17 21:48:26 +0000 (Wed, 17 Dec 2008)
Log Message:
-----------
fixed a bug in doc/make.py, small_docs was not defined when make.py was
run without options
Modified Paths:
--------------
trunk/matplotlib/doc/make.py
Modified: trunk/matplotlib/doc/make.py
===================================================================
--- trunk/matplotlib/doc/make.py 2008-12-17 21:15:30 UTC (rev 6654)
+++ trunk/matplotlib/doc/make.py 2008-12-17 21:48:26 UTC (rev 6655)
@@ -95,12 +95,12 @@
}
+small_docs = False
+
if len(sys.argv)>1:
if '--small' in sys.argv[1:]:
small_docs = True
sys.argv.remove('--small')
- else:
- small_docs = False
for arg in sys.argv[1:]:
func = funcd.get(arg)
if func is None:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins