summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-16 12:36:35 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-16 12:36:35 +0200
commitf6bd020c5f827b8b137cb063cd287bfe0b14ed01 (patch)
tree2ca84f06dd47371487b46a3b9a2db17dff6da28e /doc
parentd9788c6e10bc8dc9f5e29b8ddf6b398081821d55 (diff)
downloadpylint-f6bd020c5f827b8b137cb063cd287bfe0b14ed01.tar.gz
doc rest fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/makefile2
-rw-r--r--doc/manual.txt4
-rw-r--r--doc/quickstart.txt2
3 files changed, 3 insertions, 5 deletions
diff --git a/doc/makefile b/doc/makefile
index 3934219..df739fb 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -25,7 +25,7 @@ features.html:
echo "Pylint features" > ${SRC}/features.txt
echo "===============" >> ${SRC}/features.txt
echo "" >> ${SRC}/features.txt
- echo ".. generated by pylint --full-documentation" >> ${SRC}/features.txt
+ echo ".. generated by pylint" >> ${SRC}/features.txt
echo "" >> ${SRC}/features.txt
echo ".. contents::" >> ${SRC}/features.txt
echo "" >> ${SRC}/features.txt
diff --git a/doc/manual.txt b/doc/manual.txt
index 36bd1cd..baa28d3 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -551,8 +551,7 @@ adds additional information and methods on the tree nodes to ease
navigation and code introspection.
An AST checker is a visitor, and should implement
-visit_<lowered class name>
-leave_<lowered class name>
+`visit_<lowered class name>` and/or `leave_<lowered class name>`
methods for the nodes it's interested in. To get description of the different
classes used in an ast tree, look at the `compiler.ast documentation`.
Checkers are ordered by priority. For each module, pylint's engine:
@@ -605,6 +604,7 @@ patch gets accepted.
file in the appropriate input and messages folders.
* In the test folder of pylint run ./fulltest.sh (python version), make sure
all tests pass before submitting a patch
+
* Create a diff file
* To create a diff from the command line invoke (from a directory under
version control) ::
diff --git a/doc/quickstart.txt b/doc/quickstart.txt
index 982f963..5c41c02 100644
--- a/doc/quickstart.txt
+++ b/doc/quickstart.txt
@@ -4,8 +4,6 @@ Pylint Quickstart
:Author: Alexandre Fayolle
:Organization: Logilab
-:Version: $Revision: 1.10 $
-:Date: $Date: 2005-04-15 10:40:17 $
.. contents::