Formatted text in index and Resource source 76/92276/1
authorEzhilarasi <ezhrajam@in.ibm.com>
Tue, 30 Jul 2019 13:31:51 +0000 (19:01 +0530)
committerEzhilarasi <ezhrajam@in.ibm.com>
Tue, 30 Jul 2019 13:32:01 +0000 (19:02 +0530)
Change-Id: I340dac3a25aaefee52121557903687f20e254628
Issue-ID: CCSDK-1453
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
docs/datadictionary/resourcesource.rst
docs/index.rst

index 852a34f..49ef6a1 100644 (file)
@@ -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:
index 45b124f..e80917b 100644 (file)
@@ -47,7 +47,7 @@ configuration file (configlet) to a VNF/PNF.
 
 
 Modeling Concept
-================
+----------------
 
 In Dublin release, the CDS community has contributed a framework to automate
 the resolution of resources for instantiation and any config provisioning
@@ -69,7 +69,7 @@ Tosca Model Reference:
 |image0|
 
 Modeling Concept Links:
------------------------
+~~~~~~~~~~~~~~~~~~~~~~~
 
 .. toctree::
    :maxdepth: 1
@@ -82,7 +82,7 @@ Modeling Concept Links:
 
 
 Design tools
-============
+------------
 .. toctree::
    :maxdepth: 1
    :glob:
@@ -94,19 +94,21 @@ Design tools
 
 
 Scripts
-=======
+-------
 
 Library
--------
+~~~~~~~
+
+* NetconfClient
+~~~~~~~~~~~~~~
 
-*NetconfClient
---------------
 In order to facilitate NETCONF interaction within scripts, a python NetconfClient binded to our Kotlin implementation is made available. This NetconfClient can be used when using the component-netconf-executor.
 
 The client can be find here: https://github.com/onap/ccsdk-cds/blob/master/components/scripts/python/ccsdk_netconf/netconfclient.py
 
-*ResolutionHelper
------------------
+* ResolutionHelper
+~~~~~~~~~~~~~~~~~
+
 When executing a component executor script, designer might want to perform
 resource resolution along with template meshing directly from the script
 itself.