summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* DOC: minor tweak to CoC (update NumFOCUS contact address).Ralf Gommers2018-10-101-2/+1
* DOC: Document how memory alignment works as of 1.14Allan Haldane2018-09-271-0/+96
* DOC: use "import numpy as np" styleMike Toews2018-09-251-19/+19
* DOC: Post NumPy 1.15.2 release updates.[ci skip]Charles Harris2018-09-231-0/+2
* DOC: Adjust the gufunc signature examplesMatti Picus2018-09-131-2/+6
* DOC: Add documentation of PyUFuncObject membersMatti Picus2018-09-131-1/+58
* STY: string trailing spacesEric Wieser2018-09-131-2/+2
* Merge pull request #11929 from derek-kim/masterMatti Picus2018-09-121-4/+4
|\
| * DOC: #defining -> #define / Added a short explanation for Numeric, whichDerek Kim2018-09-111-4/+4
* | DOC: Clarify difference between PySequence_GETITEM, PyArray_GETITEM (#11914)Yug Khanna2018-09-101-3/+5
* | DOC: dtype offset is limited to intmattip2018-09-091-3/+4
* | DOC: add a Code of Conduct document.Ralf Gommers2018-09-013-0/+383
* | Merge pull request #11800 from mattip/f2py-exeCharles Harris2018-08-284-19/+31
|\ \
| * | DOC: change f2py2e -> numpy.f2py [ci skip]mattip2018-08-283-13/+13
| * | DOC: formatting, de-emphasize f2pyfe [ci skip]mattip2018-08-222-10/+10
| * | DOC: document use when f2py is not in the PATHmattip2018-08-222-6/+18
* | | DOC: Polybase augmented assignment notes (#11806)Jeff2018-08-261-5/+10
|/ /
* | DOC: Update docs after 1.15.1 release.Charles Harris2018-08-211-0/+1
* | DOC: reflow paragraph to 80 columnsmattip2018-08-171-9/+7
* | DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-143-164/+64
|/
* Merge pull request #11644 from eric-wieser/fix-source-linksCharles Harris2018-07-311-0/+9
|\
| * BUG: Fix doc source links to unwrap decoratorsEric Wieser2018-07-311-0/+9
* | DOC: Cleanup messy trailing spaces in dev env setupC.A.M. Gerlach2018-07-301-6/+6
* | DOC: Make Spyder name a link in dev env setupC.A.M. Gerlach2018-07-301-1/+3
|/
* DOC: add Stefan van der Walt to Steering CouncilRalf Gommers2018-07-191-1/+3
* Merge pull request #11084 from mattip/test-documentationRalf Gommers2018-07-133-15/+31
|\
| * DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docsmattip2018-06-253-15/+31
* | Tiny typo on numpy/reference/arrays.dtypes.htmlLilian Besson2018-07-111-0/+1
* | Merge pull request #11347 from mattip/less-sphinx-warningsRalf Gommers2018-06-2710-29/+46
|\ \ | |/ |/|
| * fixes from reviewmattip2018-06-243-20/+1
| * DOC: typos, small fixesmattip2018-06-153-14/+13
| * DOC: quiet warnings about "document not in any toctree"mattip2018-06-154-3/+9
| * use `:orphan:` to quiet warnings when building documentationmattip2018-06-153-0/+31
* | ENH: Remove NpyIter_Closemattip2018-06-181-25/+7
* | WIP: DOC: slightly tweak the directions to create a release (#11312)Matti Picus2018-06-162-0/+17
* | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-1622-84/+83
* | DOC: document new functionsmattip2018-06-153-0/+4
|/
* DOC: Update master after NumPy 1.14.5 release.mattip2018-06-131-0/+1
* REL: Setup master for 1.16 development.Charles Harris2018-06-121-0/+1
* Merge pull request #11222 from hmaarrfk/documentation_nditerCharles Harris2018-06-091-19/+19
|\
| * Updated with correct endMark Harfouche2018-06-021-19/+19
| * Reference doc to nditer is python3 friendlyMark Harfouche2018-06-011-19/+19
* | Merge pull request #11018 from mhvk/gufunc-axis-and-keepdimsCharles Harris2018-06-071-1/+12
|\ \
| * | DOC: Describe new axis argument.Marten van Kerkwijk2018-06-071-1/+12
* | | DOC: Update master after NumPy 1.14.4 release.Charles Harris2018-06-061-0/+2
|/ /
* | fixes from reviewmattip2018-06-011-2/+2
* | DOC: add existing recfunctions documentation to outputmattip2018-06-011-0/+6
|/
* Merge pull request #11177 from mhvk/gufunc-docs-improvementEric Wieser2018-05-294-12/+26
|\
| * DOC: Further clarification of c-api.Marten van Kerkwijk2018-05-291-9/+14
| * DOC: Clarify C-API for generalized ufuncs.mattip2018-05-284-8/+11