summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix links to flagsEric Wieser2017-04-051-7/+8
* DOC: Add missing context argumentEric Wieser2017-04-051-1/+1
* Merge pull request #8836 from MSeifert04/doc_fixed_some_sphinx_warningsEric Wieser2017-04-029-320/+480
|\
| * DOC: Unwrap long signature linesMichael Seifert2017-03-287-166/+369
| * DOC: Replace deprecated (since 1.6) references in documentationMichael Seifert2017-03-272-6/+6
| * DOC: Fixed wrong directiveMichael Seifert2017-03-271-1/+1
| * DOC: Function definitions may not extend over several linesMichael Seifert2017-03-273-82/+39
| * DOC: Fix broken links (include missing : and capitalization)Michael Seifert2017-03-272-3/+3
| * DOC: Correct links to ndarray methods when currentmodule != numpyMichael Seifert2017-03-271-42/+42
| * DOC: Corrected links for several __array_*__ functionsMichael Seifert2017-03-275-32/+32
| * DOC: Included correct destination for "&PyArray_Type" link.Michael Seifert2017-03-271-1/+1
| * DOC: fixed link to `NPY_END_THREADS`Michael Seifert2017-03-261-1/+1
| * DOC: include missing second ":" for definitions of types.Michael Seifert2017-03-261-18/+18
| * DOC: Fix "PyObject *" links in narrative documentationMichael Seifert2017-03-264-7/+7
* | Merge pull request #8857 from MSeifert04/remove_jargon_glossaryEric Wieser2017-03-281-5/+0
|\ \
| * | DOC: remove glossary referenceMichael Seifert2017-03-281-5/+0
* | | DOC: update docs and comments for move of mailing list to python.orgRalf Gommers2017-03-262-32/+2
|/ /
* | Merge pull request #8835 from MSeifert04/doc_include_nextafter_and_spacingEric Wieser2017-03-251-0/+2
|\ \
| * | DOC: Include nextafter and spacing function in documentation.Michael Seifert2017-03-251-0/+2
| |/
* | DOC: add BENCH prefix to documented commit prefixesJulian Taylor2017-03-251-0/+1
|/
* Merge pull request #8830 from MSeifert04/missing_whitespace_before_directiveCharles Harris2017-03-241-1/+1
|\
| * DOC: added a whitespace so that sphinx directive displays correctlyMichael Seifert2017-03-251-1/+1
* | DOC: Add 'heaviside' to the ufunc documentation.Warren Weckesser2017-03-232-0/+2
* | DOC: Fix typosJakub Wilk2017-03-1719-48/+48
* | DOC: Add 1.12.1 release notes to documentation.Charles Harris2017-03-051-0/+1
|/
* Merge pull request #8731 from solarjoe/masterEric Wieser2017-03-031-0/+1
|\
| * DOC: added linalg.multi_dot to function listsolarjoe2017-03-031-0/+1
* | DOC: Add float_power to routines.math documentation autosummaryMichael Seifert2017-03-021-0/+1
|/
* DOC: fix incorrect mask value when value was changed (#8698)Eugene2017-02-261-1/+1
* Merge pull request #8043 from pv/ufunc-copy-overlapCharles Harris2017-02-161-0/+29
|\
| * ENH: core: rename NPY_ITER_OVERLAP_ALLOW_SAME to NPY_ITER_OVERLAP_ASSUME_ELEM...Pauli Virtanen2017-01-211-9/+6
| * ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAMEPauli Virtanen2017-01-191-22/+17
| * BUG: umath: in reduceat, arrays must be copied on overlap even if they are th...Pauli Virtanen2017-01-191-1/+11
| * ENH: NpyIter: add a flag to handle read/write operand overlapPauli Virtanen2017-01-191-0/+27
* | Merge pull request #8592 from eric-wieser/remove-setsliceCharles Harris2017-02-103-6/+2
|\ \
| * | DOC: Use getitem and setitem in indexCharles Harris2017-02-101-2/+2
| * | DOC: Change index keywords to dissociate from deprecated magic methodsEric Wieser2017-02-091-2/+2
| * | MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-092-4/+0
* | | DOC: fix typo in 'Stacking together different arrays'Kirill Balunov2017-02-071-11/+16
* | | DOC: fix typo in indexing sectionKirill Balunov2017-02-071-7/+8
|/ /
* | Revert 8540 patch 1 (#8541)aha662017-01-281-3/+3
* | Update arrays.ndarray.rstaha662017-01-281-2/+2
* | DOC: fix return value for PyArray_ResizeA. Jesse Jiryu Davis2017-01-241-4/+4
|/
* DOC: create 1.11.3 release notes.Charles Harris2016-12-181-0/+1
* DOC: Fix Python versionsAlexandr Shadchin2016-12-091-1/+1
* DOC: Changed shape assignment example to reshape. Elaborated modifying shapepetetanru2016-11-111-12/+23
* DOC: Add 1.13.0 notes.Charles Harris2016-11-051-0/+1
* DOC: Fix code example in c-info.python-as-glue.rst.Charles Harris2016-11-041-16/+21
* DOC: Fixups for quickstart.rst.Charles Harris2016-11-041-34/+77
* DOC: Add SciPy inventory for intersphinx.wrwrwr2016-10-281-0/+1