summaryrefslogtreecommitdiff
path: root/doc/index.rst
blob: 790ff93a8e28359739d133b4be6c628f4ef20e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

Pylint User Manual
==================

Pylint's home page is at http://www.pylint.org and its forge is at
https://bitbucket.org/logilab/pylint

.. toctree::
   :maxdepth: 2

   intro
   run
   output
   message-control
   features
   extend
   ide-integration
   contribute

   tutorial
   faq
   wiki
   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.