summaryrefslogtreecommitdiff
path: root/doc/exts/pylint_features.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
|
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-2/+0
|
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-201-5/+7
| | | | Change with isort triggered change with black.
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-0/+1
|
* Expanded documentation for new contributors (#1569)Ashley Whetter2017-07-121-1/+1
|
* Move parts of the documentation into their own folder section.Claudiu Popa2016-08-141-1/+1
|
* Automatic generation of extensions.rst (#988)Glenn Matthews2016-07-101-13/+16
|
* 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
Currently we can generate this locally using the makefiles, but, unfortunately, on ReadThedocs we are running only sphinx-build, which means that we have no pre-generated features.rst file before actually building the documentation. This commit just adds one, which does the same thing as the makefiles.