From 1a2c0bc8571b64e88b02676e4413dd4e325b61e0 Mon Sep 17 00:00:00 2001 From: blsaws Date: Wed, 31 Aug 2016 07:17:14 -0700 Subject: Add index file JIRA: COPPER-1 Fix spaces for the very picky parser Change-Id: I5379b01eae2ed402ad5dec1d4846c9dfc9083499 Signed-off-by: blsaws --- docs/configguide/featureconfig.rst | 8 ++++---- docs/configguide/index.rst | 10 ++++++++++ docs/configguide/postinstall.rst | 4 ++-- docs/userguide/index.rst | 9 +++++++++ 4 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 docs/configguide/index.rst create mode 100644 docs/userguide/index.rst diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst index 5c900d7..5c6021a 100644 --- a/docs/configguide/featureconfig.rst +++ b/docs/configguide/featureconfig.rst @@ -64,10 +64,10 @@ specifying the branch identifier to use for OpenStack. .. code:: -cd ~ -wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/install_congress_1.sh -wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/install_congress_2.sh -bash install_congress_1.sh [openstack-branch] + cd ~ + wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/install_congress_1.sh + wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/install_congress_2.sh + bash install_congress_1.sh [openstack-branch] Copper post configuration procedures ------------------------------------ diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst new file mode 100644 index 0000000..f39e084 --- /dev/null +++ b/docs/configguide/index.rst @@ -0,0 +1,10 @@ +******************************** +OPNFV Copper Configuration Guide +******************************** + +.. toctree:: + :numbered: + :maxdepth: 4 + + featureconfig.rst + postinstall.rst diff --git a/docs/configguide/postinstall.rst b/docs/configguide/postinstall.rst index 69c38c3..2ac644c 100644 --- a/docs/configguide/postinstall.rst +++ b/docs/configguide/postinstall.rst @@ -38,8 +38,8 @@ specifying the branch identifier to use for Copper. .. code:: -wget https://git.opnfv.org/cgit/copper/plain/components/congress/test-webapp/setup/install_congress_testserver.sh -bash install_congress_testserver.sh [copper-branch] + wget https://git.opnfv.org/cgit/copper/plain/components/congress/test-webapp/setup/install_congress_testserver.sh + bash install_congress_testserver.sh [copper-branch] Using the test webapp ..................... diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst new file mode 100644 index 0000000..dce8b75 --- /dev/null +++ b/docs/userguide/index.rst @@ -0,0 +1,9 @@ +******************************** +OPNFV Copper Configuration Guide +******************************** + +.. toctree:: + :numbered: + :maxdepth: 4 + + featureusage.rst -- cgit 1.2.3-korg