diff options
author | Ross Barnowski <rossbar@berkeley.edu> | 2020-09-09 14:58:10 -0700 |
---|---|---|
committer | Ross Barnowski <rossbar@berkeley.edu> | 2020-09-09 14:58:10 -0700 |
commit | e37299b75697531b0abd6992778a05fbe3f1be7d (patch) | |
tree | f8fe12636f48afbd211ac4626a1cd713e161562f /numpy/doc/constants.py | |
parent | 8599fe0abc88f584ee45b54654833cdccefc3cd0 (diff) | |
download | numpy-e37299b75697531b0abd6992778a05fbe3f1be7d.tar.gz |
DOC: rm see also ref to doc.indexing.
Indexing article no longer exists
Diffstat (limited to 'numpy/doc/constants.py')
-rw-r--r-- | numpy/doc/constants.py | 4 |
1 files changed, 0 insertions, 4 deletions
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 |