[sage-devel] Re: error building html rest docs

2009-04-17 Thread Rob Beezer
Thanks, Mike. That's very helpful. Rob On Apr 17, 10:58 pm, Mike Hansen wrote: > On Fri, Apr 17, 2009 at 3:49 PM, John H Palmieri > wrote: > > > Since (I believe) it passes doctests without the link directive, > > removing it *is* the right thing: these verbatim environments are > > linked d

[sage-devel] Re: error building html rest docs

2009-04-17 Thread Mike Hansen
On Fri, Apr 17, 2009 at 3:49 PM, John H Palmieri wrote: > Since (I believe) it passes doctests without the link directive, > removing it *is* the right thing: these verbatim environments are > linked during doctesting as is, apparently. > > It would be good to understand how ".. link::" works, or

[sage-devel] Re: error building html rest docs

2009-04-17 Thread John H Palmieri
On Apr 17, 3:01 pm, Rob Beezer wrote: > The error that Michael A reported seems to have the space in it, but I > believe I used the ..link construction somewhere else in that file > (its on my home machine) and it didn't raise an error, and probably it > didn't have a space? Yes, removing the

[sage-devel] Re: error building html rest docs

2009-04-17 Thread Rob Beezer
The error that Michael A reported seems to have the space in it, but I believe I used the ..link construction somewhere else in that file (its on my home machine) and it didn't raise an error, and probably it didn't have a space? It would be nice to do the right thing (whatever that is), but if i

[sage-devel] Re: error building html rest docs

2009-04-17 Thread John H Palmieri
On Apr 17, 1:43 pm, Rob Beezer wrote: > On Apr 17, 8:49 am, John Cremona wrote: > > > > I think I took care of it in #5808 -- take a quick look if you have a > > > chance. > > > No, after applying #5808 there are still two lines in that file (55 > > and 204) containing "..link::" which should be

[sage-devel] Re: error building html rest docs

2009-04-17 Thread Rob Beezer
On Apr 17, 8:49 am, John Cremona wrote: > > I think I took care of it in #5808 -- take a quick look if you have a > > chance. > > No, after applying #5808 there are still two lines in that file (55 > and 204) containing "..link::" which should be ".. link::", I think. > Though I do not know what

[sage-devel] Re: error building html rest docs

2009-04-17 Thread John Cremona
2009/4/17 John H Palmieri : > > > > On Apr 17, 7:35 am, Rob Beezer wrote: >> On Apr 15, 4:50 am, mabshoff wrote: >> >> > Aside from this it would be nice if someone fixed the following. >> > WARNING: /scratch/mabshoff/sage-3.4.1.rc3/local/lib/python2.5/site- >> > packages/sage/games/sudoku.py:do

[sage-devel] Re: error building html rest docs

2009-04-17 Thread John H Palmieri
On Apr 17, 7:35 am, Rob Beezer wrote: > On Apr 15, 4:50 am, mabshoff wrote: > > > Aside from this it would be nice if someone fixed the following. > > WARNING: /scratch/mabshoff/sage-3.4.1.rc3/local/lib/python2.5/site- > > packages/sage/games/sudoku.py:docstring of > > sage.games.sudoku.solve_

[sage-devel] Re: error building html rest docs

2009-04-17 Thread Rob Beezer
On Apr 15, 4:50 am, mabshoff wrote: > Aside from this it would be nice if someone fixed the following. > WARNING: /scratch/mabshoff/sage-3.4.1.rc3/local/lib/python2.5/site- > packages/sage/games/sudoku.py:docstring of > sage.games.sudoku.solve_recursive:66: (ERROR/3) Unknown directive type > "lin

[sage-devel] Re: error building html rest docs

2009-04-16 Thread John H Palmieri
On Apr 15, 4:50 am, mabshoff wrote: > On Apr 15, 4:23 am, John Cremona wrote: > > Hi  John, > > > Thanks Michael.  ulimit reports a max number of open files of 1024. > > The number of entries listed via "/ls -1 /proc/25679/fd/* | wc -l" > > where 25679 is the relevant pid grows rapidly until it

[sage-devel] Re: error building html rest docs

2009-04-15 Thread John Cremona
thanks Dan -- I had forgotten that exchange of a month ago. Using --jsmath worked very well (and was a lot faster). John 2009/4/15 Dan Drake : > On Wed, 15 Apr 2009 at 04:11AM -0700, mabshoff wrote: >> Hi John, >> >> > sage/calculus/calculus Exception occurred: >> > File "/home/jec/sage-3.4.1

[sage-devel] Re: error building html rest docs

2009-04-15 Thread Dan Drake
On Wed, 15 Apr 2009 at 04:11AM -0700, mabshoff wrote: > Hi John, > > > sage/calculus/calculus Exception occurred: > >   File "/home/jec/sage-3.4.1.rc2/local/lib/python2.5/subprocess.py", > > line 1003, in _execute_child > >     errpipe_read, errpipe_write = os.pipe() > > OSError: [Errno 24] Too ma

[sage-devel] Re: error building html rest docs

2009-04-15 Thread mabshoff
On Apr 15, 5:01 am, John Cremona wrote: Hi John, > It must be machine specific to some extent.  I had no problems on my > laptop which is a lot smaller tha Bill's machine. Bill is asleep, but I am sure I can get an account from him in the morning to see if I can hit the same problem. > I go

[sage-devel] Re: error building html rest docs

2009-04-15 Thread John Cremona
It must be machine specific to some extent. I had no problems on my laptop which is a lot smaller tha Bill's machine. I got it to finish by putting the command inside a bash loop. And then discovered that Bill's machine (clearly a Serious Computer) doesn't have a web browser anyway, and cannot

[sage-devel] Re: error building html rest docs

2009-04-15 Thread mabshoff
On Apr 15, 4:23 am, John Cremona wrote: Hi John, > Thanks Michael.  ulimit reports a max number of open files of 1024. > The number of entries listed via "/ls -1 /proc/25679/fd/* | wc -l" > where 25679 is the relevant pid grows rapidly until it hits 1024 and > then the process quits. > > Is

[sage-devel] Re: error building html rest docs

2009-04-15 Thread John Cremona
Thanks Michael. ulimit reports a max number of open files of 1024. The number of entries listed via "/ls -1 /proc/25679/fd/* | wc -l" where 25679 is the relevant pid grows rapidly until it hits 1024 and then the process quits. Is this a sphinx error to be reported there? John 2009/4/15 mabshof

[sage-devel] Re: error building html rest docs

2009-04-15 Thread mabshoff
On Apr 15, 4:03 am, John Cremona wrote: > This happned while doing sage -docbuild reference html (with 3,4,1,rc2): Hi John, > sage/calculus/calculus Exception occurred: >   File "/home/jec/sage-3.4.1.rc2/local/lib/python2.5/subprocess.py", > line 1003, in _execute_child >     errpipe_read, er