summaryrefslogtreecommitdiff
path: root/doc/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* [doc] Create a variable for the contributors descriptionPierre Sassoulas2023-03-311-5/+4
|
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-4/+6
|
* [doc] Use the real URL address of pylint's read the doc projectPierre Sassoulas2023-02-061-1/+1
|
* [release notes] Permit to have multiple section with the same namePierre Sassoulas2022-10-101-0/+4
| | | | Co-authored-by: Andreas Finkler <3929834+DudeNr33@users.noreply.github.com>
* Merge branch origin/main into towncrierDudeNr332022-07-171-1/+1
|
* [JsonReporter] Add serialization functions to JsonReporterPierre Sassoulas2022-06-291-1/+1
|
* [doc] Fix broken links following toc reorganization (#6680)Pierre Sassoulas2022-05-231-0/+1
|
* Reorganize the documentation table of content (#6589)Pierre Sassoulas2022-05-231-5/+32
| | | | | | | * [doc] Reorganize the doc table of content with four levels User, developer, contributor, maintainer. Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* [doc] Move the naming-style documentation to invalid-name doc (#6669)Pierre Sassoulas2022-05-231-0/+1
| | | | | | Add a '.gitkeep' in user_guide/configuration In order for the directory to exists so pylint_options do not need to create the directory.
* [doc] Move the c-extensions documentation to no-member docPierre Sassoulas2022-05-231-1/+1
|
* [doc] Cleanup the installation/testing/badge documentation in the ReadmePierre Sassoulas2022-05-221-0/+1
|
* Move c-extensions to user guides where it belong (#6659)Pierre Sassoulas2022-05-221-0/+1
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* [doc] Remove innacurate warningPierre Sassoulas2022-05-191-12/+4
|
* Split the additional commands documentation in two files (#6641)Pierre Sassoulas2022-05-191-0/+1
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* [doc] Add an assertion for redirection that will silentely failPierre Sassoulas2022-05-181-3/+11
|
* [doc] Modify the automated redirection to user_guidesPierre Sassoulas2022-05-181-2/+7
| | | | | | See discussion: https://github.com/PyCQA/pylint/pull/6628#discussion_r874177297 Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* [refactor] Better link and toc definition for overview of messagesPierre Sassoulas2022-05-181-0/+1
|
* [doc] Move all messages documentation to user_guide/messagesPierre Sassoulas2022-05-181-0/+3
|
* [doc] Fix the short version in the sphinx configuration (#6640)Pierre Sassoulas2022-05-181-5/+6
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* [doc] Better more useful links for ide integrationPierre Sassoulas2022-05-161-0/+1
| | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* [Doc] Create a contact section and cleanup the introduction (#6613)Pierre Sassoulas2022-05-151-10/+21
| | | | | | | * Add a mechanism for redirection * Upgrade cache so the new requirements are properly installed Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Allow not yet published extensions links in ``linkcheck`` (#6499)Daniël van Noord2022-05-051-0/+2
|
* Create a documentation page with all options (#6346)Daniël van Noord2022-04-161-0/+1
|
* Update broken and redirected links across the projectDaniël van Noord2022-04-131-1/+1
|
* Clean up docs `conf.py` following migration to furo (#6129)Gunung P. Wibisono2022-04-021-11/+4
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Use the `furo themes` and change default theme (#6084)Gunung P. Wibisono2022-04-021-10/+12
|
* Update configuration of pre-commit hooks and toolsDaniël van Noord2022-03-251-1/+2
|
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+4
| | | | | Fix the existing file so they have a notice. No header for setup.py or examples or doc
* Set up system of code examples and details for message documentation (#5934)Daniël van Noord2022-03-231-1/+1
|
* Create separate documentation page for each message (#5396)Daniël van Noord2022-01-281-0/+1
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Move informations that never change in the setup.pyPierre Sassoulas2021-04-051-2/+2
|
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
|
* Chore: use https links (#3679)谭九鼎2020-06-111-2/+2
|
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-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 filePierre Sassoulas2019-07-221-1/+1
|
* Fix misspellings in documentation (#2922)Nick Smith2019-05-191-1/+1
|
* Fix last updated date in sphinx documentation (#2828)Dan Hemberger2019-03-241-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 cleanupPierre Sassoulas2019-03-201-64/+63
| | | | Change with isort triggered change with black.
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-7/+8
|
* Drop the _static folder and update the release datepylint-2.1.0Claudiu Popa2018-08-011-1/+1
|
* Prefix rst autolabels with filename to prevent collisions from includeBryce Guinta2018-08-011-0/+4
| | | | Fix cross reference labels
* Link to pycqa metaMariatta2018-06-051-1/+1
|
* Set the title to PyCQA instead of Python.Mariatta Wijaya2018-06-051-0/+2
| | | | Link to https://pylint.pycqa.org
* Use python-docs-themeMariatta Wijaya2018-06-051-4/+14
| | | | Closes https://github.com/PyCQA/pylint/issues/2167
* pyupgrade (#2136)Anthony Sottile2018-05-221-5/+5
|
* readthedocs does not run on Python 3.6 apparentlyClaudiu Popa2018-03-111-1/+2
|
* Make the current year dynamicClaudiu Popa2018-03-111-2/+4
|
* Disable smartquotes when generating the doc to get double dash processed ↵Claudiu Popa2018-03-101-3/+1
| | | | correctly. Close #1916
* Expanded documentation for new contributors (#1569)Ashley Whetter2017-07-121-4/+12
|
* Remove hard coded cross referencesClaudiu Popa2017-07-081-1/+3
|