[Python-modules-commits] r14325 - in packages/sphinx/branches/1.0/debian (2 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Tue Aug 31 12:16:55 UTC 2010
Date: Tuesday, August 31, 2010 @ 12:16:44
Author: jwilk
Revision: 14325
Update manual pages.
Modified:
packages/sphinx/branches/1.0/debian/sphinx-autogen.1
packages/sphinx/branches/1.0/debian/sphinx-build.1
Modified: packages/sphinx/branches/1.0/debian/sphinx-autogen.1
===================================================================
--- packages/sphinx/branches/1.0/debian/sphinx-autogen.1 2010-08-31 10:39:19 UTC (rev 14324)
+++ packages/sphinx/branches/1.0/debian/sphinx-autogen.1 2010-08-31 12:16:44 UTC (rev 14325)
@@ -1,4 +1,4 @@
-.TH sphinx\-autogen 1 "Sat, 28 Mar 2009" "Jan Dittberner" "User Commands"
+.TH sphinx\-autogen 1 "Aug 2010" "Jan Dittberner" "User Commands"
.SH NAME
sphinx\-autogen \- generate ReStructuredText using \fBautosummary\fR
@@ -12,11 +12,14 @@
.SH OPTIONS
.TP
-\fB\-o \fIoutput_dir\fR
+\fB\-o\fR, \fB--output-dir=\fIoutput_dir\fR,
the directory the output files should be written to
.TP
-\fB\-s \fIsuffix\fR
+\fB\-s\fR, \fB--suffix=\fIsuffix\fR
the suffix of the written files (defaults to rst)
+.TP
+\fB\-t\fR, \fB--templates=\fIdirectory\fR
+custom template directory
.SH DESCRIPTION
.B sphinx\-autogen
Modified: packages/sphinx/branches/1.0/debian/sphinx-build.1
===================================================================
--- packages/sphinx/branches/1.0/debian/sphinx-build.1 2010-08-31 10:39:19 UTC (rev 14324)
+++ packages/sphinx/branches/1.0/debian/sphinx-build.1 2010-08-31 12:16:44 UTC (rev 14325)
@@ -23,16 +23,22 @@
\fBhtml\fR
Build HTML pages. This is the default builder.
.TP
+\fBsinglehtml\fR
+Build a single HTML with the whole content.
+.TP
\fBdirhtml\fR
Build HTML pages, but with a single directory per document.
.TP
-\fBhtmlhelp\fR, \fBqthelp\fR
+\fBhtmlhelp\fR, \fBqthelp\fR, \fBdevhelp\fR, \fBepub\fR
Build HTML pages with additional information for building a documentation collection in one of these formats.
.TP
\fBlatex\fR
Build LaTeX sources that can be compiled to a PDF document using \fBpdflatex\fR.
This builder uses the PAPER environment variable (e.g. PAPER=a4 or PAPER=letter) if available.
.TP
+\fBman\fR
+Build manual pages in groff format for UNIX systems.
+.TP
\fBtext\fR
Build plain text files.
.TP
More information about the Python-modules-commits
mailing list