summaryrefslogtreecommitdiff
path: root/doc/source/dev/development_environment.rst
Commit message (Expand)AuthorAgeFilesLines
* DOC: Add information about leak checking and valgrindSebastian Berg2020-12-051-0/+2
* 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
* 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/*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 sourceSamesh2019-07-211-0/+9
* | 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
|/
* Merge pull request #13799 from kritisingh1/linksMatti Picus2019-07-021-0/+2
|\
| * DOC: Fix unrendered linkskritisingh12019-06-301-0/+2
* | MAINT: Update tox for supported Python versionsMike Taves2019-06-261-2/+2
|/
* 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
* DOC: Use a shorter example.Scott Sanderson2016-07-251-1/+1
* DOC: Document extra args forwarding to nose.Scott Sanderson2016-07-231-0/+7
* DOC: Added understanding code and getting started section to development_envi...rehassachdeva2016-02-221-0/+15
* DOC/BUG: textual improvements in install docs, and fix a typo in setup.pyRalf Gommers2016-01-161-4/+3
* BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers2016-01-161-3/+4
* DOC: add note not to run tests from repo root in devguide. Closes gh-6907.Ralf Gommers2015-12-311-0/+3
* MAINT: Remove references to Bento.Charles Harris2015-08-291-12/+3
* DOC: developer guide: add section on rebuild/clean, expand section on gdb.Ralf Gommers2015-01-241-13/+72
* DOC: add "build and test" section to developer guide. Closes gh-5465.Ralf Gommers2015-01-201-0/+152