diff --git a/source/guides/index-mirrors-and-caches.rst b/source/guides/index-mirrors-and-caches.rst index 284665eb0..e765a5d07 100644 --- a/source/guides/index-mirrors-and-caches.rst +++ b/source/guides/index-mirrors-and-caches.rst @@ -34,8 +34,7 @@ cached copies of :term:`packages `: by downloading all the requirements for a project and then pointing pip at those downloaded files instead of going to PyPI. 2. A variation on the above which pre-builds the installation files for - the requirements using `python -m pip wheel - `_: + the requirements using :ref:`python -m pip wheel `: .. code-block:: bash diff --git a/source/tutorials/installing-packages.rst b/source/tutorials/installing-packages.rst index ccda474f0..ab5156fb5 100644 --- a/source/tutorials/installing-packages.rst +++ b/source/tutorials/installing-packages.rst @@ -298,8 +298,7 @@ Use pip for Installing :ref:`pip` is the recommended installer. Below, we'll cover the most common usage scenarios. For more detail, see the `pip docs `_, -which includes a complete `Reference Guide -`_. +which includes a complete :doc:`Reference Guide `. Installing from PyPI