Re: [Numpy-discussion] Documtation updates for 1.1.1

2008-07-17 Thread Charles R Harris
On Thu, Jul 17, 2008 at 2:34 PM, Stéfan van der Walt <[EMAIL PROTECTED]> wrote: > 2008/7/17 Charles R Harris <[EMAIL PROTECTED]>: > > I'm thinking it would nice to backport as many documentation updates to > > 1.1.1 as possible. It looks like the following steps should do the trick. > > > > 1) Mak

Re: [Numpy-discussion] Documtation updates for 1.1.1

2008-07-17 Thread Jarrod Millman
On Thu, Jul 17, 2008 at 1:34 PM, Stéfan van der Walt <[EMAIL PROTECTED]> wrote: > I don't mind, but did we make changes to those files? As Pauli > mentioned, we haven't yet merged back the edited docstrings. They > haven't been reviewed, but are probably better than what we currently > have; wou

Re: [Numpy-discussion] Documtation updates for 1.1.1

2008-07-17 Thread Stéfan van der Walt
2008/7/17 Charles R Harris <[EMAIL PROTECTED]>: > I'm thinking it would nice to backport as many documentation updates to > 1.1.1 as possible. It looks like the following steps should do the trick. > > 1) Make ptvirtan's changes for ufunc documentation. > 2) Copy add_newdocs.py > 3) Copy fromnumeri

Re: [Numpy-discussion] Documtation updates for 1.1.1

2008-07-17 Thread Pauli Virtanen
Thu, 17 Jul 2008 12:00:28 -0600, Charles R Harris wrote: > Hi Stephan, > > I'm thinking it would nice to backport as many documentation updates to > 1.1.1 as possible. It looks like the following steps should do the > trick. > > 1) Make ptvirtan's changes for ufunc documentation. > 2) Copy add_

[Numpy-discussion] Documtation updates for 1.1.1

2008-07-17 Thread Charles R Harris
Hi Stephan, I'm thinking it would nice to backport as many documentation updates to 1.1.1 as possible. It looks like the following steps should do the trick. 1) Make ptvirtan's changes for ufunc documentation. 2) Copy add_newdocs.py 3) Copy fromnumeric.py Does that look reasonable to you? Chuck