Matrix sign function is missing in the docs
Hi all, The matrix sign function (linalg.signm) is missing in the docs scipy/doc/build/html/tutorial/linalg.html#matrix-functions Nils
2009/1/28 Nils Wagner <nwagner@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
participants (2)
-
Nils Wagner -
Scott Sinclair