fixing files upstream to be able to merge

This commit is contained in:
Leona
2015-11-16 10:51:48 -08:00
parent 4e7ed89078
commit ccfddb1c32
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ Building with `Sphinx`_, however, requires a few prerequisites:
* `PIP`_
The instructions for installing these varies according to OS. On a basic
out-of-the-box Ubuntu-like (which usually has Python installed by default),
out-of-the-box Ubuntu-like OS (which usually has Python installed by default),
you might need something like:
.. codeblock:: shell-session
@@ -64,7 +64,7 @@ a series of questions. The main things to be conscious of here:
will generate *another* :file:`source/` directory, which can be confusing.
What follows here is a log from a successful :command:`sphinx-quickstart` build started from
within the :file:`project-docs/` directory.
within the :file:`project-docs/` directory. Blank answers indicate default used.
.. codeblock:: shell-session
@@ -132,7 +132,7 @@ within the :file:`project-docs/` directory.
> viewcode: include links to the source code of documented Python objects (y/n) [n]: y
A Makefile and a Windows command file can be generated for you so that you
only have to run e.g. `make html' instead of invoking sphinx-build
only have to run e.g. "make html" instead of invoking sphinx-build
directly.
> Create Makefile? (y/n) [y]: y
> Create Windows command file? (y/n) [n]: n
+1 -1
View File
@@ -24,7 +24,7 @@ Complete the following steps to configure the message broker service:
1. Message broker service needs to be able to resolve to itself. Add the
following line to :file:`/etc/hosts`
.. code-block:: literal
.. code-block:: raw
127.0.0.1 controller