From 8d9676bfd67efa459b0be30cb56e8eadcb4fbb94 Mon Sep 17 00:00:00 2001 From: ezhil Date: Wed, 30 Jan 2019 11:26:47 +0530 Subject: Fixed errors as per DOC8 standard Change-Id: Ia2151fc390845feeee43187f8724f610e5b8a383 Issue-ID: CCSDK-916 Signed-off-by: ezhil --- docs/index.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 2c7d9ab9..2a7239d4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,17 +9,17 @@ CCSDK APPS DOCUMENTATION REPOSITORY 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. + 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: ============= -Controller BluePrints Studio Processor -Blueprints processor -NetworkElementNameGen (NENG) -Vlan Tag API + Controller BluePrints Studio Processor + Blueprints processor + NetworkElementNameGen (NENG) + Vlan Tag API Installation: @@ -27,12 +27,12 @@ Installation: Steps ----- -To compile this code: + 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 + 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 .. -- cgit 1.2.3-korg