diff options
author | Mark Wiebe <mwwiebe@gmail.com> | 2011-08-15 11:31:39 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-08-25 20:09:42 -0600 |
commit | 09a750c61e816ce16927c5621e97803f542dbf38 (patch) | |
tree | 8979c8765dc586e37c535887807d1600539f32d5 /numpy/add_newdocs.py | |
parent | 02b1c207cae97b0c0504107bf081cd0ccd3752d7 (diff) | |
download | numpy-09a750c61e816ce16927c5621e97803f542dbf38.tar.gz |
DOC: nditer: Add links to the nditer introductory doc to make it more discoverable
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 334bd8c4b..1a3f9e461 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -148,6 +148,8 @@ add_newdoc('numpy.core', 'flatiter', ('copy', add_newdoc('numpy.core', 'nditer', """ Efficient multi-dimensional iterator object to iterate over arrays. + To get started using this object, see the + :ref:`introductory guide to array iteration <arrays.nditer>`. Parameters ---------- |