8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90736ef commit 3b32099Copy full SHA for 3b32099
doc/developers/index.rst
@@ -46,7 +46,7 @@ extension in place::
46
Another option is to use the ``develop`` option if you change your code a lot
47
and do not want to have to reinstall every time. This basically builds the
48
extension in place and creates a link to the development directory (see
49
-<https://pythonhosted.org/setuptools/setuptools.html#development-mode>)::
+`the setuptool docs <https://pythonhosted.org/setuptools/setuptools.html#development-mode>`_)::
50
51
python setup.py develop
52
0 commit comments