From 09a750c61e816ce16927c5621e97803f542dbf38 Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Mon, 15 Aug 2011 11:31:39 -0700 Subject: DOC: nditer: Add links to the nditer introductory doc to make it more discoverable --- numpy/add_newdocs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy') 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 `. Parameters ---------- -- cgit v1.2.1