summaryrefslogtreecommitdiff
path: root/doc/source/dev/development_environment.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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]