summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api.config.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Array API : Directory restructure and code cleanup (#14010)Kriti Singh2019-07-221-122/+0
| | | | | | * Minor improvements in Array API docs * Directory restruture
* DOC: Add missing macros to C API documentationkritisingh12019-05-121-0/+19
|
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-4/+4
| | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986
* DOC: Fix outdated sphinx directives.Charles Harris2015-07-011-26/+26
| | | | | | | Examples :cdata: -> :c:data: .. cfunction:: -> .. c:function::
* BUG: fix native-only long long checkJulian Taylor2014-01-041-2/+2
| | | | | | Caused all long longs to be required native only in memoryviews. NPY_SIZEOF_LONG_LONG never existed, replace documentation with existing NPY_SIZEOF_LONGLONG and code with a sizeof(npy_longlong).
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
| | | | Now is as good a time as any with open PR's at a low.
* BUG: Fix NPY_* macros for endianness (#1154).David Cournapeau2009-06-301-2/+2
| | | | | | | | | I managed to screw them up: they did not actually mimic the gblic endian.h behavior, that is NPY_BIG_ENDIAN and NPY_LITTLE_ENDIAN should always be defined, and endianness should be detected by comparison with NPY_BYTE_ORDER. This needs to be fixed because the behavior of the NPY_ macros was different depending on whether endian.h was available or not. Let's hope nobody depended on it...
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-2/+2
|
* docs: document some of the API additions in Numpy 1.3.0Pauli Virtanen2009-03-201-12/+58
|
* Update configuration in the numpy reference.David Cournapeau2009-03-111-74/+22
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+110