[Python-modules-commits] r14256 - in packages/sphinx/trunk/debian (4 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Aug 23 18:38:45 UTC 2010


    Date: Monday, August 23, 2010 @ 18:38:41
  Author: jwilk
Revision: 14256

Fix formatting of the manual pages.

Modified:
  packages/sphinx/trunk/debian/changelog
  packages/sphinx/trunk/debian/sphinx-autogen.1
  packages/sphinx/trunk/debian/sphinx-build.1
  packages/sphinx/trunk/debian/sphinx-quickstart.1

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2010-08-23 18:13:37 UTC (rev 14255)
+++ packages/sphinx/trunk/debian/changelog	2010-08-23 18:38:41 UTC (rev 14256)
@@ -1,8 +1,9 @@
 sphinx (0.6.6-3) UNRELEASED; urgency=low
 
   * Add myself to uploaders.
+  * Fix formatting of the manual pages.
 
- -- Jakub Wilk <jwilk at debian.org>  Mon, 23 Aug 2010 20:12:51 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Mon, 23 Aug 2010 20:29:12 +0200
 
 sphinx (0.6.6-2) unstable; urgency=low
 

Modified: packages/sphinx/trunk/debian/sphinx-autogen.1
===================================================================
--- packages/sphinx/trunk/debian/sphinx-autogen.1	2010-08-23 18:13:37 UTC (rev 14255)
+++ packages/sphinx/trunk/debian/sphinx-autogen.1	2010-08-23 18:38:41 UTC (rev 14256)
@@ -6,16 +6,16 @@
 
 .SH SYNOPSIS
 .B sphinx\-autogen
-[\fI\-o output_dir\fR]
-[\fI\-s suffix\fR]
+[\-o \fIoutput_dir\fR]
+[\-s \fIsuffix\fR]
 .BI sourcefile ...
 
 .SH OPTIONS
 .TP
-\fB\-o output_dir\fR
+\fB\-o \fIoutput_dir\fR
 the directory the output files should be written to
 .TP
-\fB\-s suffix\fR
+\fB\-s \fIsuffix\fR
 the suffix of the written files (defaults to rst)
 
 .SH DESCRIPTION
@@ -31,8 +31,8 @@
 .I sphinx.ext.autosummary
 
 .SH SEE ALSO
-.BR sphinx\-quickstart (1),
-.BR sphinx\-build (1)
+\fBsphinx\-quickstart\fR(1),
+\fBsphinx\-build\fR(1)
 
 .mso www.tmac
 .URL "http://sphinx.pocoo.org/" "The Sphinx website"

Modified: packages/sphinx/trunk/debian/sphinx-build.1
===================================================================
--- packages/sphinx/trunk/debian/sphinx-build.1	2010-08-23 18:13:37 UTC (rev 14255)
+++ packages/sphinx/trunk/debian/sphinx-build.1	2010-08-23 18:38:41 UTC (rev 14256)
@@ -5,14 +5,14 @@
 .B sphinx-build
 [\fIoptions\fR] <\fIsourcedir\fR> <\fIoutdir\fR> [\fIfilenames\fR...]
 .SH DESCRIPTION
-sphinx-build generates documentation from the files in <sourcedir> and places it
-to the <outdir>.
+\fBsphinx-build\fR generates documentation from the files in \fIsourcedir\fR and places it
+to the \fIoutdir\fR.
 
-sphinx-build looks for <sourcedir>/conf.py for the configuration settings.
-.B sphinx-quickstart(1)
+\fBsphinx-build\fR looks for \fIsourcedir\fR/conf.py for the configuration settings.
+\fBsphinx-quickstart\fR(1)
 may be used to generate template files, including conf.py.
 
-sphinx-build can create documentation in different formats. Format is selected
+\fBsphinx-build\fR can create documentation in different formats. Format is selected
 by specifying builder in command line and defaults to HTML. Builders can
 also perform other tasks related to the documentation processing.
 
@@ -37,10 +37,10 @@
 Checks the integrity of all external links in documentation
 .SH OPTIONS
 .TP
-\fB-b\fR <builder>
+\fB-b\fR \fIbuilder\fR
 Builder to use; defaults to html. See the full list of builders above.
 .TP
-\fB<filename>\fR
+\fIfilename\fR
 Force to generate documentation for the file
 .TP
 \fB-a\fR
@@ -49,11 +49,11 @@
 \fB-E\fR
 Ignore cached files, forces to re-read all files from disk.
 .TP
-\fB-d\fR <path>
-Path to cached environment; defaults to <outdir>/.doctrees
+\fB-d\fR \fIpath\fR
+Path to cached environment; defaults to \fIoutdir\fP/.doctrees
 .TP
-\fB-D\fR <setting>=<value>
-Overrides setting from <sourcedir>/conf.py
+\fB-D\fR \fIsetting\fR=\fIvalue\fR
+Overrides setting from \fIsourcedir\fR/conf.py
 .TP
 \fB-N\fR
 Do not do colored output
@@ -64,8 +64,8 @@
 \fB-P\fR
 Run Pdb on exception
 .SH "SEE ALSO"
-.BR sphinx-quickstart(1)
-.br
+\fBsphinx-quickstart\fR(1)
+.PP
 The full documentation for
 .B Sphinx
 is installed to

Modified: packages/sphinx/trunk/debian/sphinx-quickstart.1
===================================================================
--- packages/sphinx/trunk/debian/sphinx-quickstart.1	2010-08-23 18:13:37 UTC (rev 14255)
+++ packages/sphinx/trunk/debian/sphinx-quickstart.1	2010-08-23 18:38:41 UTC (rev 14256)
@@ -6,10 +6,10 @@
 .SH DESCRIPTION
 sphinx-quickstart is the interactive tool which asks some questions about your
 Python project and then generates template documentation directory and sample
-Makefile to be used with \fBsphinx-build(1)\fR.
+Makefile to be used with \fBsphinx-build\fR(1).
 .SH "SEE ALSO"
-.BR sphinx-build(1)
-.br
+\fBsphinx-build\fR(1)
+.PP
 The full documentation for
 .B Sphinx
 is installed to




More information about the Python-modules-commits mailing list