Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Typo in arrays.indexing.rst Issue#6670 | floatingpointstack | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | DOC: Update docs. | Gabor Kovacs | 2015-06-21 | 1 | -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 & guide | Allan Haldane | 2015-01-22 | 1 | -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 documentation | Julian Taylor | 2014-06-11 | 1 | -5/+5 |
| | | | | closes gh-618 | ||||
* | Merge pull request #4076 from seberg/advanced-indexing-doc | Charles Harris | 2014-05-29 | 1 | -107/+279 |
|\ | | | | | DOC: Rework the advanced indexing documentation. | ||||
| * | DOC: Rework the advanced indexing documentation. | Sebastian Berg | 2014-05-29 | 1 | -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 comment | jess010 | 2014-04-17 | 1 | -2/+2 |
| | | |||||
* | | arrays.indexing.rst | jess010 | 2014-04-15 | 1 | -2/+2 |
|/ | |||||
* | DOC: Advanced indexing using np.newaxes | Sebastian Berg | 2013-04-12 | 1 | -2/+2 |
| | | | | | Mention in release notes and remove documentation which may give the idea it cannot be used with advanced indexing. | ||||
* | change DeprecationWarning to FutureWarning | Jay Bourque | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | Updated reference docs for DeprecationWarning | Jay Bourque | 2012-07-17 | 1 | -0/+10 |
| | |||||
* | updated documentation from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -7/+0 |
| | |||||
* | docs: strip trailing whitespace from RST files | Pauli Virtanen | 2009-03-21 | 1 | -12/+12 |
| | |||||
* | Moved numpy-docs under doc/ in the main Numpy trunk. | Pauli Virtanen | 2008-11-23 | 1 | -0/+375 |