From 55d0464481096677cd192b3e4468d857f3d6b5cc Mon Sep 17 00:00:00 2001 From: "Lovett, Trevor" Date: Tue, 25 Aug 2020 13:33:33 -0500 Subject: Update links to use intersphinx mapping Issue-ID: VNFRQTS-908 Signed-off-by: Lovett, Trevor Change-Id: Icac746788e218ba977dd6dc1cfdfaaeda608cd3f --- docs/Chapter2/index.rst | 2 +- docs/Chapter7/Configuration-Management.rst | 2 +- docs/Chapter8/Ansible-Playbook-Examples.rst | 2 +- docs/changes-by-section-casablanca.rst | 8 ++++---- docs/conf.py | 2 ++ 5 files changed, 9 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/Chapter2/index.rst b/docs/Chapter2/index.rst index f03ea84..09e65bd 100644 --- a/docs/Chapter2/index.rst +++ b/docs/Chapter2/index.rst @@ -42,7 +42,7 @@ for informational purposes only. Release Notes ------------- -Release notes for the VNF Requirements can be found :doc:`here <../release-notes>` +Release notes for the VNF Requirements can be found :ref:`here ` Glossary -------- diff --git a/docs/Chapter7/Configuration-Management.rst b/docs/Chapter7/Configuration-Management.rst index 6c358c7..e6d7abf 100755 --- a/docs/Chapter7/Configuration-Management.rst +++ b/docs/Chapter7/Configuration-Management.rst @@ -171,7 +171,7 @@ Lifecycle Management Related Commands flows where the VNF may need to be removed for service.** Full details on the APIs can be found in the -:doc:`APPC LCM API Guide <../../../../appc.git/docs/APPC LCM API Guide/APPC LCM API Guide>` +:doc:`APPC LCM API Guide ` ``DistributeTraffic`` The APPC/SDN-C client is requesting a change to traffic distribution (redistribution) done by a traffic balancing/distribution diff --git a/docs/Chapter8/Ansible-Playbook-Examples.rst b/docs/Chapter8/Ansible-Playbook-Examples.rst index e60c063..2f8a280 100644 --- a/docs/Chapter8/Ansible-Playbook-Examples.rst +++ b/docs/Chapter8/Ansible-Playbook-Examples.rst @@ -20,7 +20,7 @@ The following sections contain examples of Ansible playbooks which follow the guidelines. To see specific documentation for the Ansible Adapter please refer -to: :doc:`APPC Ansible Adapter <../../../../appc/deployment.git/docs/APPC Ansible Adapter/APPC Ansible Adapter>` +to: :doc:`APPC Ansible Adapter ` Guidelines for Playbooks to properly integrate with APPC/SDN-C diff --git a/docs/changes-by-section-casablanca.rst b/docs/changes-by-section-casablanca.rst index 713321e..14e4db7 100644 --- a/docs/changes-by-section-casablanca.rst +++ b/docs/changes-by-section-casablanca.rst @@ -786,7 +786,7 @@ Requirements Added The xNF provider **MUST** indicate specific conditions that may arise, and recommend actions that may be taken at specific thresholds, or if specific conditions repeat within a specified time interval, using the semantics and - syntax described by the :doc:`VES Event Registration specification<../../../../vnfsdk/module.git/files/VESEventRegistration_3_0>`. + syntax described by the :ref:`VES Event Registration specification `. .. container:: note @@ -803,7 +803,7 @@ Requirements Added :need:`R-520802` The xNF provider **MUST** provide a YAML file formatted in adherence with - the :doc:`VES Event Registration specification<../../../../vnfsdk/module.git/files/VESEventRegistration_3_0>` + the :ref:`VES Event Registration specification ` that defines the following information for each event produced by the VNF: * ``eventName`` @@ -818,7 +818,7 @@ Requirements Added The events produced by the xNF **MUST** must be compliant with the common event format defined in the - :doc:`VES Event Listener<../../../../vnfsdk/model.git/docs/files/VESEventListener_7_0_1>` + :ref:`VES Event Listener ` specification. @@ -3729,7 +3729,7 @@ Requirements Added :need:`R-22346` - The VNF package MUST provide :doc:`VES Event Registration <../../../../vnfsdk/module.git/files/VESEventRegistration_3_0>` + The VNF package MUST provide :ref:`VES Event Registration ` for all VES events provided by that xNF. diff --git a/docs/conf.py b/docs/conf.py index 29bd145..1cfa66d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,6 +11,8 @@ linkcheck_ignore = [ intersphinx_mapping.update({ 'modeling': ('https://docs.onap.org/projects/onap-modeling-modelspec/en/latest/', None), 'dcae': ('https://docs.onap.org/projects/onap-dcaegen2/en/latest/', None), + 'appc': ('https://docs.onap.org/projects/onap-appc/en/latest/', None), + 'appc-deployment': ('https://docs.onap.org/projects/onap-appc-deployment/en/latest/', None), }) html_last_updated_fmt = '%d-%b-%y %H:%M' -- cgit 1.2.3-korg