From 99141ab45c884671823131aebc2cc4d11ba0ab5d Mon Sep 17 00:00:00 2001 From: Emile Anclin Date: Wed, 15 Dec 2010 19:14:21 +0100 Subject: 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 --- man/epylint.1 | 14 ++++++++++++++ man/pylint-gui.1 | 15 +++++++++++++++ man/pyreverse.1 | 4 ++-- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 man/epylint.1 create mode 100644 man/pylint-gui.1 (limited to 'man') 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 , \-c . .SH OPTIONS .IP "-h, --help" -show this help message and exit +show help message and exit .IP "-p, --project=" set project name to if not using \-c option. (default:'No Name') .IP "-i, --ignore=" -- cgit v1.2.1