diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2011-08-25 20:20:49 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-08-25 20:20:49 -0600 |
commit | 4fb84e7a220e39c34e5253202730733d8151bb9c (patch) | |
tree | ac8c3f6bbf73a8ccd3b4c106d5793bb9c958d022 /doc/source/reference/arrays.rst | |
parent | e53c0558424f3dcdf160036f8a7fb4ecab04470f (diff) | |
parent | e7786bd2191d2880344d342b5c56ca73931c1286 (diff) | |
download | numpy-4fb84e7a220e39c34e5253202730733d8151bb9c.tar.gz |
Merge branch 'pull-138'
* pull-138:
DOC: nditer: Add details about why 'readonly' is the operand default
DOC: nditer: Tweaks to the tutorial based on feedback from Chris
DOC: nditer: Add links to the nditer introductory doc to make it more discoverable
DOC: nditer: Finish up the nditer walkthrough with a Cython example
DOC: nditer: Add tutorial-style material covering more than one operand
DOC: nditer: Write tutorial-style introduction covering single-array iteration
Diffstat (limited to 'doc/source/reference/arrays.rst')
-rw-r--r-- | doc/source/reference/arrays.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/arrays.rst b/doc/source/reference/arrays.rst index 98a9194c4..40c9f755d 100644 --- a/doc/source/reference/arrays.rst +++ b/doc/source/reference/arrays.rst @@ -42,6 +42,7 @@ of also more complicated arrangements of data. arrays.scalars arrays.dtypes arrays.indexing + arrays.nditer arrays.classes maskedarray arrays.interface |