On Thu, May 19, 2011 at 1:16 PM, Benjamin Root <ben.r...@ou.edu> wrote:

> I have come across a slight oddity while working on the docs today.  I
> wanted to make some small changes to the ReST docs for the examples section,
> but then I noticed that my docs/examples directory had the new animation
> examples and a directory for "old_animations".  Figuring that this could not
> be correct, I checked on github, and for branch v1.0.x, there is no
> "docs/examples" directory.  Is this directory created and its contents
> filled whenever I run setup.py?  The modification time for the folder seems
> to indicate that.
>

This is created and built by the doc builder, so it is when you run make.py
from the doc dir, not when you run setup.py from the src dir.

Check doc/sphinxext/gen_rst.py and doc/sphinxext/gen_gallery.py

If you run


 > python make.py clean

from the doc dir, it should clean it up.

JDH
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to