summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-08-21 09:27:23 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-08-21 09:40:29 -0400
commitcf9abc2987393641f7c6ead48d20dff2b0ecbcdf (patch)
treeaeb5e672e73fe5aa5f216740893ca6332a06dcfb
parentc50283abe07f550581999d8ba15fff2c9d17bd6b (diff)
Remove deprecated policy/engine docs
As suggested by Eric, removing the links to policy/engine repository documentation due to deprecation. Changed the reference to point to policy/parent, that should have been changed back in Dublin. Issue-ID: POLICY-2003 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> Change-Id: Ic2dcca16e6f839bf5bb8c8a292ecc8f210c63df5 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--docs/conf.py1
-rw-r--r--docs/guides/active-projects/index.rst1
-rw-r--r--docs/guides/onap-developer/architecture/references.rst2
-rw-r--r--docs/guides/onap-developer/developing/index.rst2
4 files changed, 1 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 489b655d1..e026b527f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -43,7 +43,6 @@ intersphinx_mapping['onap-policy-parent'] = ('{}/onap-policy-parent/en/%s'.forma
intersphinx_mapping['onap-vfc-nfvo-lcm'] = ('{}/onap-vfc-nfvo-lcm/en/%s'.format(doc_url) % branch, None)
intersphinx_mapping['onap-vfc-nfvo-driver-vnfm-svnfm'] = ('{}/onap-vfc-nfvo-driver-vnfm-svnfm/en/%s'.format(doc_url) % branch, None)
intersphinx_mapping['onap-holmes-rule-management'] = ('{}/onap-holmes-rule-management/en/%s'.format(doc_url) % branch, None)
-intersphinx_mapping['onap-policy-engine'] = ('{}/onap-policy-engine/en/%s'.format(doc_url) % branch, None)
intersphinx_mapping['onap-portal'] = ('{}/onap-portal/en/%s'.format(doc_url) % branch, None)
intersphinx_mapping['onap-cli'] = ('{}/onap-cli/en/%s'.format(doc_url) % branch, None)
intersphinx_mapping['onap-oom-certservice'] = ('{}/onap-oom-platform-cert-service/en/%s'.format(doc_url) % branch, None)
diff --git a/docs/guides/active-projects/index.rst b/docs/guides/active-projects/index.rst
index 7e43bdd13..6b72b3aeb 100644
--- a/docs/guides/active-projects/index.rst
+++ b/docs/guides/active-projects/index.rst
@@ -39,7 +39,6 @@ All Active Projects
| :ref:`onap-vfc-nfvo-lcm <onap-vfc-nfvo-lcm:master_index>`
| :ref:`onap-vfc-nfvo-driver-vnfm-svnfm <onap-vfc-nfvo-driver-vnfm-svnfm:master_index>`
| :ref:`onap-holmes-rule-management <onap-holmes-rule-management:master_index>`
-| :ref:`onap-policy-engine <onap-policy-engine:master_index>`
| :ref:`onap-portal <onap-portal:master_index>`
| :ref:`onap-cli <onap-cli:master_index>`
| :ref:`onap-aaf-certservice <onap-aaf-certservice:master_index>`
diff --git a/docs/guides/onap-developer/architecture/references.rst b/docs/guides/onap-developer/architecture/references.rst
index 5c3dcac04..93b4dc68a 100644
--- a/docs/guides/onap-developer/architecture/references.rst
+++ b/docs/guides/onap-developer/architecture/references.rst
@@ -47,7 +47,7 @@ Platform Components
| :ref:`APPC - Application Controller<onap-appc:master_index>`
| :ref:`DCAE - Data Collection Analytics and Events<onap-dcaegen2:architecture>`
| :ref:`Holmes<onap-holmes-rule-management:architecture>`
-| :ref:`Policy<onap-policy-engine:architecture>`
+| :ref:`Policy<onap-policy-parent:architecture>`
| :ref:`SDNC - SDN Controller OAM<onap-sdnc-oam:architecture>`
| :ref:`SO - Service Orchestrator<onap-so:architecture>`
| :ref:`VFC - Virtual Function Controller<onap-vfc-nfvo-lcm:architecture>`
diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst
index 5fb135a85..e4bb6b149 100644
--- a/docs/guides/onap-developer/developing/index.rst
+++ b/docs/guides/onap-developer/developing/index.rst
@@ -225,8 +225,6 @@ Policy Framework
:ref:`policy parent<onap-policy-parent:master_index>`
-:ref:`policy engine<onap-policy-engine:master_index>`
-
Portal Platform
---------------