~ubuntu-branches/ubuntu/karmic/python-docutils/karmic

« back to all changes in this revision

Viewing changes to debian/rst2html.1

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH RST2HTML 1
 
2
.SH NAME
 
3
rst2html, rst2latex etc. \- convert reST documents to various formats
 
4
.SH SYNOPSIS
 
5
rst2html [options] < input.txt > output.xhtml
 
6
.br
 
7
rst2html [options] input.txt output.xhtml
 
8
.br
 
9
rstpep2html [options] pep-NNNN.txt output.html
 
10
.br
 
11
rst2s5 [options] input.txt output.xhtml
 
12
.br
 
13
rst2latex [options] input.txt output.tex
 
14
.br
 
15
rst2newlatex [options] input.txt output.tex
 
16
.br
 
17
rst2xml [options] input.txt output.xml
 
18
.br
 
19
rst2pseudoxml [options] input.txt output.txt
 
20
.br
 
21
rst-buildhtml [options] [<directory> ...]
 
22
.SH DESCRIPTION
 
23
These programs convert reST documents to HTML, S5/HTML, LaTeX, XML or docutils'
 
24
own "pseudo-XML" format.
 
25
.PP
 
26
Please use the
 
27
.B --help
 
28
option for a complete list of options, or see the documentation for these
 
29
tools in
 
30
.B /usr/share/doc/python-docutils/docs/user/tools.html
 
31
and
 
32
.B tools.txt
 
33
\.
 
34
.SH BUGS
 
35
See <http://bugs.debian.org/python-docutils> for known bugs, or use
 
36
.B reportbug python-docutils
 
37
to report bugs.
 
38
.SH AUTHOR
 
39
David Goodger <goodger@users.sourceforge.net>
 
40
.PP
 
41
This manual page was written by Matthias Urlichs <smurf@debian.org>
 
42
and Simon McVittie <smcv@ianadd.pseudorandom.co.uk> for the Debian GNU/Linux
 
43
system.
 
44
.SH MAINTAINERS
 
45
Martin F. Krafft <madduck@debian.org> and
 
46
Simon McVittie <smcv@ianadd.pseudorandom.co.uk>.
 
47
.SH "SEE ALSO"
 
48
The Docutils documentation <file:///usr/share/doc/python-docutils/>
 
49
.br
 
50
The docutils homepage <http://docutils.sourceforge.net>
 
51
.br
 
52
The reST standard <http://docutils.sourceforge.net/rst.html>