diff options
author | liamfallon <liam.fallon@est.tech> | 2022-11-01 13:16:21 +0000 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2022-11-01 17:00:48 +0000 |
commit | 688a2dd3a681c28ac48ad737316c2dc1dff08526 (patch) | |
tree | 2cec8ad6af476f64fdf13f495788a277ee88644b /docs/apex/APEX-Policy-Guide.rst | |
parent | b0f136169fcf812b4f030a6d0ffe2817977b313c (diff) |
Fix doc config files and dead links
Documentation config fixed as instructed.
Configuration files have been copied from examples provided by the
documentation project.
Dead links are fixed as well, they cause build fails now.
Issue-ID: POLICY-4426
Change-Id: Ied5ca5e5a24f7a625e5b2d94c46d0c2347c68ace
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/apex/APEX-Policy-Guide.rst')
-rw-r--r-- | docs/apex/APEX-Policy-Guide.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/apex/APEX-Policy-Guide.rst b/docs/apex/APEX-Policy-Guide.rst index 1871fb2a..0f49d356 100644 --- a/docs/apex/APEX-Policy-Guide.rst +++ b/docs/apex/APEX-Policy-Guide.rst @@ -497,7 +497,7 @@ Concept: Policy .. container:: ulist - The *MEDA* flavor supports policies written to the - `MEDA policy pattern <https://www.researchgate.net/publication/282576518_Dynamically_Adaptive_Policies_for_Dynamically_Adaptive_Telecommunications_Networks>`__ + `MEDA policy pattern <https://ieeexplore.ieee.org/document/7367357>`__ and require a sequence of four states: namely *Match*, *Establish*, *Decide* and *Act*. - The *OODA* flavor supports policies written to the @@ -1450,8 +1450,7 @@ Create a instance of an Outfield using Schemas If an outfield is not an atomic type (string, integer, etc.) but uses a complex schema (with a Java or Avro backend), APEX can help to create new instances. The ``executor`` provides a field called ``subject``, - which provides a schem helper with an API for this. The complete API of the schema helper is documented here: - `API Doc: SchemaHelper <https://ericsson.github.io/apex-docs/javadocs/index.html>`__. + which provides a schem helper with an API for this. .. container:: paragraph @@ -1518,8 +1517,7 @@ Create a instance of an Context Album entry using Schemas .. container:: paragraph Context album instances can be created using very similar to the outfields. Here, the schema helper - comes from the context album directly. The API of the schema helper is the same as for outfields, see - `API Doc: SchemaHelper <https://ericsson.github.io/apex-docs/javadocs/index.html>`__. + comes from the context album directly. The API of the schema helper is the same as for outfields. .. container:: paragraph |