From 4e0da05c15d43be772093eeacf0d5b1509d2d9fa Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 7 Oct 2020 13:00:24 -0400 Subject: Updating doc references Issue-ID: CCSDK-2846 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ia32c855dc48549a50933849a260e3d4d86b98adf (cherry picked from commit cef859c192e84d61f2e98afc6f208772c1ac4699) --- docs/modelingconcepts/dynamic-payload.rst | 2 ++ docs/modelingconcepts/expression.rst | 1 - docs/modelingconcepts/external-system.rst | 2 ++ docs/modelingconcepts/index.rst | 2 ++ docs/modelingconcepts/scripts.rst | 2 ++ docs/modelingconcepts/southbound-interfaces.rst | 2 ++ docs/modelingconcepts/test.rst | 2 ++ docs/modelingconcepts/tosca-meta.rst | 2 ++ docs/modelingconcepts/workflow.rst | 2 +- 9 files changed, 15 insertions(+), 2 deletions(-) (limited to 'docs/modelingconcepts') 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 `. 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. -- cgit 1.2.3-korg