[Numpy-discussion] Question regarding documentation of structured arrays

2013-07-24 Thread Hanno Klemm
Hi, I found the following inconsistency between the advertised and the actual behviour of structured arrays: on http://docs.scipy.org/doc/numpy/user/basics.rec.html it says in the section Accessing multiple fields at once Notice that the fields are always returned in the same order

Re: [Numpy-discussion] Question regarding documentation of structured arrays

2013-07-24 Thread Stéfan van der Walt
Hi Hanno On Wed, Jul 24, 2013 at 11:46 AM, Hanno Klemm kl...@phys.ethz.ch wrote: I found the following inconsistency between the advertised and the actual behviour of structured arrays: on http://docs.scipy.org/doc/numpy/user/basics.rec.html it says in the section Accessing multiple fields

Re: [Numpy-discussion] Question regarding documentation of structured arrays

2013-07-24 Thread Hanno Klemm
Hi Stefan, I would be happy to file a pull request against the docs if you (or somebody) could point me to a document on how and where to do that. Hanno On 24.07.2013 12:31, Stéfan van der Walt wrote: Hi Hanno On Wed, Jul 24, 2013 at 11:46 AM, Hanno Klemm kl...@phys.ethz.ch wrote: I

Re: [Numpy-discussion] Question regarding documentation of structured arrays

2013-07-24 Thread Stéfan van der Walt
Hallo Hanno On Wed, Jul 24, 2013 at 1:29 PM, Hanno Klemm kl...@phys.ethz.ch wrote: I would be happy to file a pull request against the docs if you (or somebody) could point me to a document on how and where to do that. The file you want to edit is here: