From 2406a9706f41c06b6a67bc8908461a17e9ce2904 Mon Sep 17 00:00:00 2001 From: Scott Seabolt Date: Wed, 13 Sep 2017 17:31:44 -0400 Subject: Updated APPC Documentation Updated APPC Guides and index.rst to reflect docs properly and removed conf.py as it is not needed Issue-ID: [APPC-102] Change-Id: I89bf3bc9fa289d9b15205f8cd5da890ae8b29776 Signed-off-by: Scott Seabolt --- docs/APPC Client Library Guide/APPC Client Library Guide.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'docs/APPC Client Library Guide/APPC Client Library Guide.rst') diff --git a/docs/APPC Client Library Guide/APPC Client Library Guide.rst b/docs/APPC Client Library Guide/APPC Client Library Guide.rst index 95e45c1b8..d25ecc21e 100644 --- a/docs/APPC Client Library Guide/APPC Client Library Guide.rst +++ b/docs/APPC Client Library Guide/APPC Client Library Guide.rst @@ -16,8 +16,6 @@ NAP Application Controller (APPC) Client Library Guide | -** -** 1. .. rubric:: Introduction :name: introduction @@ -90,7 +88,7 @@ Authors and Contributors contributors to this document. +--------------------+----------------------+ -| **Contributors** | +| **Contributors** | | +====================+======================+ | Borislav Glozman | Margrethe Fossberg | +--------------------+----------------------+ @@ -245,7 +243,7 @@ APP-C Client Library Flow |image0| Asynchronous Flow -~~~~~~~~~~~~~~~~~ +----------------- - The APPC Client Library is called using an asynchronous API using a full command object, which is mapped to a JSON representation. @@ -289,7 +287,7 @@ Asynchronous Flow /gerrit.onap.org/r/p/appc.git/appc-client. Initialization -~~~~~~~~~~~~~~~~ +-------------- Initialize the client by calling the following method: @@ -318,7 +316,7 @@ Initialization - "client.graceful.shutdown.timeout" Shutdown -~~~~~~~~ +-------- Shutdown the client by calling the following method: @@ -332,7 +330,7 @@ If the isForceShutdown flag is set to true, the client shuts down immediately. Invoking LCM Commands -~~~~~~~~~~~~~~~~~~~~~ +--------------------- Invoke the LCM commands by: -- cgit 1.2.3-korg