summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.indexing.rst
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Typo in arrays.indexing.rst Issue#6670floatingpointstack2015-11-121-1/+1
|
* DOC: Update docs.Gabor Kovacs2015-06-211-5/+4
| | | | | | | Update docs for boolean array indexing and nonzero order. Add links to row-major and column-major terms where they appear. Closes #3177
* DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-9/+9
| | | | | | | | | | | This update adds a section better describing record arrays in the user guide (numpy/doc/structured_arrays.py). It also corrects nomenclature, such that "structured array" refers to ndarrays with structured dtype, "record array" refers to modified ndarrays as created by np.rec.array, and "recarray" refers to ndarrays viewed as np.recarray. See the note at the end of the structured array user guide.
* DOC: fix a couple mistakes in the indexing documentationJulian Taylor2014-06-111-5/+5
| | | | closes gh-618
* Merge pull request #4076 from seberg/advanced-indexing-docCharles Harris2014-05-291-107/+279
|\ | | | | DOC: Rework the advanced indexing documentation.
| * DOC: Rework the advanced indexing documentation.Sebastian Berg2014-05-291-107/+279
| | | | | | | | | | | | Mostly makes the advanced indexing doc much more example based, and prominently mentions the np.ix_ function. Some subtleties (some of which are new) are also mentioned.
* | updated for None-npnewaxis alias commentjess0102014-04-171-2/+2
| |
* | arrays.indexing.rstjess0102014-04-151-2/+2
|/
* DOC: Advanced indexing using np.newaxesSebastian Berg2013-04-121-2/+2
| | | | | Mention in release notes and remove documentation which may give the idea it cannot be used with advanced indexing.
* change DeprecationWarning to FutureWarningJay Bourque2012-07-171-1/+1
|
* Updated reference docs for DeprecationWarningJay Bourque2012-07-171-0/+10
|
* updated documentation from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-7/+0
|
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-12/+12
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+375