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...
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!
Well, it *is* possible if you add your file to your Sage installation (presumably as a .py file?) and then add it to the list of things in the reference manual. But I think you mean as a separate file.
I do, thanks.