Skip to content

Commit 9edd205

Browse files
authored
Merge branch 'main' into remove-manifest-file
2 parents 13363ce + 76492f6 commit 9edd205

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@
419419
'python': ('https://docs.python.org/3', None),
420420
'python-guide': ('https://docs.python-guide.org', None),
421421
'python2': ('https://docs.python.org/2', None),
422-
'scipy': ('https://www.scipy.org', None),
423422
'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None),
424423
'spack': ('https://spack.readthedocs.io/en/latest/', None),
425424
'sphinx': ('https://www.sphinx-doc.org/en/master', None),

source/guides/installing-scientific-packages.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ kinds of hardware, or to interoperate with different pieces of external
1414
software.
1515

1616
In 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
1919
to interoperate with different FORTRAN libraries, and can take advantage
2020
of different levels of vectorised instructions available in modern CPUs.
2121

@@ -90,16 +90,16 @@ macOS installers that are compatible with the macOS CPython binaries
9090
published on python.org.
9191

9292
macOS 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

9897
SciPy 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
103103
end users in an easy to use and update format.
104104

105105
Some of these distributions may not be compatible with the standard ``pip``

0 commit comments

Comments
 (0)