Skip to content

Commit 726544c

Browse files
committed
Update links(pipenv, scipy)
1 parent 9f03fa0 commit 726544c

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,15 +411,14 @@
411411
'packaging': ('https://packaging.pypa.io/en/latest/', None),
412412
'packaging.python.org': ('https://packaging.python.org/', None),
413413
'pip': ('https://pip.pypa.io/en/latest/', None),
414-
# 'pipenv': ('https://pipenv.pypa.io/en/latest/', None),
414+
'pipenv': ('https://pipenv.pypa.io/en/latest/', None),
415415
'piwheels': ('https://piwheels.readthedocs.io/en/latest/', None),
416416
'pybind11': ('https://pybind11.readthedocs.io/en/stable/', None),
417417
'pynsist': ('https://pynsist.readthedocs.io/en/latest/', None),
418418
'pypa': ('https://www.pypa.io/en/latest/', None),
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://web.archive.org/web/https://scipy.org/stackspec.html>`__ 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 the `scientific Python stack
95+
<https://scipy.org/install/>`__.
9696

9797

9898
SciPy distributions
9999
-------------------
100100

101-
The SciPy site lists :doc:`several distributions
102-
<scipy:install>` that provide the full SciPy stack to
101+
The SciPy site lists `several distributions
102+
<https://scipy.org/install/>`__ 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``

source/key_projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ command-line interface (CLI).
136136
Pipenv
137137
======
138138

139-
`Docs <https://web.archive.org/web/https://pipenv.pypa.io/en/latest/>`__ |
139+
:doc:`Docs <pipenv:index>` |
140140
`Source <https://github.com/pypa/pipenv>`__ |
141141
`Issues <https://github.com/pypa/pipenv/issues>`__ |
142142
`PyPI <https://pypi.org/project/pipenv>`__

0 commit comments

Comments
 (0)