docs: Ensure literal block rendering 18/76218/1
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 23 Jan 2019 16:32:18 +0000 (17:32 +0100)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 23 Jan 2019 17:40:56 +0000 (18:40 +0100)
Literal block is not rendered as such unless separated from the
surrounding paragraphs by blank lines [1].

[1] http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#literal-blocks

Issue-ID: DOC-382
Change-Id: I54811c93bf126005d0eeb954102e010ad0055c48
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
docs/oom_quickstart_guide.rst

index 0029d5f..a965603 100644 (file)
@@ -20,7 +20,8 @@ available), follow the following instructions to deploy ONAP.
   > cd oom/kubernetes
 
 **Step 2.** Install Helm Plugins required to deploy the ONAP Casablanca release::
-  sudo cp -R ~/oom/kubernetes/helm/plugins/ ~/.helm
+
+  > sudo cp -R ~/oom/kubernetes/helm/plugins/ ~/.helm
 
 **Step 3.** Customize the onap/values.yaml file to suit your deployment. You
 may want to selectively enable or disable ONAP components by changing the
@@ -74,6 +75,7 @@ Use the following to monitor your deployment and determine when ONAP is ready fo
   > kubectl get pods --all-namespaces -o=wide
 
 Undeploying onap can be done using the following command::
+
   > helm undeploy dev --purge