File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Changelog
551.8.0 (unreleased)
66------------------
77
8+ Announcements:
9+
10+ * Repository renamed to `pycodestyle`; Issue #466 / $481.
11+
8121.7.0 (2016-01-12)
913------------------
1014
Original file line number Diff line number Diff line change 8888
8989* `Read the documentation <http://pep8.readthedocs.org/ >`_
9090
91- * `Fork me on GitHub <http://github.com/PyCQA/pep8 >`_
91+ * `Fork me on GitHub <http://github.com/PyCQA/pycodestyle >`_
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Skip file header
4242----------------
4343
4444Another example is related to the `feature request #143
45- <https://github.com/pycqa/pep8 /issues/143> `_: skip a number of lines
45+ <https://github.com/pycqa/pycodestyle /issues/143> `_: skip a number of lines
4646at the beginning and the end of a file. This use case is easy to implement
4747through a custom wrapper for the PEP 8 library::
4848
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ Source code
1111The source code is currently `available on GitHub `_ under the terms and
1212conditions of the :ref: `Expat license <license >`. Fork away!
1313
14- * `Source code <https://github.com/pycqa/pep8 >`_ and
15- `issue tracker <https://github.com/pycqa/pep8 /issues >`_ on GitHub.
14+ * `Source code <https://github.com/pycqa/pycodestyle >`_ and
15+ `issue tracker <https://github.com/pycqa/pycodestyle /issues >`_ on GitHub.
1616* `Continuous tests <http://travis-ci.org/pycqa/pep8 >`_ against Python
1717 2.6 through 3.4 and PyPy, on `Travis-CI platform
1818 <http://about.travis-ci.org/> `_.
1919
20- .. _available on GitHub : https://github.com/pycqa/pep8
20+ .. _available on GitHub : https://github.com/pycqa/pycodestyle
2121
2222
2323Direction
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Contents:
2222 developer
2323
2424* Online documentation: http://pep8.readthedocs.org/
25- * Source code and issue tracker: https://github.com/pycqa/pep8
25+ * Source code and issue tracker: https://github.com/pycqa/pycodestyle
2626
2727
2828Indices and tables
Original file line number Diff line number Diff line change @@ -431,6 +431,6 @@ The `flake8 checker <https://flake8.readthedocs.org>`_ is a wrapper around
431431``pep8 `` and similar tools. It supports plugins.
432432
433433Other tools which use ``pep8 `` are referenced in the Wiki: `list of related
434- tools <https://github.com/pycqa/pep8 /wiki/RelatedTools> `_.
434+ tools <https://github.com/pycqa/pycodestyle /wiki/RelatedTools> `_.
435435
436436.. _PEP 8 : http://www.python.org/dev/peps/pep-0008/
Original file line number Diff line number Diff line change 3131$ python pep8.py -h
3232
3333This program and its regression test suite live here:
34- https://github.com/pycqa/pep8
34+ https://github.com/pycqa/pycodestyle
3535
3636Groups of errors and warnings:
3737E errors
You can’t perform that action at this time.
0 commit comments