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') 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