mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-04 12:51:38 +00:00
fixing files upstream to be able to merge
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user