diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-03-19 09:10:41 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-03-19 09:10:41 -0400 |
commit | e109eff86e98c0570a5c86f83e470ea942aab5a5 (patch) | |
tree | 545e4bf2ac7584e2921151eba4b6d2a25e1c5ce3 /docs/deprecated | |
parent | ddca7988e951021340ee445994d3c6c55a957eee (diff) | |
download | python-setuptools-git-e109eff86e98c0570a5c86f83e470ea942aab5a5.tar.gz |
Fix warnings for pypi references.
Diffstat (limited to 'docs/deprecated')
-rw-r--r-- | docs/deprecated/easy_install.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/deprecated/easy_install.rst b/docs/deprecated/easy_install.rst index 76c3f608..3cf3bea9 100644 --- a/docs/deprecated/easy_install.rst +++ b/docs/deprecated/easy_install.rst @@ -34,7 +34,7 @@ Using "Easy Install" Installing "Easy Install" ------------------------- -Please see the `setuptools PyPI page <https://pypi.org/project/setuptools/>`_ +Please see the :pypi:`setuptools` on the package index for download links and basic installation instructions for each of the supported platforms. @@ -1020,10 +1020,7 @@ of the User installation scheme. "virtualenv" provides a version of ``easy_inst scoped to the cloned python install and is used in the normal way. "virtualenv" does offer various features that the User installation scheme alone does not provide, e.g. the ability to hide the main python site-packages. -Please refer to the `virtualenv`_ documentation for more details. - -.. _virtualenv: https://pypi.org/project/virtualenv/ - +Please refer to the :pypi:`virtualenv` documentation for more details. Package Index "API" |