summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Missing blank line in documentationFlorent Xicluna2013-06-151-0/+1
* Accept both styles of closing bracket indentation, ignore E123 in the default...Florent Xicluna2013-05-021-6/+11
* Optimize the file exclusion featureFlorent Xicluna2013-04-161-1/+1
* Read configuration from both tox.ini and setup.cfg; issue #182Florent Xicluna2013-03-241-3/+3
* Mention the # noqa feature in the documentation; issue #180Florent Xicluna2013-03-211-11/+16
* Update intro.rst for E251 as wellMatthew Wang2013-02-261-1/+1
* Report E227 or E228 instead of E225 for whitespace around bitwise, shift or m...Florent Xicluna2013-02-241-1/+5
* Few words about flake8Florent Xicluna2013-02-241-1/+4
* Advertize the pep8-naming extensionFlorent Xicluna2013-02-241-8/+4
* minor change in docs/conf.pyFlorent Xicluna2013-02-241-2/+2
* Hide the --doctest and --testsuite options when installedFlorent Xicluna2013-02-101-2/+0
* Refactor the testing framework into a separate moduleFlorent Xicluna2013-02-101-4/+0
* CopyrightFlorent Xicluna2013-02-071-1/+1
* Use OptionParser.prog in read_config instead of 'pep8'; feature #154Florent Xicluna2013-01-261-0/+1
* Allow to construct a StyleGuide with a custom parserFlorent Xicluna2013-01-221-1/+2
* Fix documentationFlorent Xicluna2013-01-221-1/+2
* Doc: add E703 to the list of error codesFlorent Xicluna2012-12-261-0/+2
* Fix the sample output and remove duplication of the examples.Florent Xicluna2012-12-221-5/+6
* Option --repeat is obsoleteFlorent Xicluna2012-12-221-1/+0
* Load the configuration from tox.ini if present; issue #141Florent Xicluna2012-12-221-2/+4
* Load the configuration from setup.cfg if present; issue #93Florent Xicluna2012-12-221-1/+2
* Add a table of content to the intro.rstFlorent Xicluna2012-12-221-0/+3
* Include the sample configuration and the list of codes in the documentation, ...Florent Xicluna2012-12-221-2/+182
* Make the license more visible. Closes #99Florent Xicluna2012-12-222-1/+31
* Doc: now tested with Python 3.3 tooFlorent Xicluna2012-12-222-8/+14
* Add a disclaimer about consistency and missing features, like feature #113Florent Xicluna2012-12-222-14/+50
* Turn the feature request #143 into an example of advanced usage.Florent Xicluna2012-12-224-40/+92
* More accurate signature for the StyleGuide and the Checker classes. Fix typos.Florent Xicluna2012-12-221-4/+4
* Move the developer's notes to the documentation.Florent Xicluna2012-12-222-3/+56
* Add Sphinx documentationFlorent Xicluna2012-12-227-0/+913