summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-02-24 11:56:43 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-02-24 11:56:43 +0100
commit9e99ec4c24d6fb641143ab992a3d39bf7626f2d8 (patch)
tree0579c0929321accb30a76dab7c58e69ae168301d /docs
parent0214593a9c1356fb073266fdf0f714061a7b28df (diff)
downloadpep8-9e99ec4c24d6fb641143ab992a3d39bf7626f2d8.tar.gz
Few words about flake8
Diffstat (limited to 'docs')
-rw-r--r--docs/intro.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index e7d0ab3..415212d 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -348,7 +348,10 @@ Note: most errors can be listed with such one-liner::
Related tools
-------------
-Some tools which use ``pep8`` are referenced in the Wiki: `list of related tools
+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>`_.
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/