Re: [matplotlib-devel] Documentation: New plot directive

2008-06-16 Thread Michael Droettboom
This probably isn't the "real" solution, but I've been using svn-clean to clean my doc directory. Though I agree with John, we should have a clear demarkation between svn content and generated content. Cheers, Mike Darren Dale wrote: > On Friday 13 June 2008 9:54:58 pm you wrote: > >> On Fr

Re: [matplotlib-devel] Documentation: New plot directive

2008-06-14 Thread Darren Dale
On Friday 13 June 2008 9:54:58 pm you wrote: > On Fri, Jun 13, 2008 at 3:20 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > > I just deleted the static_figs directory from svn, and moved the contents > > into pyplots. The generated figures were committed to svn as well, so > > they should not be auto

Re: [matplotlib-devel] Documentation: New plot directive

2008-06-13 Thread John Hunter
On Fri, Jun 13, 2008 at 3:20 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > I just deleted the static_figs directory from svn, and moved the contents into > pyplots. The generated figures were committed to svn as well, so they should > not be auto-generated. This way we can consistently use the nice

Re: [matplotlib-devel] Documentation: New plot directive

2008-06-13 Thread Darren Dale
I love working with people who know what they are doing. Thanks guys, for the htmlonly directive. I was able to use it to clean up a few annoyances in the pdf document, like some badly formatted content at the beginning of each part, and the hyperlink on the main page to download the pdf docume

Re: [matplotlib-devel] Documentation: New plot directive

2008-06-13 Thread Darren Dale
On Friday 13 June 2008 01:22:24 pm John Hunter wrote: > On Fri, Jun 13, 2008 at 9:40 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > This task took a lot longer than I expected, so I'm going to have to > > pause for a while. But here's a couple of notes for improvement if > > anyone wants to

Re: [matplotlib-devel] Documentation: New plot directive

2008-06-13 Thread John Hunter
On Fri, Jun 13, 2008 at 9:40 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > This task took a lot longer than I expected, so I'm going to have to > pause for a while. But here's a couple of notes for improvement if > anyone wants to take it on: > > 1) Clicking on the image in HTML currently g

[matplotlib-devel] Documentation: New plot directive

2008-06-13 Thread Michael Droettboom
I have added a new "plot" directive to our doc infrastructure that does: """ A special directive for including a matplotlib plot. Given a path to a .py file: - On HTML, will include a .png with a link to a high-res .png. - On LaTeX, will include a .pdf This directive supports all of the option