Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move informations that never change in the setup.py | Pierre Sassoulas | 2021-04-05 | 1 | -2/+2 |
| | |||||
* | Move from % string formatting syntax to f-string or .format() | Pierre Sassoulas | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | Chore: use https links (#3679) | 谭九鼎 | 2020-06-11 | 1 | -2/+2 |
| | |||||
* | pyupgrade: automated removal of python2 constructs | Anthony Sottile | 2020-03-24 | 1 | -1/+0 |
| | | | | | | | | | | | | | using configuration: ```yaml - repo: https://github.com/asottile/pyupgrade rev: v2.1.0 hooks: - id: pyupgrade args: [--py3-plus, --keep-percent-format] exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/) ``` | ||||
* | [black style] Apply black style on unformatted python file | Pierre Sassoulas | 2019-07-22 | 1 | -1/+1 |
| | |||||
* | Fix misspellings in documentation (#2922) | Nick Smith | 2019-05-19 | 1 | -1/+1 |
| | |||||
* | Fix last updated date in sphinx documentation (#2828) | Dan Hemberger | 2019-03-24 | 1 | -1/+1 |
| | | | | The "last updated" date was displaying as "None", which we can fix by uncommenting `html_last_updated_fmt` in the sphinx configuration. | ||||
* | Style - Re-Apply black following the isort cleanup | Pierre Sassoulas | 2019-03-20 | 1 | -64/+63 |
| | | | | Change with isort triggered change with black. | ||||
* | Style - Apply isort on all apllicable files | Pierre Sassoulas | 2019-03-20 | 1 | -7/+8 |
| | |||||
* | Drop the _static folder and update the release datepylint-2.1.0 | Claudiu Popa | 2018-08-01 | 1 | -1/+1 |
| | |||||
* | Prefix rst autolabels with filename to prevent collisions from include | Bryce Guinta | 2018-08-01 | 1 | -0/+4 |
| | | | | Fix cross reference labels | ||||
* | Link to pycqa meta | Mariatta | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Set the title to PyCQA instead of Python. | Mariatta Wijaya | 2018-06-05 | 1 | -0/+2 |
| | | | | Link to https://pylint.pycqa.org | ||||
* | Use python-docs-theme | Mariatta Wijaya | 2018-06-05 | 1 | -4/+14 |
| | | | | Closes https://github.com/PyCQA/pylint/issues/2167 | ||||
* | pyupgrade (#2136) | Anthony Sottile | 2018-05-22 | 1 | -5/+5 |
| | |||||
* | readthedocs does not run on Python 3.6 apparently | Claudiu Popa | 2018-03-11 | 1 | -1/+2 |
| | |||||
* | Make the current year dynamic | Claudiu Popa | 2018-03-11 | 1 | -2/+4 |
| | |||||
* | Disable smartquotes when generating the doc to get double dash processed ↵ | Claudiu Popa | 2018-03-10 | 1 | -3/+1 |
| | | | | correctly. Close #1916 | ||||
* | Expanded documentation for new contributors (#1569) | Ashley Whetter | 2017-07-12 | 1 | -4/+12 |
| | |||||
* | Remove hard coded cross references | Claudiu Popa | 2017-07-08 | 1 | -1/+3 |
| | |||||
* | Add missing contributors. | Claudiu Popa | 2016-08-14 | 1 | -1/+1 |
| | |||||
* | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -1/+1 |
| | | | | | This was changed automatically in #894, but apparently we need to have the copyright notice somewhere. | ||||
* | Automatic generation of extensions.rst (#988) | Glenn Matthews | 2016-07-10 | 1 | -1/+1 |
| | |||||
* | Add a Sphinx hook for generating the features file of Pylint's documentation | Claudiu Popa | 2016-07-06 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | Switch to nature theme. | Claudiu Popa | 2016-07-03 | 1 | -1/+1 |
| | |||||
* | Remove references to bitbucket from the documentation. | Claudiu Popa | 2016-06-29 | 1 | -3/+3 |
| | |||||
* | ensure doc has the correct version | Sylvain Thénault | 2014-04-22 | 1 | -2/+2 |
| | |||||
* | [doc] update version | David Douard | 2014-01-10 | 1 | -3/+3 |
| | |||||
* | Packaging fixes: | grizzly.nyo@gmail.com | 2013-08-31 | 1 | -2/+2 |
| | | | | | * update version string for docs * doc's conf.py was missing in sdist | ||||
* | [doc] generate documentation with sphinx | Nicolas Chauvat | 2013-04-04 | 1 | -0/+216 |