|
1 |
| - |
| 1 | +.. _`Cookiecutter`: https://cookiecutter.readthedocs.io |
| 2 | +.. _`pluggy`: https://pluggy.readthedocs.io |
| 3 | +.. _`cookiecutter-tox-plugin`: https://github.com/tox-dev/cookiecutter-tox-plugin |
2 | 4 | .. _devpi: http://doc.devpi.net
|
3 | 5 | .. _Python: http://www.python.org
|
4 |
| -.. _virtualenv: https://pypi.python.org/pypi/virtualenv |
5 |
| -.. _virtualenv3: https://pypi.python.org/pypi/virtualenv3 |
6 |
| -.. _virtualenv5: https://pypi.python.org/pypi/virtualenv5 |
7 |
| -.. _`py.test`: http://pytest.org |
| 6 | +.. _virtualenv: https://pypi.org/project/virtualenv |
| 7 | +.. _`pytest`: https://pytest.org |
8 | 8 | .. _nosetests:
|
9 |
| -.. _`nose`: https://pypi.python.org/pypi/nose |
| 9 | +.. _`nose`: https://pypi.org/project/nose |
10 | 10 | .. _`Holger Krekel`: https://twitter.com/hpk42
|
11 |
| -.. _`pytest-xdist`: https://pypi.python.org/pypi/pytest-xdist |
| 11 | +.. _`pytest-xdist`: https://pypi.org/project/pytest-xdist |
12 | 12 |
|
13 | 13 | .. _`easy_install`: http://peak.telecommunity.com/DevCenter/EasyInstall
|
14 |
| -.. _pip: https://pypi.python.org/pypi/pip |
15 |
| -.. _setuptools: https://pypi.python.org/pypi/setuptools |
| 14 | +.. _pip: https://pypi.org/project/pip |
| 15 | +.. _setuptools: https://pypi.org/project/setuptools |
16 | 16 | .. _`jenkins`: https://jenkins.io/index.html
|
17 |
| -.. _sphinx: https://pypi.python.org/pypi/Sphinx |
18 |
| -.. _discover: https://pypi.python.org/pypi/discover |
19 |
| -.. _unittest2: https://pypi.python.org/pypi/unittest2 |
20 |
| -.. _mock: https://pypi.python.org/pypi/mock/ |
| 17 | +.. _sphinx: https://pypi.org/project/Sphinx |
| 18 | +.. _discover: https://pypi.org/project/discover |
| 19 | +.. _unittest2: https://pypi.org/project/unittest2 |
| 20 | +.. _mock: https://pypi.org/project/mock/ |
| 21 | +.. _pypy: http://pypy.org |
| 22 | + |
| 23 | +.. _`Python Packaging Guide`: https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project |
| 24 | +.. _`tox.ini`: :doc:configfile |
0 commit comments