From 9decabc7e2eb0b2bf11019f20c32c62aeef258fb Mon Sep 17 00:00:00 2001 From: "georg.brandl" Date: Sun, 23 Mar 2008 17:43:22 +0000 Subject: Don't install scripts twice. Thanks to lunar. --- doc/builders.rst | 2 +- doc/intro.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/builders.rst b/doc/builders.rst index 620d6138..1b0f6940 100644 --- a/doc/builders.rst +++ b/doc/builders.rst @@ -10,7 +10,7 @@ These are the built-in Sphinx builders. More builders can be added by :ref:`extensions `. The builder's "name" must be given to the **-b** command-line option of -:program:`sphinx-build.py` to select a builder. +:program:`sphinx-build` to select a builder. .. class:: StandaloneHTMLBuilder diff --git a/doc/intro.rst b/doc/intro.rst index 7dabb69f..c5e6f71b 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -31,11 +31,11 @@ The root directory of a documentation collection is called the :dfn:`documentation root`. There's nothing special about it; it just needs to contain the Sphinx configuration file, :file:`conf.py`. -Sphinx comes with a script called :program:`sphinx-quickstart.py` that sets up a +Sphinx comes with a script called :program:`sphinx-quickstart` that sets up a documentation root and creates a default :file:`conf.py` from a few questions it asks you. Just run :: - $ sphinx-quickstart.py + $ sphinx-quickstart and answer the questions. @@ -43,17 +43,17 @@ and answer the questions. Running a build --------------- -A build is started with the :program:`sphinx-build.py` script. It is called +A build is started with the :program:`sphinx-build` script. It is called like this:: - $ sphinx-build.py -b latex sourcedir builddir + $ sphinx-build -b latex sourcedir builddir where *sourcedir* is the :term:`documentation root`, and *builddir* is the directory in which you want to place the built documentation (it must be an existing directory). The :option:`-b` option selects a builder; in this example Sphinx will build LaTeX files. -The :program:`sphinx-build.py` script has several more options: +The :program:`sphinx-build` script has several more options: **-a** If given, always write all output files. The default is to only write output -- cgit v1.2.1