File: pep2html.1

package info (click to toggle)
python-docutils 0.3.7-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,872 kB
  • ctags: 2,908
  • sloc: python: 27,538; lisp: 641; makefile: 102
file content (32 lines) | stat: -rw-r--r-- 671 bytes parent folder | download
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
.TH PEP2HTML 1
.SH NAME
psp2html \- convert reST-structured PEP documents to (X)HTML.
.SH SYNOPSIS
pep2html < input.txt > output.xhtml
.PP
.B pep2html
[
.B --help
]
[
.I more...
]
.SH DESCRIPTION
This program converts reST-formatted PEP documents (Python Enhancement
Proposals) to HTML.
.PP
Please use the
.B --help
option for a complete list of options.
.SH BUGS
Probably a few. Use
.B reportbug python-docutils
to report them.
.SH AUTHOR
David Goodger <goodger@users.sourceforge.net>
.SH MAINTAINER
Matthias Urlichs <smurf@noris.de>
.SH "SEE ALSO"
The docutils homepage <http://docutils.sourceforge.net>
.br
The reST standard <http://docutils.sourceforge.net/rst.html>