diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-07 13:19:31 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-07 13:19:31 -0500 |
commit | 9c4d84f53e96b023c79ef54b8092a8c1440212ab (patch) | |
tree | 2198ea76b9abc5c442199dba35c46f10d5956363 | |
parent | 93d8715bff84449b62c2439dfa5845a9d12006e1 (diff) | |
download | external_python_setuptools-9c4d84f53e96b023c79ef54b8092a8c1440212ab.tar.gz external_python_setuptools-9c4d84f53e96b023c79ef54b8092a8c1440212ab.tar.bz2 external_python_setuptools-9c4d84f53e96b023c79ef54b8092a8c1440212ab.zip |
Update documentation references from removed pythonhosted docs to RTD. Fixes #903.
-rw-r--r-- | CHANGES.rst | 10 | ||||
-rwxr-xr-x | README.rst | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 264b939a..8c214db3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -97,7 +97,7 @@ v30.3.0 * #394 via #862: Added support for `declarative package config in a setup.cfg file - <http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files>`_. + <https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files>`_. v30.2.1 ------- @@ -708,7 +708,7 @@ v20.6.0 `semver <https://semver.org>`_ precisely. The 'v' prefix on version numbers now also allows version numbers to be referenced in the changelog, - e.g. https://pythonhosted.org/setuptools/history.html#v20-6-0. + e.g. http://setuptools.readthedocs.io/en/latest/history.html#v20-6-0. 20.5 ---- @@ -788,7 +788,7 @@ v20.6.0 * Added support for using passwords from keyring in the upload command. See `the upload docs - <http://pythonhosted.org/setuptools/setuptools.html#upload-upload-source-and-or-egg-distributions-to-pypi>`_ + <https://setuptools.readthedocs.io/en/latest/setuptools.html#upload-upload-source-and-or-egg-distributions-to-pypi>`_ for details. 20.0 @@ -1542,7 +1542,7 @@ process to fail and PyPI uploads no longer accept files for 13.0. --- * Added a `Developer Guide - <https://pythonhosted.org/setuptools/developer-guide.html>`_ to the official + <https://setuptools.readthedocs.io/en/latest/developer-guide.html>`_ to the official documentation. * Some code refactoring and cleanup was done with no intended behavioral changes. @@ -2962,7 +2962,7 @@ easy_install * ``setuptools`` now finds its commands, ``setup()`` argument validators, and metadata writers using entry points, so that they can be extended by third-party packages. See `Creating distutils Extensions - <http://pythonhosted.org/setuptools/setuptools.html#creating-distutils-extensions>`_ + <https://setuptools.readthedocs.io/en/latest/setuptools.html#creating-distutils-extensions>`_ for more details. * The vestigial ``depends`` command has been removed. It was never finished @@ -126,8 +126,8 @@ Use ``--help`` to get a full options list, but we recommend consulting the `EasyInstall manual`_ for detailed instructions, especially `the section on custom installation locations`_. -.. _EasyInstall manual: https://pythonhosted.org/setuptools/EasyInstall -.. _the section on custom installation locations: https://pythonhosted.org/setuptools/EasyInstall#custom-installation-locations +.. _EasyInstall manual: https://setuptools.readthedocs.io/en/latest/easy_install.html +.. _the section on custom installation locations: https://setuptools.readthedocs.io/en/latest/easy_install.html#custom-installation-locations Downloads |