aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-11-24 14:12:21 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-24 14:12:21 +0000
commit1effccb7a35e07e1d6f3e567e530885732d80400 (patch)
tree59869190acc497d7e7e1b468b7f2d475799c4b29
parent5d7c26b8c55454fa6bd97f42326a91b654bf47b2 (diff)
parent4e0da05c15d43be772093eeacf0d5b1509d2d9fa (diff)
Merge "Updating doc references" into guilin
-rw-r--r--docs/modelingconcepts/dynamic-payload.rst2
-rw-r--r--docs/modelingconcepts/expression.rst1
-rw-r--r--docs/modelingconcepts/external-system.rst2
-rw-r--r--docs/modelingconcepts/index.rst2
-rw-r--r--docs/modelingconcepts/scripts.rst2
-rw-r--r--docs/modelingconcepts/southbound-interfaces.rst2
-rw-r--r--docs/modelingconcepts/test.rst2
-rw-r--r--docs/modelingconcepts/tosca-meta.rst2
-rw-r--r--docs/modelingconcepts/workflow.rst2
9 files changed, 15 insertions, 2 deletions
diff --git a/docs/modelingconcepts/dynamic-payload.rst b/docs/modelingconcepts/dynamic-payload.rst
index 8f378c069..f9c8157d4 100644
--- a/docs/modelingconcepts/dynamic-payload.rst
+++ b/docs/modelingconcepts/dynamic-payload.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _dynamic_payload:
+
Dynamic Payload
---------------
diff --git a/docs/modelingconcepts/expression.rst b/docs/modelingconcepts/expression.rst
index 059cf7cd1..9ce5659dc 100644
--- a/docs/modelingconcepts/expression.rst
+++ b/docs/modelingconcepts/expression.rst
@@ -3,7 +3,6 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
-
.. _expression:
Expression
diff --git a/docs/modelingconcepts/external-system.rst b/docs/modelingconcepts/external-system.rst
index 806600f4d..598cd451e 100644
--- a/docs/modelingconcepts/external-system.rst
+++ b/docs/modelingconcepts/external-system.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _external_system:
+
External Systems support
------------------------
diff --git a/docs/modelingconcepts/index.rst b/docs/modelingconcepts/index.rst
index 1b9d93c98..d8ea3de4b 100644
--- a/docs/modelingconcepts/index.rst
+++ b/docs/modelingconcepts/index.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _modeling_concepts:
+
Modeling Concepts
=================
diff --git a/docs/modelingconcepts/scripts.rst b/docs/modelingconcepts/scripts.rst
index 39330f166..11ebb9e34 100644
--- a/docs/modelingconcepts/scripts.rst
+++ b/docs/modelingconcepts/scripts.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _scripts:
+
Scripts
-------
diff --git a/docs/modelingconcepts/southbound-interfaces.rst b/docs/modelingconcepts/southbound-interfaces.rst
index d2bde92a8..c86fb8262 100644
--- a/docs/modelingconcepts/southbound-interfaces.rst
+++ b/docs/modelingconcepts/southbound-interfaces.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _southbound_interface:
+
Southbound Interfaces
---------------------
diff --git a/docs/modelingconcepts/test.rst b/docs/modelingconcepts/test.rst
index 53bbc1adf..1ea8b889f 100644
--- a/docs/modelingconcepts/test.rst
+++ b/docs/modelingconcepts/test.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _tests:
+
Tests
-----
diff --git a/docs/modelingconcepts/tosca-meta.rst b/docs/modelingconcepts/tosca-meta.rst
index 938af315a..095defe13 100644
--- a/docs/modelingconcepts/tosca-meta.rst
+++ b/docs/modelingconcepts/tosca-meta.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _tosca_meta:
+
Tosca Meta
----------
diff --git a/docs/modelingconcepts/workflow.rst b/docs/modelingconcepts/workflow.rst
index 9b9bd5220..f76fdea96 100644
--- a/docs/modelingconcepts/workflow.rst
+++ b/docs/modelingconcepts/workflow.rst
@@ -19,7 +19,7 @@ A workflow defines an overall action to be taken on the service, hence is an
entry-point for the run-time execution of the :ref:`CBA Package <cba>`.
A workflow also defines **inputs** and **outputs** that will defined the **payload contract**
-of the **request** and **response** (see :ref:`Dynamic API`)
+of the **request** and **response** (see :ref:`dynamic_payload`)
A workflow can be **composed** of one or multiple **sub-actions** to execute.