Re: [Numpy-discussion] I/O documentation and code

2009-06-20 Thread Ralf Gommers
On Sat, Jun 20, 2009 at 6:24 PM, Skipper Seabold wrote: > On Sat, Jun 20, 2009 at 5:33 PM, Ralf > Gommers wrote: > > Hi, > > > > I'm working on the I/O documentation, and have a bunch of questions. > > > > 1. The npy/npz formats are documented in lib.format and in the NEP > > (http://svn.scipy.org

Re: [Numpy-discussion] I/O documentation and code

2009-06-20 Thread Ralf Gommers
On Sat, Jun 20, 2009 at 6:08 PM, Robert Kern wrote: > On Sat, Jun 20, 2009 at 16:33, Ralf Gommers > wrote: > > > > Hi, > > > > I'm working on the I/O documentation, and have a bunch of questions. > > > > 1. The npy/npz formats are documented in lib.format and in the NEP ( > http://svn.scipy.org/

Re: [Numpy-discussion] I/O documentation and code

2009-06-20 Thread Skipper Seabold
On Sat, Jun 20, 2009 at 5:33 PM, Ralf Gommers wrote: > Hi, > > I'm working on the I/O documentation, and have a bunch of questions. > > 1. The npy/npz formats are documented in lib.format and in the NEP > (http://svn.scipy.org/svn/numpy/trunk/doc/neps/npy-format.txt). Is > lib.format the right plac

Re: [Numpy-discussion] I/O documentation and code

2009-06-20 Thread Robert Kern
On Sat, Jun 20, 2009 at 16:33, Ralf Gommers wrote: > > Hi, > > I'm working on the I/O documentation, and have a bunch of questions. > > 1. The npy/npz formats are documented in lib.format and in the NEP > (http://svn.scipy.org/svn/numpy/trunk/doc/neps/npy-format.txt). Is lib.format > the right p

[Numpy-discussion] I/O documentation and code

2009-06-20 Thread Ralf Gommers
Hi, I'm working on the I/O documentation, and have a bunch of questions. 1. The npy/npz formats are documented in lib.format and in the NEP ( http://svn.scipy.org/svn/numpy/trunk/doc/neps/npy-format.txt). Is lib.format the right place to add relevant parts of the NEP, or would doc.io be better? O