summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-02-22 15:36:44 -0800
committerIan Lee <IanLee1521@gmail.com>2016-02-22 15:37:07 -0800
commit2344a34a628b2f2e9df1c2539d9316005a35053d (patch)
tree4531d47b41f9a03e5f48e07b0c8df0bf518b73fd
parente8c2b0a824121da8f5f74511b8d0918705692713 (diff)
downloadpep8-2344a34a628b2f2e9df1c2539d9316005a35053d.tar.gz
Updated source code links to point to new repository name; issue #466 / #481
-rw-r--r--CHANGES.txt4
-rw-r--r--README.rst2
-rw-r--r--docs/advanced.rst2
-rw-r--r--docs/developer.rst6
-rw-r--r--docs/index.rst2
-rw-r--r--docs/intro.rst2
-rwxr-xr-xpep8.py2
7 files changed, 12 insertions, 8 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 47f0ace..6e853eb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,10 @@ Changelog
1.8.0 (unreleased)
------------------
+Announcements:
+
+* Repository renamed to `pycodestyle`; Issue #466 / $481.
+
1.7.0 (2016-01-12)
------------------
diff --git a/README.rst b/README.rst
index 4204b05..e311d4a 100644
--- a/README.rst
+++ b/README.rst
@@ -88,4 +88,4 @@ Links
* `Read the documentation <http://pep8.readthedocs.org/>`_
-* `Fork me on GitHub <http://github.com/PyCQA/pep8>`_
+* `Fork me on GitHub <http://github.com/PyCQA/pycodestyle>`_
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
-<https://github.com/pycqa/pep8/issues/143>`_: skip a number of lines
+<https://github.com/pycqa/pycodestyle/issues/143>`_: 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 <license>`. Fork away!
-* `Source code <https://github.com/pycqa/pep8>`_ and
- `issue tracker <https://github.com/pycqa/pep8/issues>`_ on GitHub.
+* `Source code <https://github.com/pycqa/pycodestyle>`_ and
+ `issue tracker <https://github.com/pycqa/pycodestyle/issues>`_ on GitHub.
* `Continuous tests <http://travis-ci.org/pycqa/pep8>`_ against Python
2.6 through 3.4 and PyPy, on `Travis-CI platform
<http://about.travis-ci.org/>`_.
-.. _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 <https://flake8.readthedocs.org>`_ 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 <https://github.com/pycqa/pep8/wiki/RelatedTools>`_.
+tools <https://github.com/pycqa/pycodestyle/wiki/RelatedTools>`_.
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/
diff --git a/pep8.py b/pep8.py
index fceb245..ebf70bc 100755
--- a/pep8.py
+++ b/pep8.py
@@ -31,7 +31,7 @@ For usage and a list of options, try this:
$ python pep8.py -h
This program and its regression test suite live here:
-https://github.com/pycqa/pep8
+https://github.com/pycqa/pycodestyle
Groups of errors and warnings:
E errors