diff options
author | Alan Weinstock <aw2574@att.com> | 2020-08-26 17:58:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-26 17:58:41 +0000 |
commit | 90e1e140f7a567d060a394c841d1f88acac5b578 (patch) | |
tree | 2c2d981fe87f1f96a9313eeab70123f37860fc2f | |
parent | 136a6be8c0b7ee4a294a5631e30e158a5f0c1525 (diff) | |
parent | 55d0464481096677cd192b3e4468d857f3d6b5cc (diff) |
Merge "Update links to use intersphinx mapping"
-rw-r--r-- | docs/Chapter2/index.rst | 2 | ||||
-rwxr-xr-x | docs/Chapter7/Configuration-Management.rst | 2 | ||||
-rw-r--r-- | docs/Chapter8/Ansible-Playbook-Examples.rst | 2 | ||||
-rw-r--r-- | docs/changes-by-section-casablanca.rst | 8 | ||||
-rw-r--r-- | docs/conf.py | 2 |
5 files changed, 9 insertions, 7 deletions
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 <release_notes>` 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 <appc:APPC-LCM-API-Guide/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 <appc-deployment:APPC Ansible Adapter/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 <ves_event_registration_3_2>`. .. 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 <ves_event_registration_3_2>` 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 <ves_event_listener_7_1>` 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 <ves_event_registration_3_2>` 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' |