summaryrefslogtreecommitdiff
path: root/numpy/doc/indexing.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Clarify docs on mixed advanced indexing and slicing (gh-15891)Paul Rougieux2020-04-201-4/+13
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-2/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-1/+0
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-2/+3
* DOC: Update boolean indices in index arrays with slices exampleOri Broda2019-05-251-0/+7
* DOC: add copy on slicing noticewtli2019-03-141-1/+3
* DOC: Updated Slice Descriptionlogeaux2018-07-141-1/+1
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-1/+1
* MAINT: Don't internally use the one-argument whereEric Wieser2017-06-031-1/+1
* DOC: fix typo in 'Indexing Multi-dimensional arrays'Kirill Balunov2017-02-071-2/+2
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-2/+2
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-3/+3
* DOC: Update docs.Gabor Kovacs2015-06-211-6/+8
* DOC: Fix typo and some grammarVraj Mohan2015-05-271-2/+2
* DOC: further tweaks to boolean indexing doc to improve clarityGary Oberbrunner2013-12-011-5/+5
* DOC: further improvements for boolean array indexing docGary Oberbrunner2013-11-291-7/+14
* DOC: Improved doc for boolean array indexingGary Oberbrunner2013-11-201-3/+25
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-103/+120
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-6/+12
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-231-0/+384