fix indentation in invocation.rst

This commit is contained in:
jfbu 2017-02-26 21:52:06 +01:00
parent 3ae73d06e6
commit b6eeb6e13e

View File

@ -8,9 +8,9 @@ Invocation of sphinx-quickstart
The :program:`sphinx-quickstart` script generates a Sphinx documentation set.
It is called like this:
.. code-block:: console
.. code-block:: console
$ sphinx-quickstart [options] [projectdir]
$ sphinx-quickstart [options] [projectdir]
where *projectdir* is the Sphinx documentation set directory in which you want
to place. If you omit *projectdir*, files are generated into current directory
@ -180,7 +180,7 @@ called like this:
.. code-block:: console
$ sphinx-build [options] sourcedir builddir [filenames]
$ sphinx-build [options] sourcedir builddir [filenames]
where *sourcedir* is the :term:`source directory`, and *builddir* is the
directory in which you want to place the built documentation. Most of the time,
@ -447,7 +447,7 @@ for a Python package. It is called like this:
.. code-block:: console
$ sphinx-apidoc [options] -o outputdir packagedir [pathnames]
$ sphinx-apidoc [options] -o outputdir packagedir [pathnames]
where *packagedir* is the path to the package to document, and *outputdir* is
the directory where the generated sources are placed. Any *pathnames* given