aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-05-08 09:27:11 -0400
committerDan Timoney <dtimoney@att.com>2020-05-08 14:58:49 -0400
commit5e3c84fbed73533b485f74ce479ea4c51aafb21c (patch)
tree33a7197874985a9501ef7b98c3fa0c24233f393a /docs/index.rst
parent261379c5d7327ce19fd271225efb3e2a27e98809 (diff)
Fix formatting issues in RST files
Fixed issues found in sphinx-build of documentation files Change-Id: I6d221f03dfe7a917800c71ca31ac6e741509b21e Issue-ID: CCSDK-2176 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 7116dfbf..14ddb778 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -4,7 +4,7 @@
.. _master_index:
CCSDK APPS DOCUMENTATION REPOSITORY
-------------------------------------
+-----------------------------------
.. toctree::
:maxdepth: 1
@@ -13,7 +13,7 @@ Introduction:
APPS repository which contains all micro services for CCSDK module. Also these are application that are intended to run outside of OpenDaylight container.Modular feature implementation that is reusable across all controllers.
Microservices:
-=============
+==============
.. toctree::
:maxdepth: 1
@@ -27,12 +27,11 @@ Installation:
To compile this code:
- 1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains
- references to the ONAP repositories and OpenDaylight repositories.
+ 1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
2. To compile all of CCSDK apps code
- - git clone https://(LFID)@gerrit.onap.org/r/a/ccsdk/apps
- - cd apps ; mvn clean install ; cd ..
+ - git clone https://(LFID)@gerrit.onap.org/r/a/ccsdk/apps
+ - cd apps ; mvn clean install ; cd ..
Logging: