Skip to content

Commit 403e8ac

Browse files
committed
Revert "Quick sanity check"
This reverts commit fa92ece.
1 parent 0fcbccc commit 403e8ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def linkcheck(session):
8787
"-n",
8888
"-W",
8989
"--keep-going", # be strict
90-
"-vvv",
9190
"source", # where the rst files are located
9291
"build", # where to put the check output
9392
)

source/guides/installing-scientific-packages.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ of different levels of vectorized instructions available in modern CPUs.
1919
Starting with version 1.10.4 of NumPy and version 1.0.0 of SciPy, pre-built
2020
32-bit and 64-bit binaries in the ``wheel`` format are available for all major
2121
operating systems (Windows, macOS, and Linux) on PyPI. Note, however, that on
22-
Windows, NumPy binaries are linked against the ATLAS BLAS/LAPACK library, restricted to SSE2
22+
Windows, NumPy binaries are linked against the `ATLAS
23+
<https://math-atlas.sourceforge.net/>`__ BLAS/LAPACK library, restricted to SSE2
2324
instructions, so they may not provide optimal linear algebra performance.
2425

2526
There are a number of alternative options for obtaining scientific Python

0 commit comments

Comments
 (0)