From c32c825bae75f5bfdc97e91317a3d5a2fd94d668 Mon Sep 17 00:00:00 2001 From: seshukm Date: Thu, 30 Aug 2018 18:39:54 +0800 Subject: Fix the readthedocs Fix to Increase the modularity of the api in readthedocs Issue-ID: SO-675 Change-Id: I4d3f9845b85a3e0f1bd1936877c54844379b6fee Signed-off-by: seshukm --- docs/SO_API_v0.1.2.pdf | Bin 355169 -> 0 bytes docs/SO_MultiCloud.xlsx | Bin 9771 -> 0 bytes docs/UUI-SO_API_Specification_v0.1.docx | Bin 61243 -> 0 bytes docs/api/SO_API_v0.1.2.pdf | Bin 0 -> 355169 bytes docs/api/SO_MultiCloud.xlsx | Bin 0 -> 9771 bytes docs/api/UUI-SO_API_Specification_v0.1.docx | Bin 0 -> 61243 bytes docs/api/offered_consumed_apis.rst | 15 +++++++++++++++ docs/offered_consumed_apis.rst | 15 --------------- 8 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 docs/SO_API_v0.1.2.pdf delete mode 100644 docs/SO_MultiCloud.xlsx delete mode 100644 docs/UUI-SO_API_Specification_v0.1.docx create mode 100644 docs/api/SO_API_v0.1.2.pdf create mode 100644 docs/api/SO_MultiCloud.xlsx create mode 100644 docs/api/UUI-SO_API_Specification_v0.1.docx create mode 100644 docs/api/offered_consumed_apis.rst delete mode 100644 docs/offered_consumed_apis.rst (limited to 'docs') diff --git a/docs/SO_API_v0.1.2.pdf b/docs/SO_API_v0.1.2.pdf deleted file mode 100644 index cac440da5c..0000000000 Binary files a/docs/SO_API_v0.1.2.pdf and /dev/null differ diff --git a/docs/SO_MultiCloud.xlsx b/docs/SO_MultiCloud.xlsx deleted file mode 100644 index 9dcabd6eb8..0000000000 Binary files a/docs/SO_MultiCloud.xlsx and /dev/null differ diff --git a/docs/UUI-SO_API_Specification_v0.1.docx b/docs/UUI-SO_API_Specification_v0.1.docx deleted file mode 100644 index d68cccf4d3..0000000000 Binary files a/docs/UUI-SO_API_Specification_v0.1.docx and /dev/null differ diff --git a/docs/api/SO_API_v0.1.2.pdf b/docs/api/SO_API_v0.1.2.pdf new file mode 100644 index 0000000000..cac440da5c Binary files /dev/null and b/docs/api/SO_API_v0.1.2.pdf differ diff --git a/docs/api/SO_MultiCloud.xlsx b/docs/api/SO_MultiCloud.xlsx new file mode 100644 index 0000000000..9dcabd6eb8 Binary files /dev/null and b/docs/api/SO_MultiCloud.xlsx differ diff --git a/docs/api/UUI-SO_API_Specification_v0.1.docx b/docs/api/UUI-SO_API_Specification_v0.1.docx new file mode 100644 index 0000000000..d68cccf4d3 Binary files /dev/null and b/docs/api/UUI-SO_API_Specification_v0.1.docx differ diff --git a/docs/api/offered_consumed_apis.rst b/docs/api/offered_consumed_apis.rst new file mode 100644 index 0000000000..6f8b7fcb89 --- /dev/null +++ b/docs/api/offered_consumed_apis.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2018 Huawei Technologies Co., Ltd. + +SO Offered and Consumed APIs +===================================== + +SO APIs +-------- +All the Service Orchestrator APIs, both inward and outward are documented in the below link of onap wiki. + +.. toctree:: + :maxdepth: 1 + + SO_Interface.rst diff --git a/docs/offered_consumed_apis.rst b/docs/offered_consumed_apis.rst deleted file mode 100644 index 78f531db61..0000000000 --- a/docs/offered_consumed_apis.rst +++ /dev/null @@ -1,15 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. Copyright 2018 Huawei Technologies Co., Ltd. - -SO Offered and Consumed APIs -===================================== - -SO APIs --------- -All the Service Orchestrator APIs, both inward and outward are documented in the below link of onap wiki. - -.. toctree:: - :maxdepth: 1 - - api/SO_Interface.rst -- cgit 1.2.3-korg