Re: [sage-devel] Re: Documentation Building

2013-03-16 Thread John H Palmieri
On Saturday, March 16, 2013 8:00:30 PM UTC-7, Volker Braun wrote: > > Try "sage -docbuild all html" and see if it gets picked up. The two-step > docbuild process might need that once if a new file is added. You could also do (from SAGE_ROOT): 'rm -rf devel/sage/doc/output' first, then 'sage -

Re: [sage-devel] Re: Documentation Building

2013-03-16 Thread Volker Braun
Try "sage -docbuild all html" and see if it gets picked up. The two-step docbuild process might need that once if a new file is added. On Saturday, March 16, 2013 9:04:46 PM UTC-4, KnS wrote: > > Oops... May be I should be a little more precise: > > 1. I added to the index.rst in reference/log

Re: [sage-devel] Re: Documentation Building

2013-03-16 Thread Kannappan Sampath
Oops... May be I should be a little more precise: 1. I added to the index.rst in reference/logic -- the logicparser file by adding the line sage/logic/logicparser at the appropriate place. 2. I edited the file sage.logic/logicparser.py 3. On the terminal, sage -docbuild reference/logic html 4. HTM

[sage-devel] Re: Documentation Building

2013-03-16 Thread leif
Kannappan Sampath wrote: Hello! While working on a ticket, I did the following: I made two changes: added a new file to an index.rst and edited the file I added. Then, without committing, I built the documentation. The documentation was built but no changes I made was incorporated. I then commi

[sage-devel] Re: Documentation Building

2013-03-16 Thread Volker Braun
Can you tell us the precise commands you used? Did you run "sage -docbuild all html" On Saturday, March 16, 2013 6:19:46 PM UTC-4, KnS wrote: > > Hello! > > While working on a ticket, I did the following: > > I made two changes: added a new file to an index.rst and edited the file I > added.

Re: [sage-devel] Re: Documentation Building

2013-03-16 Thread Kannappan Sampath
Oh, yes! I did! On Sun, Mar 17, 2013 at 5:28 AM, John H Palmieri wrote: > > > On Saturday, March 16, 2013 3:19:46 PM UTC-7, KnS wrote: >> >> Hello! >> >> While working on a ticket, I did the following: >> >> I made two changes: added a new file to an index.rst and edited the file >> I added. The

[sage-devel] Re: Documentation Building

2013-03-16 Thread John H Palmieri
On Saturday, March 16, 2013 3:19:46 PM UTC-7, KnS wrote: > > Hello! > > While working on a ticket, I did the following: > > I made two changes: added a new file to an index.rst and edited the file I > added. Then, without committing, I built the documentation. The > documentation was built bu