summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <sigmavirus24@users.noreply.github.com>2015-09-07 14:12:46 -0500
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2015-09-07 14:12:46 -0500
commit43869ab08b5f558b40547f8e9def6a4f35e0da88 (patch)
treefa3004b5db1b2f6ec74f649a2ac14fe8dec8b760
parent5feba521a7cbe51b2bcb0be5f7d5c06710c1a8d3 (diff)
parent145e2a87a987178679e39eebf2230e68e200db38 (diff)
downloadpep8-43869ab08b5f558b40547f8e9def6a4f35e0da88.tar.gz
Merge pull request #419 from sigmavirus24/update-docs
Update all documentation and links to use PyCQA
-rw-r--r--docs/advanced.rst2
-rw-r--r--docs/developer.rst8
-rw-r--r--docs/index.rst2
-rw-r--r--docs/intro.rst2
-rwxr-xr-xpep8.py2
5 files changed, 8 insertions, 8 deletions
diff --git a/docs/advanced.rst b/docs/advanced.rst
index 2bce2e0..1c3a7e1 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/jcrocholl/pep8/issues/143>`_: skip a number of lines
+<https://github.com/pycqa/pep8/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 4725acd..9db13b1 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/jcrocholl/pep8>`_ and
- `issue tracker <https://github.com/jcrocholl/pep8/issues>`_ on GitHub.
-* `Continuous tests <http://travis-ci.org/jcrocholl/pep8>`_ against Python
+* `Source code <https://github.com/pycqa/pep8>`_ and
+ `issue tracker <https://github.com/pycqa/pep8/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/jcrocholl/pep8
+.. _available on GitHub: https://github.com/pycqa/pep8
Contribute
diff --git a/docs/index.rst b/docs/index.rst
index 5500e0d..5e4a4c5 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/jcrocholl/pep8
+* Source code and issue tracker: https://github.com/pycqa/pep8
Indices and tables
diff --git a/docs/intro.rst b/docs/intro.rst
index 141463c..fc2e8b5 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -435,6 +435,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/jcrocholl/pep8/wiki/RelatedTools>`_.
+tools <https://github.com/pycqa/pep8/wiki/RelatedTools>`_.
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/
diff --git a/pep8.py b/pep8.py
index 206e339..19c563b 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:
-http://github.com/jcrocholl/pep8
+http://github.com/pycqa/pep8
Groups of errors and warnings:
E errors