summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* DEP: Deprecate load/dump functions in favour of pickle methodskritisingh12019-08-191-11/+0
* DOC: remove scipy.org from the breadcrumb formattiongmattip2019-08-131-1/+0
* DOC,MAINT: Move towncrier files and fixup categoriesSebastian Berg2019-08-122-3/+3
* DOC: add header to documentation pagesmattip2019-08-092-0/+10
* DOC: add backlinks to numpy.orgmattip2019-08-082-1/+5
* Merge pull request #14027 from rgommers/contributingRalf Gommers2019-08-081-0/+27
|\
| * DOC: finish "contributing to NumPy" edits - w private list and Slack.Ralf Gommers2019-08-061-3/+5
| * WIP: DOC: update "Contributing to NumPy" with more activities/rolesRalf Gommers2019-07-161-0/+25
* | Merge pull request #14069 from sameshl/doc_test_instructionsMatti Picus2019-08-082-0/+18
|\ \
| * | add -v for verbose which I had removed in the previous commitSamesh2019-07-241-1/+1
| * | change the command line argument for all testsSamesh2019-07-241-1/+1
| * | DOC: Emphasize the need to run tests when building from sourceSamesh2019-07-212-0/+18
* | | Merge pull request #14062 from mattip/fixesRalf Gommers2019-07-261-1/+1
|\ \ \
| * | | DOC, BUILD: cleanups and fix (again) 'build dist'mattip2019-07-191-1/+1
| |/ /
* | | Merge pull request #14130 from joaomarcosgris/small-typo-quickstart-docRalf Gommers2019-07-251-1/+1
|\ \ \
| * | | Fix small typo in quickstart docsJoão Marcos Gris2019-07-251-1/+1
* | | | Merge pull request #14089 from Carreau/no-setuppyRalf Gommers2019-07-253-6/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Remove deprecated info about dev buildMatthias Bussonnier2019-07-251-3/+0
| * | | Doc: Use `pip install .` where possible instead of calling setup.pyMatthias Bussonnier2019-07-233-4/+4
* | | | DOC: fix typoColin Snyder2019-07-241-3/+3
* | | | Merge pull request #13908 from mattip/towncrierSebastian Berg2019-07-241-16/+21
|\ \ \ \
| * | | | ENH: use towncrier to build the release notemattip2019-07-241-16/+21
| |/ / /
* | | | Merge pull request #14026 from seberg/numfocus-update-sebastianSebastian Berg2019-07-231-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Update NumFOCUS subcommittee replacing Nathaniel with SebastianSebastian Berg2019-07-161-1/+1
| | |/ | |/|
* | | Merge pull request #14064 from kritisingh1/buildSebastian Berg2019-07-235-54/+54
|\ \ \
| * | | [DOC] Resolve bad references in Sphinx warningskritisingh12019-07-235-54/+54
* | | | DOC: Array API : Directory restructure and code cleanup (#14010)Kriti Singh2019-07-2211-39/+40
| |_|/ |/| |
* | | Merge pull request #14028 from IntelPython/fix-typoMatti Picus2019-07-171-2/+3
|\ \ \
| * | | edited opening statement per PR feedbackOleksandr Pavlyk2019-07-171-2/+3
| * | | fixed likely type in the quick start opening sentence of devdoc referenceOleksandr Pavlyk2019-07-161-1/+1
| | |/ | |/|
* | | DOC:Link between the two indexing documentation pagesSamesh2019-07-171-0/+1
* | | DOC:Link between the two indexing documentation pagesSamesh2019-07-162-2/+2
* | | DOC:Link between the two indexing documentation pagesSamesh2019-07-162-2/+2
* | | DOC:Link between the two indexing documentation pagesSamesh2019-07-162-1/+8
|/ /
* | Merge pull request #14011 from kritisingh1/udepMatti Picus2019-07-151-22/+0
|\ \
| * | [DOC] Remove unused/deprecated functionskritisingh12019-07-151-22/+0
| |/
* | Merge pull request #13985 from mattip/doc-howCharles Harris2019-07-141-0/+12
|\ \
| * | DOC: show workaround for backward compatibilitymattip2019-07-141-0/+12
| |/
* | Merge pull request #13991 from mattip/doc-make-versionCharles Harris2019-07-141-7/+8
|\ \
| * | DOC: emphasize need for matching numpy, git versionsmattip2019-07-141-7/+8
| |/
* | Merge pull request #13979 from danielballan/array-function-high-level-docsCharles Harris2019-07-143-2/+133
|\ \ | |/ |/|
| * Copy editingDan Allan2019-07-141-3/+3
| * Restore old intro, add note at top.Dan Allan2019-07-141-4/+18
| * Add new section of custom array containers.Dan Allan2019-07-133-15/+13
| * rephraseDan Allan2019-07-131-2/+6
| * Add __array_function__ to user reference.Dan Allan2019-07-131-0/+115
* | Merge pull request #13945 from mattip/random-diffCharles Harris2019-07-132-7/+27
|\ \ | |/ |/|
| * DOC: emphasize random API changesmattip2019-07-092-7/+27
* | DOC:Update the description of set_printoptions in quickstart doc #13900 (#13948)Samesh Lakhotia2019-07-091-1/+1
* | DOC: Fix a typo related to the range of indices (#13952)Aryan Naraghi2019-07-091-1/+1
|/