diff options
author | Mark Wiebe <mwwiebe@gmail.com> | 2011-08-13 13:58:28 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-08-25 20:09:42 -0600 |
commit | 02b1c207cae97b0c0504107bf081cd0ccd3752d7 (patch) | |
tree | 4a013b24c6069e9d37a8d5e0dde4897dbaa47834 /doc/source/reference/arrays.rst | |
parent | 8464c96a712e9c7ba01ca0d25429b7c49d3ebdee (diff) | |
download | numpy-02b1c207cae97b0c0504107bf081cd0ccd3752d7.tar.gz |
DOC: nditer: Finish up the nditer walkthrough with a Cython example
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 |