From eac7ca44c9005e43308580cb936640f48dfe59ab Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Tue, 30 Jul 2019 19:01:51 +0530 Subject: Formatted text in index and Resource source Change-Id: I340dac3a25aaefee52121557903687f20e254628 Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi --- docs/datadictionary/resourcesource.rst | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'docs/datadictionary/resourcesource.rst') diff --git a/docs/datadictionary/resourcesource.rst b/docs/datadictionary/resourcesource.rst index 852a34f07..49ef6a1a3 100644 --- a/docs/datadictionary/resourcesource.rst +++ b/docs/datadictionary/resourcesource.rst @@ -9,28 +9,34 @@ Input: ====== Expects the value to be provided as input to the request. -source-input: -.. code: json -print(" - "description": "This is Input Resource Source Node Type", - "version": "1.0.0", - "properties": {}, - "derived_from": "tosca.nodes.ResourceSource" -") + +.. code-block:: json + :linenos: + + source-input + { + "description": "This is Input Resource Source Node Type", + "version": "1.0.0", + "properties": {}, + "derived_from": "tosca.nodes.ResourceSource" + } Default: ======== Expects the value to be defaulted in the model itself. -source-default: - - "description": "This is Default Resource Source Node Type", - "version": "1.0.0", - "properties": {}, - "derived_from": "tosca.nodes.ResourceSource" +.. code-block:: json + :linenos: + source-default + { + "description": "This is Default Resource Source Node Type", + "version": "1.0.0", + "properties": {}, + "derived_from": "tosca.nodes.ResourceSource" + } sql: -- cgit 1.2.3-korg