summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | | DOC: set status of NEP 28 (website redesign) to AcceptedRalf Gommers2019-08-101-2/+2
* | | MAINT: fix a typoGuanqun Lu2019-08-101-1/+1
* | | BUILD, DOC: add merge-doc target to update the numpy/doc repomattip2019-08-082-36/+56
|/ /
* | 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 #14231 from mattip/sourceforgeRalf Gommers2019-08-081-9/+0
|\ \ \
| * | | DOC: update or remove outdated sourceforge linksmattip2019-08-081-9/+0
* | | | 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 #14032 from rgommers/nep-websiteRalf Gommers2019-08-051-0/+334
|\ \ \ \
| * | | | DOC: update NEP 28 (website redesign) for more review comments.Ralf Gommers2019-08-051-6/+28
| * | | | DOC: update NEP 28 (website redesign) for review comments.Ralf Gommers2019-07-191-5/+15
| * | | | Add NEP on numpy.org website redesign.Ralf Gommers2019-07-161-0/+302
| | |/ / | |/| |
* | | | NEP: Proposal for __duckarray__ protocol (#14170)Peter Andreas Entschev2019-08-051-0/+106
* | | | Merge pull request #14134 from charris/post-1.17.0-updateCharles Harris2019-07-282-132/+189
|\ \ \ \
| * | | | DOC, MAINT: Update master after 1.17.0 release.Charles Harris2019-07-262-132/+189
* | | | | Merge pull request #14062 from mattip/fixesRalf Gommers2019-07-262-8/+12
|\ \ \ \ \
| * | | | | DOC, BUILD: cleanups and fix (again) 'build dist'mattip2019-07-192-8/+12
| | |_|/ / | |/| | |
* | | | | 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-243-23/+39
|\ \ \ \ \
| * | | | | ENH: use towncrier to build the release notemattip2019-07-243-23/+39
| |/ / / /
* | | | | Merge pull request #14092 from tacaswell/doc_nep_templateCharles Harris2019-07-231-3/+4
|\ \ \ \ \
| * | | | | DOC: add note about using —Thomas A Caswell2019-07-231-0/+1
| * | | | | DOC: use the special — in NEP template titleThomas A Caswell2019-07-231-3/+3
| | |_|_|/ | |/| | |
* | | | | 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 #13990 from mattip/fix-make-distSebastian Berg2019-07-171-17/+18
|\ \ \ \
| * | | | BUILD: adapt "make version-check" to "make dist"mattip2019-07-141-17/+18
| | |_|/ | |/| |
* | | | 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
| | |/ | |/|