Typos fixed and reading further about internationalization I am surprised to find that internationalization was only added in sphinx 1.1. We would like for the docs to build with the sphinx included with Sage, so that anybody who has Sage can contribute. Does anybody know how the Sage project itself handles translation of docs? Were translations just being done as individual projects?
Regards, David M. Monarres <[email protected]> On Tue, Aug 9, 2011 at 2:16 PM, D. M. Monarres <[email protected]> wrote: > I will get on those typos right away. > > Mike didn't include it in the original post but the code is up on bit > bucket already. > > You can clone the source with the following command. > > $ hg clone https://bitbucket.org/ayeq123/sdsu-sage-tutorial > > or just go to https://bitbucket.org/ayeq123/sdsu-sage-tutorial and > click "get source" > > > Regards, > > David M. Monarres > <[email protected]> > > > > On Tue, Aug 9, 2011 at 2:06 PM, Jason Grout <[email protected]> > wrote: >> On 8/9/11 3:46 PM, David Monarres wrote: >>> >>> Thank you for all of the comments, that is why we posted. Hopefully they >>> keep coming! >> >> This looks fantastic! I love it! >> >> Here are few typos for a random section that I looked at. >> >> In >> http://www-rohan.sdsu.edu/~mosulliv/Courses/sdsu-sage-tutorial/mathstruct.html#matrix-manipulation >> >> * "we use the rows() and column() methods.": column() -> columns() >> >> * "we use the singlular with the number row": singlular -> singular >> >> * "zero.:" -> zero.:: -> zero. :: >> >> Is there any chance you guys could post this up on google code, bitbucket, >> or github (github being my preference)? I would have just submitted pull >> requests for the typos above if it was convenient for me to fork and change >> the source files. >> >> As for MathJax (or jsmath), IIRC, recent versions of sphinx make it so that >> you just have to include the jsmath (or mathjax) plugins instead of the >> pngmath plugin. >> >> Thanks, >> >> Jason >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sage-edu" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/sage-edu?hl=en. >> >> > -- You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en.
