summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.scalars.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Fix outdated sphinx directives.Charles Harris2015-07-011-4/+4
| | | | | | | Examples :cdata: -> :c:data: .. cfunction:: -> .. c:function::
* DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-8/+8
| | | | | | | | | | | 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.
* BUG: Document that numpy.int_ doesn't inherit from int on Py3kYury V. Zaytsev2013-08-101-2/+7
| | | | Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
* DOC: BLD: fix some doc build warnings.Ralf Gommers2011-03-141-1/+1
| | | | | Word of warning: do not use Sphinx 1.0.7 (latest release), its autodoc extension is broken. 1.0.4 works fine.
* ENH: Rename the half character code from 'j' to 'e'Mark Wiebe2010-12-011-1/+1
|
* DOC: core: Update docs for half/float16 typeMark Wiebe2010-12-011-1/+3
|
* Docstring update: doc/source/referencePauli Virtanen2009-10-021-4/+4
|
* Merge from doc wikiPauli Virtanen2009-06-191-4/+0
|
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-21/+21
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+288