From 55c59ed4a593b28a9007ba630743bebe74bf1099 Mon Sep 17 00:00:00 2001 From: osgn422w Date: Wed, 17 Mar 2021 13:05:56 +0100 Subject: Policy/Clamp doc update update the documentation to reflect the merge of clamp into Policy framework Issue-ID: REQ-684 Change-Id: I2948f7af24a4beadabed21a929f22c4e6984f55d Signed-off-by: osgn422w --- docs/conf.py | 2 +- docs/guides/onap-developer/apiref/index.rst | 2 +- docs/guides/onap-developer/architecture/references.rst | 2 +- docs/guides/onap-developer/developing/index.rst | 2 +- docs/guides/onap-user/design/index.rst | 2 +- docs/release/releaserepos.rst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2de736ec9..93585d8ce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ intersphinx_mapping['onap-sdc-sdc-distribution-client'] = ( '{}/onap-sdc-sdc-distribution-client/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-sdc-sdc-docker-base'] = ('{}/onap-sdc-sdc-docker-base/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-sdc'] = ('{}/onap-sdc/en/%s'.format(doc_url) % branch, None) -intersphinx_mapping['onap-clamp'] = ('{}/onap-clamp/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-policy-clamp'] = ('{}/onap-policy-clamp/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-aai-event-client'] = ('{}/onap-aai-event-client/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-aai-sparky-be'] = ('{}/onap-aai-sparky-be/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-aai-esr-gui'] = ('{}/onap-aai-esr-gui/en/%s'.format(doc_url) % branch, None) diff --git a/docs/guides/onap-developer/apiref/index.rst b/docs/guides/onap-developer/apiref/index.rst index 9a8970eca..3aeff79ff 100644 --- a/docs/guides/onap-developer/apiref/index.rst +++ b/docs/guides/onap-developer/apiref/index.rst @@ -20,7 +20,7 @@ User Interfaces :maxdepth: 1 :titlesonly: -* :ref:`CLAMP - Closed Loop Automation Platform` +* :ref:`CLAMP - Closed Loop Automation Platform` * :ref:`Portal` * :ref:`SDC - Service Design and Creation` * :ref:`VID - Virtual Infrastructure Deployment` diff --git a/docs/guides/onap-developer/architecture/references.rst b/docs/guides/onap-developer/architecture/references.rst index 93b4dc68a..e0dcdcbc4 100644 --- a/docs/guides/onap-developer/architecture/references.rst +++ b/docs/guides/onap-developer/architecture/references.rst @@ -30,7 +30,7 @@ User Interfaces :titlesonly: | :ref:`APPC CDT Application Controller Design Tool` -| :ref:`CLAMP - Closed Loop Automation Platform` +| :ref:`CLAMP - Closed Loop Automation Platform` | :ref:`CLI - Command Line Interface` | :ref:`PORTAL` | :ref:`SDC - Service Design and Creation` diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index f0136dc5e..589e5bdb7 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -116,7 +116,7 @@ CLAMP - Control Loop Automation Management Platform * - Document - Description - * - :ref:`CLAMP ` + * - :ref:`CLAMP ` - CLAMP Architecture and Guides CLI - Command Line Interface diff --git a/docs/guides/onap-user/design/index.rst b/docs/guides/onap-user/design/index.rst index 186777b0d..b2eb28c5b 100644 --- a/docs/guides/onap-user/design/index.rst +++ b/docs/guides/onap-user/design/index.rst @@ -112,7 +112,7 @@ The following section provide links to the projects: - :ref:`VNF LifeCycle Command templating` - :ref:`Workflow Design` - :ref:`DCAE Onboard/Design` -- :ref:`Control Loop Automation Management` +- :ref:`Control Loop Automation Management` .. |image1| image:: media/Design-Overview.png diff --git a/docs/release/releaserepos.rst b/docs/release/releaserepos.rst index 343cccd51..f492e1c25 100644 --- a/docs/release/releaserepos.rst +++ b/docs/release/releaserepos.rst @@ -18,7 +18,7 @@ Project Specific Release Notes | :ref:`VNF Requirements` | :ref:`AAI - Active and Available Inventory` | :ref:`CCSDK - Common Controller Software Development Kit` -| :ref:`CLAMP - Control Loop Automation Platform` +| :ref:`CLAMP - Control Loop Automation Platform` | :ref:`CLI - Command Line Interface` | :ref:`DCAE - Data Collection Analysis and Events` | :ref:`DMAAP - Message Router (MR)` -- cgit 1.2.3-korg