> .Well, not quite actually. The manual says define a SAGE_ROOT, but that's
> not enough also.
> I foundhttp://wiki.sagemath.org/Sage_in_systemwide_python, but that example
> also gives an error. When I added an environment variable SAGE_DOC (the error
> was complaining about not finding it) i
William Stein schreef:
On Tue, May 5, 2009 at 12:56 AM, Ton Biegstraaten
wrote:
Hi,
I like to have some advice on how to develop my own code and have a
proper documentation for it.
In python all is clear, you write a .py file and supply the docstring
with proper reST text and cod
On Tue, May 5, 2009 at 12:56 AM, Ton Biegstraaten
wrote:
>
> Hi,
> I like to have some advice on how to develop my own code and have a
> proper documentation for it.
> In python all is clear, you write a .py file and supply the docstring
> with proper reST text and code for epydoc, doctest and/or