| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -411,15 +411,14 @@ | |||
| 411 | 411 | 'packaging': ('https://packaging.pypa.io/en/latest/', None), | |
| 412 | 412 | 'packaging.python.org': ('https://packaging.python.org/', None), | |
| 413 | 413 | '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), | ||
| 415 | 415 | 'piwheels': ('https://piwheels.readthedocs.io/en/latest/', None), | |
| 416 | 416 | 'pybind11': ('https://pybind11.readthedocs.io/en/stable/', None), | |
| 417 | 417 | 'pynsist': ('https://pynsist.readthedocs.io/en/latest/', None), | |
| 418 | 418 | 'pypa': ('https://www.pypa.io/en/latest/', None), | |
| 419 | 419 | 'python': ('https://docs.python.org/3', None), | |
| 420 | 420 | 'python-guide': ('https://docs.python-guide.org', None), | |
| 421 | 421 | 'python2': ('https://docs.python.org/2', None), | |
| 422 | - 'scipy': ('https://www.scipy.org', None), | ||
| 423 | 422 | 'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None), | |
| 424 | 423 | 'spack': ('https://spack.readthedocs.io/en/latest/', None), | |
| 425 | 424 | 'sphinx': ('https://www.sphinx-doc.org/en/master', None), | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,8 +14,8 @@ kinds of hardware, or to interoperate with different pieces of external | |||
| 14 | 14 | software. | |
| 15 | 15 | ||
| 16 | 16 | 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 | ||
| 19 | 19 | to interoperate with different FORTRAN libraries, and can take advantage | |
| 20 | 20 | of different levels of vectorised instructions available in modern CPUs. | |
| 21 | 21 | ||
@@ -90,16 +90,16 @@ macOS installers that are compatible with the macOS CPython binaries | |||
| 90 | 90 | published on python.org. | |
| 91 | 91 | ||
| 92 | 92 | 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/>`__. | ||
| 96 | 96 | ||
| 97 | 97 | ||
| 98 | 98 | SciPy distributions | |
| 99 | 99 | ------------------- | |
| 100 | 100 | ||
| 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 | ||
| 103 | 103 | end users in an easy to use and update format. | |
| 104 | 104 | ||
| 105 | 105 | Some of these distributions may not be compatible with the standard ``pip`` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -136,7 +136,7 @@ command-line interface (CLI). | |||
| 136 | 136 | Pipenv | |
| 137 | 137 | ====== | |
| 138 | 138 | ||
| 139 | - `Docs <https://web.archive.org/web/https://pipenv.pypa.io/en/latest/>`__ | | ||
| 139 | + :doc:`Docs <pipenv:index>` | | ||
| 140 | 140 | `Source <https://github.com/pypa/pipenv>`__ | | |
| 141 | 141 | `Issues <https://github.com/pypa/pipenv/issues>`__ | | |
| 142 | 142 | `PyPI <https://pypi.org/project/pipenv>`__ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments