summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Removed project level `.pep8` config fileIan Lee2016-05-311-3/+2
* Improved formatting of filename referencing in docsIan Lee2016-05-312-10/+10
* Updated docs to remove another pep8 based referenceIan Lee2016-05-311-3/+3
* Updated two more references to old namedoc-updateIan Lee2016-05-291-1/+2
* Updated project name in docsIan Lee2016-05-298-74/+69
* Finished updating rtd linksupdate-rtd-linksIan Lee2016-05-291-1/+1
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-292-2/+2
* Updated tests and doc examples -> pycodestylepackage-pycodestyleIan Lee2016-05-261-11/+11
* Changed heading line format for consistencyIan Lee2016-05-241-1/+1
* Re-added shebang line that was removedIan Lee2016-05-241-0/+1
* add examples showing StyleGuide config optionsNicholas Chammas2016-05-211-3/+19
* Updated text list of "ignored by default" codesfollowup-to-499Ian Lee2016-04-281-2/+2
* Add W503 to default ignore listIan Cordasco2016-04-231-1/+1
* complain about missing space before opening parentheses of import statementƁukasz Rogalski2016-03-291-0/+2
* Add link to PyCQA code of conductadd-code-of-conductIan Cordasco2016-02-231-0/+3
* Updated source code links to point to new repository name; issue #466 / #481Ian Lee2016-02-224-6/+6
* Changed link from pep257 to pydocstyle now that project has been renamed.Alasdair Nicol2016-02-161-1/+1
* Updated copyrights to 2016Ian Lee2016-01-021-1/+1
* Merge pull request #460 from doismellburning/feature/contrib-high-levelIan Lee2015-11-081-0/+15
|\
| * Document standalone + py26 aimsKristian Glass2015-11-081-0/+2
| * flake8 for plugins etc., not pep8Kristian Glass2015-11-081-0/+3
| * Added recommendation against ast usage in pep8Kristian Glass2015-11-081-1/+3
| * Because documenting direction / scope decisions can be usefulKristian Glass2015-11-081-0/+8
* | Fixed #452 - Mention `ignore` in Error codes and not Configurationissue-452Ian Lee2015-10-251-4/+0
* | Fixed issue with mixed theme on RTDIan Lee2015-09-091-1/+5
* | Fixed table formatting typoIan Lee2015-09-091-190/+190
* | Escape inline asteriskIan Lee2015-09-081-2/+2
* | Updated default html_theme per Sphinx updatesupdate_sphinxIan Lee2015-09-081-1/+1
* | Update all documentation and links to use PyCQAIan Cordasco2015-09-074-7/+7
|/
* Add W503 to the error code table in the docsIan Cordasco2015-07-041-0/+5
* Updated licensing dates to 2015Ian Lee2015-03-131-1/+1
* Merge pull request #313 from hongqn/e721-noqaIan Lee2015-02-071-1/+1
|\
| * allow use # noqa to disable E721 warningQiangning Hong2014-08-081-1/+1
* | Update docs for configurationIan Lee2014-12-291-3/+3
* | Update documentation to match config file location change in last commit.Simon Kennedy2014-12-291-2/+11
* | Merge pull request #360 from jcrocholl/issue-316Ian Lee2014-12-221-9/+9
|\ \
| * | Update documentation to reflect changes to default; issues #356 #316Ian Lee2014-12-181-9/+9
* | | Dont include html_static_path, suppresses warning when building docs.Ian Lee2014-12-201-1/+1
* | | Update documentation to match function.Ian Lee2014-12-181-1/+1
|/ /
* | Add error code E402 to docs; issue #304Ian Lee2014-12-141-0/+2
* | Merge remote-tracking branch 'yole/import-on-top-of-file' into issue304Ian Lee2014-12-141-0/+6
|\ \
| * | Report E402 for imports not on top of file; issue #264. Also add ability to k...Dmitry Jemerov2014-07-241-0/+6
| |/
* | Dont need to make a sphinx table header explicitly boldIan Lee2014-12-131-2/+2
* | Merge pull request #310 from ilam/featuredocIan Lee2014-12-131-0/+27
|\ \
| * | Fixed the formatting in the tableIlambharathi Kanniah2014-07-311-1/+1
| * | Added variables table for clarityIlambharathi Kanniah2014-07-311-0/+16
| * | Corrected some formattingIlambharathi Kanniah2014-07-311-2/+3
| * | #198 --feature doc updated.Ilambharathi Kanniah2014-07-311-0/+10
| |/
* | Add Ian to list of maintainers.Ian Lee2014-12-132-5/+6
|/
* Do not report E704 in the default configuration; issue #277Florent Xicluna2014-05-291-2/+2