diff options
| author | Paul van Mulbregt <pvanmulbregt@users.noreply.github.com> | 2018-03-26 14:43:42 -0400 |
|---|---|---|
| committer | Paul van Mulbregt <pvanmulbregt@users.noreply.github.com> | 2018-03-26 14:43:42 -0400 |
| commit | a67388eaec2b82a458ca649e07f5f351adceb861 (patch) | |
| tree | 243750a31b7a666fb5090335abac251f731366ae /doc/source/dev | |
| parent | f336efc1c026682c3c0c0b21eecdb3df29cca6d1 (diff) | |
| download | numpy-a67388eaec2b82a458ca649e07f5f351adceb861.tar.gz | |
DOC: Update link to tox in development docs (#10806)
Diffstat (limited to 'doc/source/dev')
| -rw-r--r-- | doc/source/dev/development_environment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst index e6df9803c..f4c6f3ec7 100644 --- a/doc/source/dev/development_environment.rst +++ b/doc/source/dev/development_environment.rst @@ -203,7 +203,7 @@ typically packaged as ``python-dbg``) is highly recommended. .. _DebuggingWithGdb: https://wiki.python.org/moin/DebuggingWithGdb -.. _tox: http://tox.testrun.org +.. _tox: https://tox.readthedocs.io/ .. _virtualenv: http://www.virtualenv.org/ |
