summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.indexing.rst
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2013-04-12 17:31:57 +0200
committerSebastian Berg <sebastian@sipsolutions.net>2013-04-12 17:54:44 +0200
commit5b9da00736edf996b8422cbb46f89b87691b7902 (patch)
tree3841afe931b8e3f54b0ec8141c6b103b4f749c62 /doc/source/reference/arrays.indexing.rst
parent6115bba29c721aa9e2f533cd7ba3e13956f2dbd5 (diff)
downloadnumpy-5b9da00736edf996b8422cbb46f89b87691b7902.tar.gz
DOC: Advanced indexing using np.newaxes
Mention in release notes and remove documentation which may give the idea it cannot be used with advanced indexing.
Diffstat (limited to 'doc/source/reference/arrays.indexing.rst')
-rw-r--r--doc/source/reference/arrays.indexing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/arrays.indexing.rst b/doc/source/reference/arrays.indexing.rst
index f8966f5c1..e759b6ff8 100644
--- a/doc/source/reference/arrays.indexing.rst
+++ b/doc/source/reference/arrays.indexing.rst
@@ -170,8 +170,8 @@ concepts to remember include:
.. data:: newaxis
- The :const:`newaxis` object can be used in the basic slicing syntax
- discussed above. :const:`None` can also be used instead of
+ The :const:`newaxis` object can be used in all slicing operations
+ as discussed above. :const:`None` can also be used instead of
:const:`newaxis`.