third_party.pylibs.pylint.src/doc/index.rst
Daniël van Noord 4c2eb2d293
Create separate documentation page for each message (#5396)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2022-01-28 23:00:40 +01:00

29 lines
618 B
ReStructuredText

Pylint User Manual
==================
Pylint is a tool that checks for errors in Python code, tries to enforce a
coding standard and looks for code smells. It can also look for certain type
errors, it can recommend suggestions about how particular blocks can be
refactored and can offer you details about the code's complexity.
.. toctree::
:maxdepth: 2
:titlesonly:
intro
tutorial
user_guide/index.rst
how_tos/index.rst
messages/index.rst
technical_reference/index.rst
development_guide/index.rst
additional_commands/index.rst
faq
backlinks
support
whatsnew/index.rst