summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2020-07-07 21:48:43 -0700
committerRoss Barnowski <rossbar@berkeley.edu>2020-07-07 21:48:43 -0700
commit2532f35f8a316e903a8a941b96b3e3d2eb143f32 (patch)
treecd74463ba44125c65c5f3c4ce9702c8e10d949e1
parent4de4f336833f3ff8e5e283e3d07026bba8aa5127 (diff)
downloadnumpy-2532f35f8a316e903a8a941b96b3e3d2eb143f32.tar.gz
DOC: fix rST note directive formatting.
-rw-r--r--doc/source/reference/arrays.nditer.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.nditer.rst b/doc/source/reference/arrays.nditer.rst
index 158a994f6..e9ca01654 100644
--- a/doc/source/reference/arrays.nditer.rst
+++ b/doc/source/reference/arrays.nditer.rst
@@ -10,7 +10,9 @@
Iterating Over Arrays
*********************
-.. note:: Arrays support the iterator protocol and can be iterated over like Python
+.. note::
+
+ 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.