diff options
author | 2018-08-03 14:20:10 -0400 | |
---|---|---|
committer | 2018-08-03 14:26:18 -0400 | |
commit | d6a93c8116a8c2ce7cb96896d9745406bfa2a5ec (patch) | |
tree | ae24cbc6bd33b83ac3b1073c6eef98413f50ef09 /docs/platform/offeredapis.rst | |
parent | 1ec476db8795ff868065a2e9d8e080afb15ab59b (diff) |
Eliminate appx 350 Sphinx Warnings
Rename NSLCM_API as json file and use swaggerv2doc to display json swagger definition
Remove extra characters at the end of line reported by doc8
Use code-blocks to better highlight json objects and eliminate warnings
Remove duplicate offeredapis content
Change-Id: Iec699b8f7d4f4be5b9783b3c40f24c8c4a279d7b
Issue-ID: VFC-919
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/platform/offeredapis.rst')
-rw-r--r-- | docs/platform/offeredapis.rst | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/docs/platform/offeredapis.rst b/docs/platform/offeredapis.rst deleted file mode 100644 index 79af6645..00000000 --- a/docs/platform/offeredapis.rst +++ /dev/null @@ -1,43 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 - - -VF-C Offered APIs -================= -List VF-C APIs offered. - - -NS LCM API ----------- - -Network services lifecycle management APIs - - -.. toctree:: - :maxdepth: 1 - - APIs/NSLCM_API/index - - -VNFM Driver API ---------------- - -VNFM Driver component northbound APIs - -.. toctree:: - :maxdepth: 1 - - APIs/VNFMDriver_API/index - - - -VNF LCM API ------------ - -VNF lifecycle management APIs - -.. toctree:: - :maxdepth: 1 - - APIs/VNFLCM_API/index - |