On 2016-10-07 12:35, Simon King wrote:
Also, I'd like to build documentation. Sébastien has pointed me to
https://github.com/seblabbe/slabbe as an example of code that uses
Sage's doc formatting, and people here have pointed me to google docs.
However, my question is: Is the Makefile that I find in
https://github.com/seblabbe/slabbe/tree/master/docs hand made?

No, it is generated by Sphinx (the Python package for building documentation). You should probably read
http://www.sphinx-doc.org/en/stable/tutorial.html

If you want to use autodoc with Cython code, you will probably need parts of the Sage docbuilder (and I don't think that ripping this out of Sage has even been done). Otherwise, a standard Sphinx installation will be fine.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to