From 8dc2fc3ee30a5c5c3ecbbf8b2333173d29247dd6 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Tue, 31 May 2022 10:58:53 +0200 Subject: remove repos without j branch from docs Issue-ID: DOC-782 Signed-off-by: thmsdt Change-Id: Ie41998cefa08327be5eb3cedc659e69afb84bfbe --- docs/guides/onap-developer/apiref/index.rst | 9 ------- .../architecture/onap-architecture.rst | 3 +-- .../onap-developer/architecture/references.rst | 11 --------- docs/guides/onap-developer/developing/index.rst | 28 ---------------------- docs/guides/onap-user/index.rst | 7 +----- docs/guides/onap-user/onapcli.rst | 10 -------- 6 files changed, 2 insertions(+), 66 deletions(-) delete mode 100644 docs/guides/onap-user/onapcli.rst (limited to 'docs/guides') diff --git a/docs/guides/onap-developer/apiref/index.rst b/docs/guides/onap-developer/apiref/index.rst index 1e6792348..bc3c1840a 100644 --- a/docs/guides/onap-developer/apiref/index.rst +++ b/docs/guides/onap-developer/apiref/index.rst @@ -53,12 +53,3 @@ Common Services * :ref:`MSB - Micro Services Bus` * :ref:`Multi Cloud` * :ref:`OPTF - Optimization Framework` - -SDK ---- - -.. toctree:: - :maxdepth: 1 - :titlesonly: - -* :ref:`VNF Software Development Kit` diff --git a/docs/guides/onap-developer/architecture/onap-architecture.rst b/docs/guides/onap-developer/architecture/onap-architecture.rst index d66464e93..5c45b4afa 100644 --- a/docs/guides/onap-developer/architecture/onap-architecture.rst +++ b/docs/guides/onap-developer/architecture/onap-architecture.rst @@ -597,8 +597,7 @@ requirements of various use cases, guide the development and bring consistency among ONAP components and explore a common model to improve the interoperability of ONAP. -ONAP supports various models detailed in -:ref:`Modeling Documentation`. +ONAP supports various models detailed in the Modeling documentation. The modeling project includes the ETSI catalog component, which provides the parser functionalities, as well as additional package management diff --git a/docs/guides/onap-developer/architecture/references.rst b/docs/guides/onap-developer/architecture/references.rst index 08e119de1..a169c5797 100644 --- a/docs/guides/onap-developer/architecture/references.rst +++ b/docs/guides/onap-developer/architecture/references.rst @@ -14,15 +14,6 @@ References ========== -Models ------- - -.. toctree:: - :maxdepth: 1 - :titlesonly: - -:ref:`Model Specifications` - User Interfaces --------------- @@ -31,7 +22,6 @@ User Interfaces :titlesonly: | :ref:`Policy/CLAMP - Closed Loop Automation Platform` -| :ref:`CLI - Command Line Interface` | :ref:`SDC - Service Design and Creation` | :ref:`UUI- Usecase UI` @@ -63,4 +53,3 @@ Common Services | :ref:`Multi Cloud` | :ref:`OOM - ONAP Operations Manager` | :ref:`OPTF - Optimization Framework` -| :ref:`VNF SDK` diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index ab21b936a..ec8050f24 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -46,19 +46,6 @@ CCSDK - Common Controller Software Development Kit * - :ref:`ccsdk/oran` - O-RAN Support in ONAP - -CLI - Command Line Interface ----------------------------- - -.. list-table:: - :widths: auto - :header-rows: 1 - - * - Component - - Documentation - * - :ref:`cli` - - CLI - CPS - Configuration Persistence Service --------------------------------------- @@ -138,8 +125,6 @@ MOD - Modeling * - Component - Documentation - * - :ref:`modeling/modelspec` - - Model Specification * - :ref:`modeling/etsicatalog` - ETSI Runtime Catalog @@ -186,8 +171,6 @@ OOM - ONAP Operations Manager - Documentation * - :ref:`oom` - ONAP Operations Manager - * - :ref:`oom/platform/cert-service` - - ONAP CMPv2 Certification Support * - :ref:`oom/offline-installer` - OOM Offline Installer @@ -277,14 +260,3 @@ VFC - Virtual Function Controller * - :ref:`vfc/nfvo/lcm` - Virtual Function Controller Architecture, APIs and Guides -VNFSDK - VNF Software Development Kit -------------------------------------- - -.. list-table:: - :widths: auto - :header-rows: 1 - - * - Component - - Documentation - * - :ref:`vnfsdk/model` - - VNF SDK, User Guides diff --git a/docs/guides/onap-user/index.rst b/docs/guides/onap-user/index.rst index b3e9fc655..adc3a1177 100644 --- a/docs/guides/onap-user/index.rst +++ b/docs/guides/onap-user/index.rst @@ -24,12 +24,7 @@ E2E User Guides Component User Guides --------------------- -.. toctree:: - :maxdepth: 1 - - onapcli.rst - -For other ONAP components please review the individual +For ONAP components please review the individual document sets in :ref:`doc_onap-developer_guide_projects` Verified Use Cases diff --git a/docs/guides/onap-user/onapcli.rst b/docs/guides/onap-user/onapcli.rst deleted file mode 100644 index 57b330c5f..000000000 --- a/docs/guides/onap-user/onapcli.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - - -ONAP CLI -======== - -.. toctree:: - :maxdepth: 2 - -:ref:`ONAP CLI userguide` -- cgit 1.2.3-korg