From 663df2c1b8d9176094a62b00b7e80de096180621 Mon Sep 17 00:00:00 2001 From: "Hansen, Tony (th1395)" Date: Tue, 23 May 2023 21:27:17 +0000 Subject: clean up some sphinx warnings Change-Id: I8c2d925e8b27b4740227af0be3ab5d6f7153ec38 Signed-off-by: Hansen, Tony (th1395) Issue-ID: DCAEGEN2-3399 Signed-off-by: Hansen, Tony (th1395) Signed-off-by: Vijay Venkatesh Kumar Signed-off-by: Hansen, Tony (th1395) --- docs/sections/services/pm-subscription-handler/installation.rst | 2 +- docs/sections/services/pm-subscription-handler/logging.rst | 2 +- docs/sections/services/pm-subscription-handler/offeredapi.rst | 6 +++--- .../pm-subscription-handler/resources/monitoring-policy.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/sections/services/pm-subscription-handler') diff --git a/docs/sections/services/pm-subscription-handler/installation.rst b/docs/sections/services/pm-subscription-handler/installation.rst index d0a6e404..1bba3f95 100644 --- a/docs/sections/services/pm-subscription-handler/installation.rst +++ b/docs/sections/services/pm-subscription-handler/installation.rst @@ -25,7 +25,7 @@ Deployment Steps - Enable PMSH component in oom/kubernetes/dcaegen2-services/values.yaml - .. code-block:: bash + .. code-block:: yaml dcae-pmsh: enabled: true diff --git a/docs/sections/services/pm-subscription-handler/logging.rst b/docs/sections/services/pm-subscription-handler/logging.rst index f24fdf0a..a0ef9897 100644 --- a/docs/sections/services/pm-subscription-handler/logging.rst +++ b/docs/sections/services/pm-subscription-handler/logging.rst @@ -28,4 +28,4 @@ captured. This will affect both STDOUT logs and the logs written to application. loggers: onap_logger: - level: INFO \ No newline at end of file + level: INFO diff --git a/docs/sections/services/pm-subscription-handler/offeredapi.rst b/docs/sections/services/pm-subscription-handler/offeredapi.rst index 9dfce02b..e9fac8e8 100644 --- a/docs/sections/services/pm-subscription-handler/offeredapi.rst +++ b/docs/sections/services/pm-subscription-handler/offeredapi.rst @@ -51,7 +51,7 @@ Responses Sample Subscription Body ~~~~~~~~~~~~~~~~~~~~~~~~ -.. code-block:: http +.. code-block:: json { "subscription": { @@ -168,7 +168,7 @@ Update a Subscription nf filter Sample NF Filter Body ~~~~~~~~~~~~~~~~~~~~~~~~ -.. code-block:: http +.. code-block:: json { "nfFilter": { @@ -216,7 +216,7 @@ Create a measurement group for a given subscription Sample Measurement Group Body ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. code-block:: http +.. code-block:: json { "measurementGroup": { diff --git a/docs/sections/services/pm-subscription-handler/resources/monitoring-policy.json b/docs/sections/services/pm-subscription-handler/resources/monitoring-policy.json index f142f8b4..9d1619fa 100644 --- a/docs/sections/services/pm-subscription-handler/resources/monitoring-policy.json +++ b/docs/sections/services/pm-subscription-handler/resources/monitoring-policy.json @@ -69,4 +69,4 @@ } ] } -} \ No newline at end of file +} -- cgit 1.2.3-korg