[SciPy-dev] Matrix sign function is missing in the docs

Scott Sinclair scott.sinclair.za at gmail.com
Thu Jan 29 01:29:01 EST 2009


> 2009/1/28 Nils Wagner <nwagner at iam.uni-stuttgart.de>:
> The matrix sign function (linalg.signm) is missing in the
> docs
>
> scipy/doc/build/html/tutorial/linalg.html#matrix-functions

All functions are not automatically added to the documentation,
because this would make the docs difficult to customize and structure
in a sensible way.

The signm function needs to be manually added to linalg.rst in the
appropriate place. You could use the doc-editor here:

http://docs.scipy.org/scipy/docs/scipy-docs/linalg.rst

The docstring for linalg.signm can be edited here:

http://docs.scipy.org/scipy/docs/scipy.linalg.matfuncs.signm/

Cheers,
Scott



More information about the SciPy-Dev mailing list