summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Densil <jonathan.densil@gmail.com>2016-12-27 17:01:40 -0500
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2016-12-27 16:01:40 -0600
commit0b5a43207ff5b366b58caf7c845576c483f4787e (patch)
treedd522ebb13341c1c433af5d339ffc826be55f949
parent05ec89f52eebb470e0dea4fded34237b2dc82f89 (diff)
downloadpep8-0b5a43207ff5b366b58caf7c845576c483f4787e.tar.gz
Add links to old and new package names
This will render for users who look at pep8 1.7.x's documentation and hopefully help inform them that pep8 is deprecated and now replaced by pycodestyle. Closes #602
-rw-r--r--docs/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 2d33ba2..834a68d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,7 +5,8 @@ pep8's documentation
.. note::
- This package used to be called ``pep8`` but was renamed to ``pycodestyle``
+ This package used to be called `pep8 <https://pypi.python.org/pypi/pep8/1.7.0>`_
+ but was renamed to `pycodestyle <https://pypi.python.org/pypi/pycodestyle/2.2.0>`_
to reduce confusion. Further discussion can be found `in the issue where
Guido requested this
change <https://github.com/PyCQA/pycodestyle/issues/466>`_, or in the