[matplotlib-devel] debugger in docs
I was just trying to build the docs in svn HEAD< and got an exception that through me into the debugger. This is something I haven't seen before -- does anyone know where the debugger is being turned on And thanks JJ for the excellent legend tutorial! JDH -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com ___ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] debugger in docs
John Hunter writes:
> I was just trying to build the docs in svn HEAD< and got an exception
> that through me into the debugger. This is something I haven't seen
> before -- does anyone know where the debugger is being turned on
In make.py, sphinx-build is called with -P:
if os.system('sphinx-build %s -P -b html -d build/doctrees . build/html' %
options):
raise SystemExit("Building HTML failed.")
And that means:
-P-- run Pdb on exception
--
Jouni K. Seppänen
http://www.iki.fi/jks
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
[matplotlib-devel] MPL in the wild
Neat to see mpl getting into the linux kernel-dev crowd: http://lwn.net/Articles/329458/ (see the two screenshots). I wasn't thrilled with the charts being described as 'rudimentary', but what can you do :) Congrats to the team! World domination is assured... Cheers, f -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com ___ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
