Skip to content

Commit

Permalink
Updated source code links to point to new repository name; issue #466 /
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLee1521 committed Feb 22, 2016
1 parent e8c2b0a commit 2344a34
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Changelog
1.8.0 (unreleased)
------------------

Announcements:

* Repository renamed to `pycodestyle`; Issue #466 / $481.

1.7.0 (2016-01-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_
2 changes: 1 addition & 1 deletion docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
6 changes: 3 additions & 3 deletions docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion pep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
$ 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
Expand Down

0 comments on commit 2344a34

Please sign in to comment.