From 2532f35f8a316e903a8a941b96b3e3d2eb143f32 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Tue, 7 Jul 2020 21:48:43 -0700 Subject: DOC: fix rST note directive formatting. --- doc/source/reference/arrays.nditer.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/source/reference') 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. -- cgit v1.2.1