Re: [Numpy-discussion] savez documentation flaw

2013-02-05 Thread Scott Sinclair
On 5 February 2013 10:38, Andreas Hilboll wrote: > 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). Seems like

Re: [Numpy-discussion] savez documentation flaw

2013-02-05 Thread Robert Kern
On Tue, Feb 5, 2013 at 8:38 AM, Andreas Hilboll wrote: > 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

[Numpy-discussion] savez documentation flaw

2013-02-05 Thread Andreas Hilboll
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? Fo