summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-12-15 19:14:21 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-12-15 19:14:21 +0100
commit99141ab45c884671823131aebc2cc4d11ba0ab5d (patch)
tree59610b356a1166f7b4d61b25396587ecf15268c0 /man
parentf9c7e864a01c146c22fb0ba56c470e89b0e7c082 (diff)
downloadpylint-99141ab45c884671823131aebc2cc4d11ba0ab5d.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.114
-rw-r--r--man/pylint-gui.115
-rw-r--r--man/pyreverse.14
3 files changed, 31 insertions, 2 deletions
diff --git a/man/epylint.1 b/man/epylint.1
new file mode 100644
index 0000000..f2022e9
--- /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 0000000..3bcbd21
--- /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 c86da72..d37f83d 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>"