From 0b5a43207ff5b366b58caf7c845576c483f4787e Mon Sep 17 00:00:00 2001 From: Jonathan Densil Date: Tue, 27 Dec 2016 17:01:40 -0500 Subject: [PATCH] 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 --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 2d33ba22..834a68dd 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 `_ + but was renamed to `pycodestyle `_ to reduce confusion. Further discussion can be found `in the issue where Guido requested this change `_, or in the