summaryrefslogtreecommitdiff
path: root/doc/source/dev
Commit message (Collapse)AuthorAgeFilesLines
...
| * DOC: Point Contributing page to new NEP 45Ben Nathanson2020-06-041-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)bjnath2020-06-064-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 linksBen Nathanson2020-06-012-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)Chunlin2020-05-132-7/+21
| | | | | * improve development debugging doc Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: update people listed under Institutional PartnersRalf Gommers2020-05-101-2/+2
|
* DOC: update the Code of Conduct committee membersRalf Gommers2020-05-101-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ça2020-05-032-0/+152
|
* DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-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ça2020-04-021-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 Mendonca2020-03-261-0/+7
|
* BLD: Add requirements.txt file for building docs (#15778)Ross Barnowski2020-03-191-0/+12
| | | * BLD: Added doc_requirements.txt and improve documentation around building docs
* DOC: Fix runtests example in developer docsAnirudh Subramanian2020-03-181-1/+1
|
* DOC: Added note about LaTeX requirementRoss Barnowski2019-12-291-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 Barnowski2019-12-291-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 correctorBrian Wignall2019-12-192-2/+2
|
* DOC: document the NPY_AVAILABLE_MEM test mechanismPauli Virtanen2019-12-011-0/+10
|
* Fix typosBrian Wignall2019-11-251-1/+1
|
* Merge pull request #14732 from mattip/refguide-rstCharles Harris2019-11-231-1/+1
|\ | | | | TST: run refguide-check on rst files in doc/*
| * TST: run refguide-check on rst files in doc/*mattip2019-10-171-1/+1
| |
* | BUILD, DOC: remove the std=c99 flag from docs, builds, add release notemattip2019-10-251-2/+1
|/
* DOC: Note release notes process changes on devdocs start pageSebastian Berg2019-10-141-2/+5
|
* DOC: Note IPython requirement for doc build in development notes (#14649)David Stansby2019-10-061-1/+1
|
* DOC, BUILD: make build_src more discoverablemattip2019-09-201-0/+15
|
* DOC,MAINT: Move towncrier files and fixup categoriesSebastian Berg2019-08-121-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/contributingRalf Gommers2019-08-081-0/+27
|\ | | | | DOC: update "Contributing to NumPy" with more activities/roles
| * 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-081-0/+9
|\ \ | | | | | | DOC: Emphasize the need to run tests when building from source
| * | DOC: Emphasize the need to run tests when building from sourceSamesh2019-07-211-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-setuppyRalf Gommers2019-07-251-4/+1
|\ \ | | | | | | DOC: Use `pip install .` where possible instead of calling setup.py
| * | Remove deprecated info about dev buildMatthias Bussonnier2019-07-251-3/+0
| | |
| * | Doc: Use `pip install .` where possible instead of calling setup.pyMatthias Bussonnier2019-07-231-2/+2
| |/ | | | | | | pip will itself call setup.py install with the rights options.
* | Merge pull request #13908 from mattip/towncrierSebastian Berg2019-07-241-16/+21
|\ \ | | | | | | ENH: use towncrier to build the release note
| * | ENH: use towncrier to build the release notemattip2019-07-241-16/+21
| |/
* | DOC: Update NumFOCUS subcommittee replacing Nathaniel with SebastianSebastian Berg2019-07-161-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/linksMatti Picus2019-07-023-13/+20
|\ | | | | DOC: Fix unrendered links
| * DOC: Fix unrendered linkskritisingh12019-06-303-13/+20
| |
* | MAINT: Update tox for supported Python versionsMike Taves2019-06-261-2/+2
|/ | | | Also replace 'nose' with 'pytest' for deps
* Merge pull request #13404 from seberg/sebastian-bidsCharles Harris2019-04-251-1/+1
|\ | | | | DOC: Add Sebastian Berg as sponsored by BIDS
| * DOC: Add Sebastian Berg as sponsored by BIDSSebastian Berg2019-04-251-1/+1
| |
* | DOC: fix typos in dev/indexmattip2019-04-251-5/+3
| |
* | DOC: changes from reviewmattip2019-04-233-140/+33
| |
* | DOC: reorganize developer docs, use scikit-image as a base for changemattip2019-04-218-58/+347
|/
* DOC: remove misplaced section at bottom of governance people pageRalf Gommers2019-04-121-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 Gommers2019-04-111-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 Gommers2019-04-111-1/+1
| | | | [ci skip] [skip ci]
* DOC: add Quansight Labs as an Institutional PartnerRalf Gommers2019-04-111-1/+3
| | | | [ci skip] [skip ci]
* Adding an example of successful execution of numpy.test() to the DocsVrinda Narayan2019-03-291-0/+3
|
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-281-1/+2
|
* DOC: document C99 requirement in dev guide [ci skip]Tyler Reddy2019-01-181-1/+3
|