diff options
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 16 | 
1 files changed, 3 insertions, 13 deletions
| diff --git a/docs/index.md b/docs/index.md index dd407497..6abc4f04 100644 --- a/docs/index.md +++ b/docs/index.md @@ -207,19 +207,9 @@ General guides to using REST framework.  ## Development -If you want to work on REST framework itself, clone the repository, then... - -Build the docs: - -    ./mkdocs.py - -Run the tests: - -    ./rest_framework/runtests/runtests.py - -To run the tests against all supported configurations, first install [the tox testing tool][tox] globally, using `pip install tox`, then simply run `tox`: - -    tox +See the [Contribution guidelines][contributing] for information on how to clone +the repository, run the test suite and contribute changes back to REST +Framework.  ## Support | 
