diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-23 19:03:56 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-23 19:55:37 +0900 |
commit | 0b92087277d4f030a936f8d58595047c5d47f158 (patch) | |
tree | ef8c480d7b2e5b4c8b9b4db49797989ed6cfa297 /docs/build-instruction.rst | |
parent | 7a402764fdb92f8f09c67c2345355a52c1348572 (diff) |
docs: fix figure placement and old format
This patch makes figures in the same place written in source rst files,
and also fixes old format of rst files and logo images.
Note: lisence headers should be added in another change with relevant
copyrights.
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Change-Id: Ibc5ca44031ef5946079bdf251935100f762a87b6
Diffstat (limited to 'docs/build-instruction.rst')
-rw-r--r-- | docs/build-instruction.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/build-instruction.rst b/docs/build-instruction.rst index d5721af0b..254c0d3f2 100644 --- a/docs/build-instruction.rst +++ b/docs/build-instruction.rst @@ -1,9 +1,6 @@ -================================================================================================ +================================================================================================= OPNFV Build instruction for the Brahmaputra release of OPNFV when using Fuel as a deployment tool -================================================================================================ - -.. contents:: Table of Contents - :backlinks: none +================================================================================================= License ======= @@ -87,7 +84,7 @@ Then restart docker: .. code-block:: console -$ sudo service docker restart + $ sudo service docker restart Setting up OPNFV Gerrit in order to being able to clone the code ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |