We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d285fe commit 8c34a17Copy full SHA for 8c34a17
1 file changed
source/guides/tool-recommendations.rst
@@ -137,7 +137,7 @@ Task runners
137
These tools allow you to define and invoke "tasks", such as running tests,
138
compiling documentation, regenerating some files, etc. Each task can be executed
139
in a dedicated virtual environment with the dependencies it requires. The most
140
-common tools for this are :ref:`tox` and :ref:`nox`.
+common tools for this are tox_ and nox_.
141
142
143
Integrated workflow tools
@@ -158,5 +158,7 @@ order:
158
159
.. _flit-core: https://pypi.org/project/flit-core/
160
.. _hatchling: https://pypi.org/project/hatchling/
161
+.. _nox: https://nox.thea.codes
162
.. _pdm-backend: https://backend.pdm-project.org
163
.. _poetry-core: https://pypi.org/project/poetry-core/
164
+.. _tox: https://tox.wiki
0 commit comments