summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2011-08-25 20:20:49 -0600
committerCharles Harris <charlesr.harris@gmail.com>2011-08-25 20:20:49 -0600
commit4fb84e7a220e39c34e5253202730733d8151bb9c (patch)
treeac8c3f6bbf73a8ccd3b4c106d5793bb9c958d022 /numpy
parente53c0558424f3dcdf160036f8a7fb4ecab04470f (diff)
parente7786bd2191d2880344d342b5c56ca73931c1286 (diff)
downloadnumpy-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 'numpy')
-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
----------