From b6eeb6e13e2e75b738e78f854883fa38b4e08f1a Mon Sep 17 00:00:00 2001 From: jfbu Date: Sun, 26 Feb 2017 21:52:06 +0100 Subject: [PATCH] fix indentation in invocation.rst --- doc/invocation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/invocation.rst b/doc/invocation.rst index d65fa27c4..639b6880d 100644 --- a/doc/invocation.rst +++ b/doc/invocation.rst @@ -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