Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | DOC: Point Contributing page to new NEP 45 | Ben Nathanson | 2020-06-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | Moved the link for C style to NEP 45. In NEP 45, replaced explicit link to PEP 7 with a :pep: link. | |||||
* | | DOC: Fixes for 18 broken links (#16472) | bjnath | 2020-06-06 | 4 | -8/+7 | |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: Fixes for 18 broken links This, with PR #16465, should fix nearly all the remaining broken links on the site. 4 or 5 others should be easy to fix and just need attention from someone more knowledgeable -- will open an issue. For release notes with dead links, I could usually find links on archive.org for roughly contemporary versions. * DOC: Update to "Fixes for 18 broken links #16472" * Obsolete links, previously commented out, now deleted: https://github.com/numpy/numpy/pull/16472#discussion_r433928958 * Semantic markup for reference to Python class: https://github.com/numpy/numpy/pull/16472#discussion_r433553928 * Missing :ref: in internal link: https://github.com/numpy/numpy/pull/16472#discussion_r433554484 Not included: Resolution on using external/internal doc link in .py: https://github.com/numpy/numpy/pull/16472#discussion_r433554824 * DOC: Add internal link for 'Fixes for 18 broken links' PR #16472 Making reference [1] an internal link in function_base.py => numpy.vectorize.html * DOC: Redirect 2 link fixes in PR #16472 * governance.rst link reverted * ununcs.rst `overridden` link goes where it was meant to per https://github.com/numpy/numpy/pull/16472#pullrequestreview-424666070 | |||||
* | DOC: Fix development_workflow links | Ben Nathanson | 2020-06-01 | 2 | -11/+11 | |
| | | | | | | | | | | | | | | Fixed links for branch delete and graph visualizer. Updated instructions for branch delete (git since 1.7.0 (Sept 2010) has allowed --delete sted ':'). 'Learn git' link pointed to Bitbucket instructions; replaced with GitHub instructions. Minor rewording in 'Pushing changes to the main repo'. This is NOT a review of the page, only some fixes. | |||||
* | DOC: improve development debugging doc (#16083) | Chunlin | 2020-05-13 | 2 | -7/+21 | |
| | | | | | * improve development debugging doc Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | |||||
* | DOC: update people listed under Institutional Partners | Ralf Gommers | 2020-05-10 | 1 | -2/+2 | |
| | ||||||
* | DOC: update the Code of Conduct committee members | Ralf Gommers | 2020-05-10 | 1 | -2/+2 | |
| | | | | | See https://mail.python.org/pipermail/numpy-discussion/2020-May/080625.html for the public discussion on this. | |||||
* | DOC: Added page describing how to contribute to the docs team (#16069) | Melissa Weber Mendonça | 2020-05-03 | 2 | -0/+152 | |
| | ||||||
* | DOC: Add missing bracket (gh-16051) | Chunlin | 2020-04-25 | 1 | -1/+1 | |
| | | | Add missing closing brackets, script to generate the list in the PR gh-16051. | |||||
* | DOC: Fixed order of items and link to mailing list in dev docs index. (#15901) | Melissa Weber Mendonça | 2020-04-02 | 1 | -9/+8 | |
| | | | | | * Fixed order of items and link to mailing list. * Fixed link for github. | |||||
* | DOC: First steps towards docs restructuring (NEP 44) | Melissa Weber Mendonca | 2020-03-26 | 1 | -0/+7 | |
| | ||||||
* | BLD: Add requirements.txt file for building docs (#15778) | Ross Barnowski | 2020-03-19 | 1 | -0/+12 | |
| | | | * BLD: Added doc_requirements.txt and improve documentation around building docs | |||||
* | DOC: Fix runtests example in developer docs | Anirudh Subramanian | 2020-03-18 | 1 | -1/+1 | |
| | ||||||
* | DOC: Added note about LaTeX requirement | Ross Barnowski | 2019-12-29 | 1 | -0/+5 | |
| | | | | | Building the html docs from source requires a working LaTeX build environment to get the equations rendered properly. | |||||
* | DOC: Initialize submodules to build docs. | Ross Barnowski | 2019-12-29 | 1 | -0/+11 | |
| | | | | | | Added instructions to the developer guide on initializing the submodules containing numpydoc and the scipy sphinx theme before building the documentation. | |||||
* | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 2 | -2/+2 | |
| | ||||||
* | DOC: document the NPY_AVAILABLE_MEM test mechanism | Pauli Virtanen | 2019-12-01 | 1 | -0/+10 | |
| | ||||||
* | Fix typos | Brian Wignall | 2019-11-25 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #14732 from mattip/refguide-rst | Charles Harris | 2019-11-23 | 1 | -1/+1 | |
|\ | | | | | TST: run refguide-check on rst files in doc/* | |||||
| * | TST: run refguide-check on rst files in doc/* | mattip | 2019-10-17 | 1 | -1/+1 | |
| | | ||||||
* | | BUILD, DOC: remove the std=c99 flag from docs, builds, add release note | mattip | 2019-10-25 | 1 | -2/+1 | |
|/ | ||||||
* | DOC: Note release notes process changes on devdocs start page | Sebastian Berg | 2019-10-14 | 1 | -2/+5 | |
| | ||||||
* | DOC: Note IPython requirement for doc build in development notes (#14649) | David Stansby | 2019-10-06 | 1 | -1/+1 | |
| | ||||||
* | DOC, BUILD: make build_src more discoverable | mattip | 2019-09-20 | 1 | -0/+15 | |
| | ||||||
* | DOC,MAINT: Move towncrier files and fixup categories | Sebastian Berg | 2019-08-12 | 1 | -2/+3 | |
| | | | | | | | | | Name all categories as singular (or adjectives). Also move the fragments into an ``upcoming_changes`` folder to be more discoverable. Notes that we format some things as bullet points traditionally (right now towncrier only truly supports bullet point format, but I have a PR to fix that). | |||||
* | Merge pull request #14027 from rgommers/contributing | Ralf Gommers | 2019-08-08 | 1 | -0/+27 | |
|\ | | | | | DOC: update "Contributing to NumPy" with more activities/roles | |||||
| * | DOC: finish "contributing to NumPy" edits - w private list and Slack. | Ralf Gommers | 2019-08-06 | 1 | -3/+5 | |
| | | ||||||
| * | WIP: DOC: update "Contributing to NumPy" with more activities/roles | Ralf Gommers | 2019-07-16 | 1 | -0/+25 | |
| | | ||||||
* | | Merge pull request #14069 from sameshl/doc_test_instructions | Matti Picus | 2019-08-08 | 1 | -0/+9 | |
|\ \ | | | | | | | DOC: Emphasize the need to run tests when building from source | |||||
| * | | DOC: Emphasize the need to run tests when building from source | Samesh | 2019-07-21 | 1 | -0/+9 | |
| |/ | | | | | | | | | | | Add note on testing in docs of "setting up dev envirnoment" and "building NumPy from source" closes #14037 | |||||
* | | Merge pull request #14089 from Carreau/no-setuppy | Ralf Gommers | 2019-07-25 | 1 | -4/+1 | |
|\ \ | | | | | | | DOC: Use `pip install .` where possible instead of calling setup.py | |||||
| * | | Remove deprecated info about dev build | Matthias Bussonnier | 2019-07-25 | 1 | -3/+0 | |
| | | | ||||||
| * | | Doc: Use `pip install .` where possible instead of calling setup.py | Matthias Bussonnier | 2019-07-23 | 1 | -2/+2 | |
| |/ | | | | | | | pip will itself call setup.py install with the rights options. | |||||
* | | Merge pull request #13908 from mattip/towncrier | Sebastian Berg | 2019-07-24 | 1 | -16/+21 | |
|\ \ | | | | | | | ENH: use towncrier to build the release note | |||||
| * | | ENH: use towncrier to build the release note | mattip | 2019-07-24 | 1 | -16/+21 | |
| |/ | ||||||
* | | DOC: Update NumFOCUS subcommittee replacing Nathaniel with Sebastian | Sebastian Berg | 2019-07-16 | 1 | -1/+1 | |
|/ | | | | | | | | I believe that we pretty much decided on this and @njsmith wished to not be the NumFOCUS liason, so this suggests to replace me and him for the subcommittee as well. This is up for discussion, if anyone else is interested I would be happy to exchange it and if Nathaniel wants to remain on the subcommittee we can go another route. | |||||
* | Merge pull request #13799 from kritisingh1/links | Matti Picus | 2019-07-02 | 3 | -13/+20 | |
|\ | | | | | DOC: Fix unrendered links | |||||
| * | DOC: Fix unrendered links | kritisingh1 | 2019-06-30 | 3 | -13/+20 | |
| | | ||||||
* | | MAINT: Update tox for supported Python versions | Mike Taves | 2019-06-26 | 1 | -2/+2 | |
|/ | | | | Also replace 'nose' with 'pytest' for deps | |||||
* | Merge pull request #13404 from seberg/sebastian-bids | Charles Harris | 2019-04-25 | 1 | -1/+1 | |
|\ | | | | | DOC: Add Sebastian Berg as sponsored by BIDS | |||||
| * | DOC: Add Sebastian Berg as sponsored by BIDS | Sebastian Berg | 2019-04-25 | 1 | -1/+1 | |
| | | ||||||
* | | DOC: fix typos in dev/index | mattip | 2019-04-25 | 1 | -5/+3 | |
| | | ||||||
* | | DOC: changes from review | mattip | 2019-04-23 | 3 | -140/+33 | |
| | | ||||||
* | | DOC: reorganize developer docs, use scikit-image as a base for change | mattip | 2019-04-21 | 8 | -58/+347 | |
|/ | ||||||
* | DOC: remove misplaced section at bottom of governance people page | Ralf Gommers | 2019-04-12 | 1 | -5/+0 | |
| | | | | | | | | | Thanks to @mattip for pointing this out. The removed bit is a copy of what's on the main governance page (where it belongs). So just deleting here. [ci skip] [skip ci] **no ci** | |||||
* | DOC: list Quansight (company) rather than Quansight Labs (program/division) | Ralf Gommers | 2019-04-11 | 1 | -1/+1 | |
| | | | | | | | | | | as Institutional Partner. Also fix a broken link I found. [ci skip] [skip ci] **no ci** | |||||
* | DOC: update people under BIDS Institutional Partner entry. | Ralf Gommers | 2019-04-11 | 1 | -1/+1 | |
| | | | | [ci skip] [skip ci] | |||||
* | DOC: add Quansight Labs as an Institutional Partner | Ralf Gommers | 2019-04-11 | 1 | -1/+3 | |
| | | | | [ci skip] [skip ci] | |||||
* | Adding an example of successful execution of numpy.test() to the Docs | Vrinda Narayan | 2019-03-29 | 1 | -0/+3 | |
| | ||||||
* | DOC: reduce warnings when building, reword, tweak doc building | mattip | 2019-02-28 | 1 | -1/+2 | |
| | ||||||
* | DOC: document C99 requirement in dev guide [ci skip] | Tyler Reddy | 2019-01-18 | 1 | -1/+3 | |
| |