summaryrefslogtreecommitdiff
path: root/doc/exts
Commit message (Expand)AuthorAgeFilesLines
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-1/+1
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-2/+0
* Remove unsecable whitespace in the whole codebasePierre Sassoulas2020-09-121-1/+1
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+1
* Refactor - Remove unused argument 'name'Pierre Sassoulas2019-06-201-2/+0
* Refactor - Clearer function name ('rest' -> 'rst') in utilsPierre Sassoulas2019-06-201-2/+2
* Refactor - Remove useless parameter in print_checker_docPierre Sassoulas2019-06-201-2/+2
* Refactor - Use get_rest_title where it could bePierre Sassoulas2019-06-201-3/+4
* Refactor - Use a constant for the main checker namePierre Sassoulas2019-06-201-1/+2
* Refactor - Give a checker instead of a string to _print_checker_docPierre Sassoulas2019-06-201-16/+14
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-202-40/+47
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-202-1/+1
* Completely remove six shims from the codebaseSushobhit2018-05-301-2/+1
* pyupgrade (#2136)Anthony Sottile2018-05-221-1/+1
* Make the documentation build reproducibly. (#1761)Chris Lamb2017-12-111-0/+1
* Expanded documentation for new contributors (#1569)Ashley Whetter2017-07-122-2/+2
* Move parts of the documentation into their own folder section.Claudiu Popa2016-08-142-2/+2
* Automatic generation of extensions.rst (#988)Glenn Matthews2016-07-102-13/+129
* Write bytes, instead of strings.Claudiu Popa2016-07-061-2/+2
* Add the header for the features document.Claudiu Popa2016-07-061-0/+2
* Add a Sphinx hook for generating the features file of Pylint's documentationClaudiu Popa2016-07-061-0/+29