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