summaryrefslogtreecommitdiff
path: root/doc/source/dev
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* DOC: move C style guide to dev sectionmattip2018-10-252-0/+9
|
* DOC: fixes from reviewmattip2018-10-252-1/+2
|
* DOC: add missing docsmattip2018-10-232-96/+1
|
* DOC: minor tweak to CoC (update NumFOCUS contact address).Ralf Gommers2018-10-101-2/+1
| | | | [ci skip]
* DOC: Document how memory alignment works as of 1.14Allan Haldane2018-09-271-0/+96
|
* DOC: add a Code of Conduct document.Ralf Gommers2018-09-013-0/+383
| | | | | | | | Discussed and accepted in this thread: https://mail.python.org/pipermail/numpy-discussion/2018-July/078476.html Will be linked from https://scipy.org/codes-of-conduct.html and from the GitHub community profile (https://github.com/numpy/numpy/community)
* DOC: Cleanup messy trailing spaces in dev env setupC.A.M. Gerlach2018-07-301-6/+6
|
* DOC: Make Spyder name a link in dev env setupC.A.M. Gerlach2018-07-301-1/+3
|
* DOC: add Stefan van der Walt to Steering CouncilRalf Gommers2018-07-191-1/+3
| | | | [ci skip]
* DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docsmattip2018-06-251-13/+12
|
* WIP: DOC: slightly tweak the directions to create a release (#11312)Matti Picus2018-06-162-0/+17
| | | | | | | | | | | | | | | | | | * DOC: slightly tweak the directions to create a release * make release documents part of built documentation * remove comment about version numbering * MAINT: More tweaks to WALKTHROUGH. Add check of Cython version. * reword from comments * DOC: Remove mention of the `.pypirc` file from HOWTO_RELEASE.txt.rst [ci skip]
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-163-38/+38
|
* MAINT: Misc. typos (#11005)luzpaz2018-04-301-1/+1
| | | | | | | | | User- and non-user-facing typos. Some source typos fixes as well. Found via `codespell`.
* add missing glossary entries and link in missing documentmattip2018-04-111-0/+1
|
* DOC: cosmetic changes, document need for python3.6 to build docsmattip2018-04-101-3/+3
|
* DOC: promote development_workflow, make howtos visiblemattip2018-04-102-1/+1
|
* DOC: Update link to tox in development docs (#10806)Paul van Mulbregt2018-03-261-1/+1
|
* DOC: add new steering council members.Ralf Gommers2017-09-091-2/+10
| | | | | | Discussion on the numpy-discussion mailing list on July 21-25 2017. [ci skip]
* DOC: Fix missing asterisks in git development_setup doc pageAndras Deak2017-06-271-1/+1
| | | | | The remote upstream fetch git-config command was missing two asterisks, most likely lost in a markdown accident.
* git:// to https://Shitian Ni2017-05-252-16/+5
|
* updated development git document on protocolsShitian Ni2017-05-252-0/+6
|
* DOC: update docs and comments for move of mailing list to python.orgRalf Gommers2017-03-261-31/+1
|
* DOC: add BENCH prefix to documented commit prefixesJulian Taylor2017-03-251-0/+1
|
* DOC: Fix typosJakub Wilk2017-03-171-1/+1
|
* DOC: change development instructions from SSH to HTTPS access.Ralf Gommers2016-10-241-5/+37
| | | | | | | | | This is easier to get going, and is the recommended access method by GitHub itself: https://help.github.com/articles/which-remote-url-should-i-use/ Also add instructions for pulling from upstream including PRs by default.
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-063-6/+6
| | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986
* DOC: Use a shorter example.Scott Sanderson2016-07-251-1/+1
|
* DOC: Document extra args forwarding to nose.Scott Sanderson2016-07-231-0/+7
| | | | | This is useful for things like passing ``--pdb`` to make nose drop into a pdb post-mortem on exception.
* DOC: Added understanding code and getting started section to ↵rehassachdeva2016-02-221-0/+15
| | | | | | | development_environment.rst Updated understanding code section in dev doc wrapped lines, corrected grammar.
* DOC: dev: stop recommending keeping local master updated with upstream/masterPauli Virtanen2016-02-211-94/+69
| | | | | | Use the simpler `git fetch; ... upstream/master` approach instead of updating the local master branch. Keeping the local master branch in sync with upstream is usually not necessary.
* DOC/BUG: textual improvements in install docs, and fix a typo in setup.pyRalf Gommers2016-01-161-4/+3
| | | | Address comments of @charris on gh-6895.
* BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers2016-01-161-3/+4
| | | | Also remove all mentions of setupegg.py from the documentation.
* DOC: add note not to run tests from repo root in devguide. Closes gh-6907.Ralf Gommers2015-12-311-0/+3
| | | | [ci skip]
* [doc] Fix title of governance section in docsNathaniel J. Smith2015-12-071-1/+1
|
* DEV: add CC-0 public domain dedication to governance documentNathaniel J. Smith2015-10-091-0/+9
| | | | | | | | We want to allow other projects to steal from us, like we stole from Jupyter/IPython :-). This relicensing / public domain dedication is possible because all text here is either by me (and thus copyright me) or else taken from the Jupyter/IPython document, and their document is also under CC-0 as per https://github.com/jupyter/governance/pull/9
* DOC: typo: change NumFocus to NumFOCUS in one place in governance doc.Ralf Gommers2015-10-091-1/+1
|
* DEV: attempt to clarify rules for ending an Institutional PartnershipNathaniel J. Smith2015-10-041-3/+6
|
* DEV: governance: wording tweakNathaniel J. Smith2015-10-041-8/+8
|