diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-05-05 11:33:23 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-05 11:33:23 -0600 |
commit | 0c33b29ec730c7c680d99224c58e197b03481098 (patch) | |
tree | 19da2d93d1b0e66a6c396a55b4624909c37d4531 /doc/source | |
parent | 69b0c42bca27dd5d5522de306bcd7db7deccbfad (diff) | |
parent | 02805d886ec9c40a31b542bcd78e77f8d435dd89 (diff) | |
download | numpy-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.rst | 1 |
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 -------------------------- |