From 8599fe0abc88f584ee45b54654833cdccefc3cd0 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Fri, 4 Sep 2020 20:23:42 +0200 Subject: Fix docstring cross-referencing --- numpy/doc/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/doc/constants.py') diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py index 2c629ad33..0a6989e7e 100644 --- a/numpy/doc/constants.py +++ b/numpy/doc/constants.py @@ -137,7 +137,7 @@ add_newdoc('numpy', 'newaxis', See Also -------- - `numpy.doc.indexing` + numpy.doc.indexing Examples -------- -- cgit v1.2.1 From e37299b75697531b0abd6992778a05fbe3f1be7d Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Wed, 9 Sep 2020 14:58:10 -0700 Subject: DOC: rm see also ref to doc.indexing. Indexing article no longer exists --- numpy/doc/constants.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'numpy/doc/constants.py') diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py index 0a6989e7e..128493d90 100644 --- a/numpy/doc/constants.py +++ b/numpy/doc/constants.py @@ -135,10 +135,6 @@ add_newdoc('numpy', 'newaxis', """ A convenient alias for None, useful for indexing arrays. - See Also - -------- - numpy.doc.indexing - Examples -------- >>> newaxis is None -- cgit v1.2.1