diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2010-12-15 19:14:21 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-12-15 19:14:21 +0100 |
commit | 85f4f8a3f8671bbf613b1378835140a5aa0ca49b (patch) | |
tree | 7242660ab7638846d61a09f4a741656c4916236b /man | |
parent | 94756c3a3f4ad64e61acca049a01c6e4b6de4530 (diff) | |
download | pylint-git-85f4f8a3f8671bbf613b1378835140a5aa0ca49b.tar.gz |
doc: add manpages, update documentation about the project
mention and document a bit epylint, pylint-gui and symilar
gui.py : fix line length
debian/control: Suggests instead of Recommends python-tk
Diffstat (limited to 'man')
-rw-r--r-- | man/epylint.1 | 14 | ||||
-rw-r--r-- | man/pylint-gui.1 | 15 | ||||
-rw-r--r-- | man/pyreverse.1 | 4 |
3 files changed, 31 insertions, 2 deletions
diff --git a/man/epylint.1 b/man/epylint.1 new file mode 100644 index 000000000..f2022e9e3 --- /dev/null +++ b/man/epylint.1 @@ -0,0 +1,14 @@ +.TH epylint 1 "2010-12-15" epylint +.SH NAME +.B epylint +\- Emacs and Flymake compatible Pylint + +.SH DESCRIPTION +.B epylint +is a Emacs and Flymake compatible Pylint. It runs Pylint from outside the +current package to avoid import error messages. See +.B pylint +\'s manpage for information about all available options. + +.SH "SEE ALSO" +.B pylint(1), pylint-gui(1) diff --git a/man/pylint-gui.1 b/man/pylint-gui.1 new file mode 100644 index 000000000..3bcbd2148 --- /dev/null +++ b/man/pylint-gui.1 @@ -0,0 +1,15 @@ +.TH pylint-gui 1 "2010-12-15" pylint-gui +.SH NAME +.B pylint-gui +\- Tkinker gui for pylint + +.SH SYNOPSIS +.B pylint-gui + +.SH DESCRIPTION +.B pylint-gui +launches a nice graphical interface for running Pylint + +.SH "SEE ALSO" +.B pylint(1), pyreverse(1) + diff --git a/man/pyreverse.1 b/man/pyreverse.1 index c86da7217..d37f83d7a 100644 --- a/man/pyreverse.1 +++ b/man/pyreverse.1 @@ -1,4 +1,4 @@ -.TH PYREVERSE 1 "August 18, 2008" pyreverse "User's Manual" +.TH pyreverse 1 "August 18, 2008" pyreverse "User's Manual" .SH NAME pyreverse \- parse python sources files and extract diagrams from them. @@ -34,7 +34,7 @@ You can do \-c <class1> , \-c <class2>. .SH OPTIONS .IP "-h, --help" -show this help message and exit +show help message and exit .IP "-p<name>, --project=<name>" set project name to <name> if not using \-c option. (default:'No Name') .IP "-i<file>, --ignore=<file>" |