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!