From 58e1ed80798a75fab717aad68bfe03bc5ba89fbe Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 8 May 2020 12:22:03 -0400 Subject: Fix formatting issues in RST files Fixed issues found in sphinx-build of documentation files Issue-ID: CCSDK-2176 Signed-off-by: Dan Timoney Change-Id: Ifa757b5f9a9c868802ed42fcf34b903fe6fe8a1f --- docs/datadictionary/sourcedefaultcode.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/datadictionary/sourcedefaultcode.rst') diff --git a/docs/datadictionary/sourcedefaultcode.rst b/docs/datadictionary/sourcedefaultcode.rst index 89c5c2c7d..41c19336c 100644 --- a/docs/datadictionary/sourcedefaultcode.rst +++ b/docs/datadictionary/sourcedefaultcode.rst @@ -8,7 +8,9 @@ Source Default code .. code-block:: json :linenos: - "description": "This is Default Resource Source Node Type", - "version": "1.0.0", - "properties": {}, - "derived_from": "tosca.nodes.ResourceSource" + { + "description": "This is Default Resource Source Node Type", + "version": "1.0.0", + "properties": {}, + "derived_from": "tosca.nodes.ResourceSource" + } -- cgit 1.2.3-korg