summaryrefslogtreecommitdiff
path: root/doc/source/dev/development_environment.rst
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: remove support for Gitpod, add note on using CodespacesRalf Gommers2023-03-231-3/+20
| | | | | | | See this mailing list thread for the discussion on removal: https://mail.python.org/archives/list/numpy-discussion@python.org/thread/SSPI7HVL2PLWPFL42T6UNR2ENARE5A5E/ [skip azp] [skip cirrus]
* DOC: mention installing test dependencies in testing instructionsNathan Goldbaum2022-12-141-0/+4
|
* DOC: expand docs on debugging with gdbNathan Goldbaum2022-11-141-4/+20
|
* MAINT: Python <3.8 related cleanupsBrigitta Sipőcz2022-05-231-2/+2
|
* DOC: Mention gitpod as alternative in environment setup docs (#21255)Pax2022-03-261-0/+4
| | | | | | | * DOC: mention Gitpod as alternative to build numpy Fixes #20679 Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
|
* DOC: update development environment docs for conda virtual environmentsRalf Gommers2021-03-211-6/+17
|
* DOC: Added documentation for linter (#18423)Ganesh Kathiresan2021-03-101-0/+31
|
* DOC: Add information about leak checking and valgrindSebastian Berg2020-12-051-0/+2
| | | | | | | | | This is not meant to be a fool-proof guide. It isn't and I do not want to expect people to use it... But I realize that I use these things semi-regulary (even if I never bother to remove all wrinkles) and it is good to have the information somewhere so that everyone knows where to look.
* DOC: Added a PR "Reviewer guidelines" document. (#17252)Melissa Weber Mendonça2020-10-191-1/+1
|
* DOC: improve development debugging doc (#16083)Chunlin2020-05-131-6/+20
| | | | | * improve development debugging doc Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: Fix runtests example in developer docsAnirudh Subramanian2020-03-181-1/+1
|
* 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, BUILD: make build_src more discoverablemattip2019-09-201-0/+15
|
* 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
* | 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 #13799 from kritisingh1/linksMatti Picus2019-07-021-0/+2
|\ | | | | DOC: Fix unrendered links
| * DOC: Fix unrendered linkskritisingh12019-06-301-0/+2
| |
* | MAINT: Update tox for supported Python versionsMike Taves2019-06-261-2/+2
|/ | | | Also replace 'nose' with 'pytest' for deps
* Adding an example of successful execution of numpy.test() to the DocsVrinda Narayan2019-03-291-0/+3
|
* DOC: document C99 requirement in dev guide [ci skip]Tyler Reddy2019-01-181-1/+3
|
* 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: link to TESTS.rst.txt testing guidelines document, tweak testing docsmattip2018-06-251-13/+12
|
* DOC: Update link to tox in development docs (#10806)Paul van Mulbregt2018-03-261-1/+1
|
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-3/+3
| | | | | | | | | 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/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]
* MAINT: Remove references to Bento.Charles Harris2015-08-291-12/+3
| | | | | Bento builds are no longer supported, so remove references to that built system.
* DOC: developer guide: add section on rebuild/clean, expand section on gdb.Ralf Gommers2015-01-241-13/+72
| | | | | | Addresses review comments on gh-5473. [ci skip]
* DOC: add "build and test" section to developer guide. Closes gh-5465.Ralf Gommers2015-01-201-0/+152
[ci skip]