Skip to content

Commit 5b1149b

Browse files
committed
FIX/DOC format external link correctly
1 parent d74a661 commit 5b1149b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/manual.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ to use only a single core at a time.
3232
Furthermore, depending on the installation of scikit-learn and numpy,
3333
the model building procedure may use up to all cores. Such behaviour is
3434
unintended by auto-sklearn and is most likely due to numpy being installed
35-
from `pypi` as a binary wheel (`see here http://scikit-learn-general.narkive
36-
.com/44ywvAHA/binary-wheel-packages-for-linux-are-coming`_). Executing
35+
from `pypi` as a binary wheel (`see here <http://scikit-learn-general.narkive
36+
.com/44ywvAHA/binary-wheel-packages-for-linux-are-coming>`_). Executing
3737
``export OPENBLAS_NUM_THREADS=1`` should disable such behaviours and make numpy
3838
only use a single core at a time.
3939

@@ -42,5 +42,5 @@ Model persistence
4242

4343
auto-sklearn is mostly a wrapper around scikit-learn. Therefore, it is
4444
possible to follow the `persistence example
45-
http://scikit-learn.org/stable/modules/model_persistence.html#persistence-example`_
45+
<http://scikit-learn.org/stable/modules/model_persistence.html#persistence-example>`_
4646
from scikit-learn.

0 commit comments

Comments
 (0)