From 2344a34a628b2f2e9df1c2539d9316005a35053d Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Mon, 22 Feb 2016 15:36:44 -0800 Subject: Updated source code links to point to new repository name; issue #466 / #481 --- docs/advanced.rst | 2 +- docs/developer.rst | 6 +++--- docs/index.rst | 2 +- docs/intro.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/advanced.rst b/docs/advanced.rst index 1c3a7e1..62c1b90 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -42,7 +42,7 @@ Skip file header ---------------- Another example is related to the `feature request #143 -`_: skip a number of lines +`_: skip a number of lines at the beginning and the end of a file. This use case is easy to implement through a custom wrapper for the PEP 8 library:: diff --git a/docs/developer.rst b/docs/developer.rst index 4ffc132..55a88f6 100644 --- a/docs/developer.rst +++ b/docs/developer.rst @@ -11,13 +11,13 @@ Source code The source code is currently `available on GitHub`_ under the terms and conditions of the :ref:`Expat license `. Fork away! -* `Source code `_ and - `issue tracker `_ on GitHub. +* `Source code `_ and + `issue tracker `_ on GitHub. * `Continuous tests `_ against Python 2.6 through 3.4 and PyPy, on `Travis-CI platform `_. -.. _available on GitHub: https://github.com/pycqa/pep8 +.. _available on GitHub: https://github.com/pycqa/pycodestyle Direction diff --git a/docs/index.rst b/docs/index.rst index 5e4a4c5..d977022 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,7 +22,7 @@ Contents: developer * Online documentation: http://pep8.readthedocs.org/ -* Source code and issue tracker: https://github.com/pycqa/pep8 +* Source code and issue tracker: https://github.com/pycqa/pycodestyle Indices and tables diff --git a/docs/intro.rst b/docs/intro.rst index 6a579b1..6d1b191 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -431,6 +431,6 @@ The `flake8 checker `_ is a wrapper around ``pep8`` and similar tools. It supports plugins. Other tools which use ``pep8`` are referenced in the Wiki: `list of related -tools `_. +tools `_. .. _PEP 8: http://www.python.org/dev/peps/pep-0008/ -- cgit v1.2.1