summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-11-05 17:41:49 -0600
committerSebastian Berg <sebastian@sipsolutions.net>2020-11-05 17:41:49 -0600
commit7235d30f3da0a64bf9198db50b19669eb93e6ec6 (patch)
treeeb31918681713e45a5e7eceb9bb90b407c0fe0a6 /doc/source/reference
parentae7f9a2cb71cccc9d49cd343e238464107397814 (diff)
downloadnumpy-7235d30f3da0a64bf9198db50b19669eb93e6ec6.tar.gz
API: Do not import sliding_window_view to main namespace
At least for now, lets not import it to the main namespace, since there is no agreement that this is a good idea.
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/routines.indexing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/routines.indexing.rst b/doc/source/reference/routines.indexing.rst
index a1c82c620..eebbf4989 100644
--- a/doc/source/reference/routines.indexing.rst
+++ b/doc/source/reference/routines.indexing.rst
@@ -42,7 +42,7 @@ Indexing-like operations
diag
diagonal
select
- sliding_window_view
+ lib.stride_tricks.sliding_window_view
lib.stride_tricks.as_strided
Inserting data into arrays