summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-05-05 11:33:23 -0600
committerGitHub <noreply@github.com>2017-05-05 11:33:23 -0600
commit0c33b29ec730c7c680d99224c58e197b03481098 (patch)
tree19da2d93d1b0e66a6c396a55b4624909c37d4531 /doc/source
parent69b0c42bca27dd5d5522de306bcd7db7deccbfad (diff)
parent02805d886ec9c40a31b542bcd78e77f8d435dd89 (diff)
downloadnumpy-0c33b29ec730c7c680d99224c58e197b03481098.tar.gz
Merge pull request #9039 from eric-wieser/as-strided_docs
DOC: actually produce docs for as_strided
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/reference/routines.indexing.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.indexing.rst b/doc/source/reference/routines.indexing.rst
index 8c3729f21..4af6845d0 100644
--- a/doc/source/reference/routines.indexing.rst
+++ b/doc/source/reference/routines.indexing.rst
@@ -41,6 +41,7 @@ Indexing-like operations
diag
diagonal
select
+ lib.stride_tricks.as_strided
Inserting data into arrays
--------------------------