File: rest2html.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 (31 lines) | stat: -rw-r--r-- 615 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
.TH REST2HTML 1
.SH NAME
rest2html \- convert reST documents to (X)HTML.
.SH SYNOPSIS
rest2html < input.txt > output.xhtml
.PP
.B rest2html
[
.B --help
]
[
.I more...
]
.SH DESCRIPTION
This program converts reST documents 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>