Re: [Matplotlib-users] ./make.py html fails

2008-06-10 Thread Ondrej Certik
On Tue, Jun 10, 2008 at 3:35 AM, Ryan May <[EMAIL PROTECTED]> wrote: > John Hunter wrote: >> >> I posted a snapshot of the docs at: >> >> http://matplotlib.sourceforge.net/doc/html/index.html >> > > WOW. I love the way sphinx docs look. But more importantly, great work > you guys on improving t

Re: [Matplotlib-users] ./make.py html fails

2008-06-09 Thread Ryan May
John Hunter wrote: > > I posted a snapshot of the docs at: > > http://matplotlib.sourceforge.net/doc/html/index.html > WOW. I love the way sphinx docs look. But more importantly, great work you guys on improving the documentation. As long as I've been using matplotlib (2 1/2 years now),

Re: [Matplotlib-users] ./make.py html fails

2008-06-09 Thread Michael Droettboom
Ondrej Certik wrote: > On Mon, Jun 9, 2008 at 5:08 PM, John Hunter <[EMAIL PROTECTED]> wrote: > >> On Mon, Jun 9, 2008 at 10:00 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: >> >> >>> My system wide matplotlib is 0.91.2-2. I tried to install the one from >>> svn, but it requires numpy 1.1, w

Re: [Matplotlib-users] ./make.py html fails

2008-06-09 Thread Ondrej Certik
On Mon, Jun 9, 2008 at 5:41 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Mon, Jun 9, 2008 at 10:23 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > >> In the meantime, I am trying to package numpy 1.1 for Debian, but when >> I installed it and did "import numpy", I got: >> >> ImportError: No modul

Re: [Matplotlib-users] ./make.py html fails

2008-06-09 Thread John Hunter
On Mon, Jun 9, 2008 at 10:23 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > In the meantime, I am trying to package numpy 1.1 for Debian, but when > I installed it and did "import numpy", I got: > > ImportError: No module named ma Make sure you rm -rf the numpy* install dirs. I think people have

Re: [Matplotlib-users] ./make.py html fails

2008-06-09 Thread Ondrej Certik
On Mon, Jun 9, 2008 at 5:08 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Mon, Jun 9, 2008 at 10:00 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > >> My system wide matplotlib is 0.91.2-2. I tried to install the one from >> svn, but it requires numpy 1.1, which is not yet in Debian. So if it >> i

Re: [Matplotlib-users] ./make.py html fails

2008-06-09 Thread John Hunter
On Mon, Jun 9, 2008 at 10:00 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > My system wide matplotlib is 0.91.2-2. I tried to install the one from > svn, but it requires numpy 1.1, which is not yet in Debian. So if it > is not possible to generate the docs without numpy 1.1, I'll wait > until it g

[Matplotlib-users] ./make.py html fails

2008-06-09 Thread Ondrej Certik
Hi, I did: $ svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib $ cd matplotlib/doc $ ./make.py html making figs building pyplot_formatstr.py building dollar_ticks.py building pyplot_text.py building pyplot_two_subplots.py building fig_x.py