summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorMark Wiebe <mwwiebe@gmail.com>2011-08-15 11:31:39 -0700
committerCharles Harris <charlesr.harris@gmail.com>2011-08-25 20:09:42 -0600
commit09a750c61e816ce16927c5621e97803f542dbf38 (patch)
tree8979c8765dc586e37c535887807d1600539f32d5 /numpy/add_newdocs.py
parent02b1c207cae97b0c0504107bf081cd0ccd3752d7 (diff)
downloadnumpy-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.py2
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
----------