third_party.pylibs.pylint.src/doc/index.rst

41 lines
690 B
ReStructuredText
Raw Normal View History

2013-04-06 19:45:15 +00:00
Pylint User Manual
==================
2013-04-29 13:31:03 +00:00
Pylint's home page is at http://www.pylint.org and its forge is at
https://bitbucket.org/logilab/pylint
.. toctree::
:maxdepth: 2
2013-04-06 19:45:15 +00:00
intro
run
output
message-control
features
2013-04-06 19:45:15 +00:00
extend
ide-integration
contribute
tutorial
faq
wiki
2013-04-06 19:45:15 +00:00
backlinks
installation
Content wanted
--------------
It would be nice to include in the documentation the following information:
- pylint plugins (how to write one, how to install a 3rd party plugin, how to
configure Pylint to run it)
- pylint brain project : what it is, how to install it...
Please send your pull requests via bitbucket if you can help with the above.