8000 DOC fix link description to setuptools in devdocs. · scikit-learn/scikit-learn@3b32099 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b32099

Browse files
committed
DOC fix link description to setuptools in devdocs.
1 parent 90736ef commit 3b32099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developers/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extension in place::
4646
Another option is to use the ``develop`` option if you change your code a lot
4747
and do not want to have to reinstall every time. This basically builds the
4848
extension in place and creates a link to the development directory (see
49-
<https://pythonhosted.org/setuptools/setuptools.html#development-mode>)::
49+
`the setuptool docs <https://pythonhosted.org/setuptools/setuptools.html#development-mode>`_)::
5050

5151
python setup.py develop
5252

0 commit comments

Comments
 (0)
0