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/APIs/NSLCM_API | |
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/APIs/NSLCM_API')
-rw-r--r-- | docs/platform/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.json (renamed from docs/platform/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst) | 7 | ||||
-rw-r--r-- | docs/platform/APIs/NSLCM_API/index.rst | 13 |
2 files changed, 7 insertions, 13 deletions
diff --git a/docs/platform/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst b/docs/platform/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.json index 6ed6196a..04a18b37 100644 --- a/docs/platform/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst +++ b/docs/platform/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.json @@ -1,8 +1,3 @@ -
-
-Network services lifecycle management northbound APIs
-=====================================================
-
{
"swagger": "2.0",
"info": {
@@ -648,4 +643,4 @@ Network services lifecycle management northbound APIs }
}
}
-}
\ No newline at end of file +}
diff --git a/docs/platform/APIs/NSLCM_API/index.rst b/docs/platform/APIs/NSLCM_API/index.rst index ffbf0756..686ddb93 100644 --- a/docs/platform/APIs/NSLCM_API/index.rst +++ b/docs/platform/APIs/NSLCM_API/index.rst @@ -1,7 +1,6 @@ -NSLCM API
----------
-
-.. toctree::
- :titlesonly:
-
-.. literalinclude:: NSLCM_API_Specification_v0.1.rst
\ No newline at end of file +.. This work is licensed under a Creative Commons Attribution 4.0 +.. International License. http://creativecommons.org/licenses/by/4.0 + +NSLCM API +--------- +.. swaggerv2doc:: NSLCM_API_Specification_v0.1.json |