Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Atomatic building of documentation for a custom library

Hi there,

I have created a .sage file with functions of my own, and have documented every function following http://www.sagemath.org/doc/developer/conventions.html#documentation-strings

Is there a way of generating automatically a pdf or html with the docstring of every function in the library, such as the ones in the sage documentation?

Or, more or less the same: can I use something like 'sage -docbuild' for a custom file (with standard doctrings)?

Cheers!