summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* DOC: changes from reviewmattip2019-04-233-140/+33
* DOC: reorganize developer docs, use scikit-image as a base for changemattip2019-04-218-58/+347
* Merge pull request #13337 from kritisingh1/conjMatti Picus2019-04-162-0/+2
|\
| * DOC: Add docstrings for consistency in aliaseskritisingh12019-04-162-0/+2
* | DOC: Add as_ctypes_type to the documentationEric Wieser2019-04-151-0/+1
|/
* DOC: remove misplaced section at bottom of governance people pageRalf Gommers2019-04-121-5/+0
* DOC: list Quansight (company) rather than Quansight Labs (program/division)Ralf Gommers2019-04-112-2/+2
* DOC: update people under BIDS Institutional Partner entry.Ralf Gommers2019-04-111-1/+1
* DOC: add Quansight Labs as an Institutional PartnerRalf Gommers2019-04-111-1/+3
* DOC : PyArray_Descr.names undocumented (#13234)vrindaaa2019-04-031-3/+25
* DOC: Correctly document the minimum required Sphinx version (#13231)Kriti Singh2019-04-011-1/+1
* Adding an example of successful execution of numpy.test() to the DocsVrinda Narayan2019-03-291-0/+3
* DOC: Attempting to remove duplicate documentation.Mircea Akos Bruma2019-03-212-15/+12
* DOC: Fix c-api function documentation duplication. #13119Mircea Akos Bruma2019-03-191-10/+8
* Merge pull request #13099 from liwt31/add-indexing-docMatti Picus2019-03-192-0/+22
|\
| * DOC: add copy on slicing noticewtli2019-03-142-0/+22
* | DOC: fix references in docsmattip2019-03-102-26/+67
|/
* DOC: typo (thanks ev-br)mattip2019-03-011-1/+1
* DOC: fixes from reviewmattip2019-02-284-87/+29
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-289-30/+49
* Merge pull request #13035 from eric-wieser/random-matlab-aliasesMatti Picus2019-02-281-1/+1
|\
| * DOC: Encourage users to use the non-matlab-style random functionsEric Wieser2019-02-271-1/+1
* | DOC: Post NumPy 1.16.2 release update.Charles Harris2019-02-271-0/+1
* | DOC: Added maximum_sctype to documentationJoseph Fox-Rabinovitz2019-02-271-2/+1
|/
* Merge pull request #12963 from Ankeetshkk/masterMatti Picus2019-02-191-4/+3
|\
| * DOC: Rewrite using plural pronoun.Charles Harris2019-02-181-4/+3
| * change in line 127 use she/he instead of sheAnkit Shukla2019-02-131-1/+1
* | Merge pull request #12945 from charris/fix-timsort-compatMatti Picus2019-02-141-15/+22
|\ \ | |/ |/|
| * DOC: Update sorting documention.Charles Harris2019-02-081-15/+22
* | DOC: ndarray.max is missingYu Kobayashi2019-02-091-0/+1
|/
* DOC: Update master following 1.16.1 release.Charles Harris2019-01-311-0/+1
* Merge pull request #12418 from liwt31/timsort-devMatti Picus2019-01-311-3/+4
|\
| * DOC: add docstring for timsortwtli2019-01-211-3/+4
* | DOC: add missing character routines, fix #8578Adam Orr2019-01-301-0/+6
* | DOC: link to benchmarking infomattip2019-01-272-0/+3
* | DOC: fixes from reviewmattip2019-01-221-2/+2
* | DOC: remove python2-only methods, small cleanupsmattip2019-01-213-22/+7
|/
* Merge pull request #12807 from mattip/f2py-source-bytesCharles Harris2019-01-202-28/+3
|\
| * BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-202-28/+3
* | DOC: document C99 requirement in dev guide [ci skip]Tyler Reddy2019-01-181-1/+3
* | DOC: fix generalized eigenproblem reference in "NumPy for MATLAB users" (#12741)adeak2019-01-151-1/+1
* | DOC: Document NPY_SORTKIND parameter in PyArray_Sort (#12606)Piyush Jaipuriayar2019-01-151-3/+3
* | DOC: set off math constant suffixes with backticksJosh Wilson2019-01-131-2/+3
* | DOC: clarify the suffix of single/extended precision math constantsJosh Wilson2019-01-131-1/+1
* | Merge pull request #12677 from ahaldane/fix_more_uint_alnCharles Harris2019-01-081-1/+1
|\ \
| * | MAINT: Further fixups to uint alignment checksAllan Haldane2019-01-061-1/+1
* | | ENH: Better links in documentationEric Larson2019-01-078-1/+15
|/ /
* | Merge pull request #12626 from ahaldane/further_uint_align_fixCharles Harris2019-01-031-9/+15
|\ \
| * | BUG: fix uint alignment asserts in lowlevel loopsAllan Haldane2019-01-031-9/+15
* | | DOC: SimpleNewFromDescr cannot be given NULL for descrSebastian Berg2019-01-021-3/+3