@@ -14,8 +14,8 @@ kinds of hardware, or to interoperate with different pieces of external
1414software.
1515
1616In particular, `NumPy <https://numpy.org/ >`__, which provides the basis
17- for most of the software in the :doc: `scientific Python stack
18- <scipy:stackspec>` can be configured
17+ for most of the software in the `scientific Python stack
18+ <https://scientific-python.org> `_ can be configured
1919to interoperate with different FORTRAN libraries, and can take advantage
2020of different levels of vectorised instructions available in modern CPUs.
2121
@@ -90,16 +90,16 @@ macOS installers that are compatible with the macOS CPython binaries
9090published on python.org.
9191
9292macOS users also have access to Linux distribution style package managers
93- such as ``MacPorts ``. The SciPy site has more details on using MacPorts to
94- install the :ref: `scientific Python stack
95- <scipy:mac>`
93+ such as ``Homebrew ``. The SciPy site has more details on using Homebrew to
94+ `install SciPy on macOS <https://scipy.org/install/#mac >`_.
9695
9796
9897SciPy distributions
9998-------------------
10099
101- The SciPy site lists :doc: `several distributions
102- <scipy:install>` that provide the full SciPy stack to
100+ The SciPy site lists `several distributions
101+ <https://scipy.org/install/#distributions> `_
102+ that provide the full SciPy stack to
103103end users in an easy to use and update format.
104104
105105Some of these distributions may not be compatible with the standard ``pip ``
0 commit comments