diff options
Diffstat (limited to 'doc/source/reference/arrays.nditer.rst')
-rw-r--r-- | doc/source/reference/arrays.nditer.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.nditer.rst b/doc/source/reference/arrays.nditer.rst index e9ca01654..72a04f73e 100644 --- a/doc/source/reference/arrays.nditer.rst +++ b/doc/source/reference/arrays.nditer.rst @@ -14,7 +14,9 @@ Iterating Over Arrays Arrays support the iterator protocol and can be iterated over like Python lists. See the :ref:`quickstart.indexing-slicing-and-iterating` section in - the Quickstart guide for information and examples. + the Quickstart guide for basic usage and examples. The remainder of + this document presents the :class:`nditer` object and covers more + advanced usage. The iterator object :class:`nditer`, introduced in NumPy 1.6, provides many flexible ways to visit all the elements of one or more arrays in |