Hi, I noticed that on http://docs.scipy.org/doc/numpy/reference/generated/numpy.savez.html there's a "see also" to a function numpy.savez_compressed, which doesn't seem to exist (neither on my system nor in the online documentation). What would be the easiest way to find out where to fix this? For someone without deeper knowledge of how numpy sources are organized it's hard to find the place where to fix things. How about adding the "source" link to the docstrings via sphinx, like in scipy? Cheers, Andreas.
On Tue, Feb 5, 2013 at 8:38 AM, Andreas Hilboll <lists@hilboll.de> wrote:
Click on the "Edit Page" link on the left. Follow the instructions on the front page of the numpy Docstring Editor site to sign up: http://docs.scipy.org/numpy/Front%20Page/ -- Robert Kern
On 5 February 2013 10:38, Andreas Hilboll <lists@hilboll.de> wrote:
Seems like a problem with the online documentation, savez_compressed does exist on my numpy 1.6.2 and on master... The docstrings for these functions are in numpy/lib/npyio.py. It's sometimes easiest to locate the docstrings by following the source link in the Doceditor (in this case from http://docs.scipy.org/numpy/docs/numpy.lib.npyio.savez/). Cheers, Scott
participants (3)
-
Andreas Hilboll
-
Robert Kern
-
Scott Sinclair