diff options
author | Scott Seabolt <js9808@att.com> | 2017-09-13 17:31:44 -0400 |
---|---|---|
committer | Scott Seabolt <js9808@att.com> | 2017-09-13 17:42:52 -0400 |
commit | 2406a9706f41c06b6a67bc8908461a17e9ce2904 (patch) | |
tree | 0265bee76e819662b3f662eda987af28ea4f2259 /docs/APPC Client Library Guide/APPC Client Library Guide.rst | |
parent | 881d21c2a04c195ad57e7fb14f1fe5cd1b1be413 (diff) |
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 <js9808@att.com>
Diffstat (limited to 'docs/APPC Client Library Guide/APPC Client Library Guide.rst')
-rw-r--r-- | docs/APPC Client Library Guide/APPC Client Library Guide.rst | 12 |
1 files changed, 5 insertions, 7 deletions
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: |