Add syntax highlighting for bash blocks 69/1069/2
authorAric Gardner <agardner@linuxfoundation.org>
Fri, 24 Jul 2015 16:00:35 +0000 (12:00 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Fri, 24 Jul 2015 16:08:47 +0000 (12:08 -0400)
Also remove some []'s that were casuing rst2pdf to intepret a line as an
ipv6 url

Change-Id: I5e0cd0d455cc25e24853c37ac9329394c763828d
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
docs/enable_docu_gen.rst
docs/templates/build-instructions.rst

index f0aad0b..bcb6fde 100644 (file)
@@ -69,7 +69,9 @@ and change according to you needs.
 
 If standard will suffice for you skip this step and jump to **Edit <your-project>.yml**, **Variant 1 - standard**
 
-**docu-build.sh**::
+**docu-build.sh**:
+
+.. code-block:: bash
 
  #!/bin/bash
  set -e
@@ -140,7 +142,9 @@ If standard will suffice for you skip this step and jump to **Edit <your-project
  #the double {{ in file_cut="${{file%.*}}" is to escape jjb's yaml
 
 
-**docu-verify.sh**::
+**docu-verify.sh**:
+
+.. code-block:: bash
 
  #!/bin/bash
  set -e
index 3f34833..029edde 100644 (file)
@@ -121,7 +121,7 @@ Then restart docker:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Now it is time to clone the code repository:
 
-<git clone ssh://[Linux foundation user]@gerrit.opnfv.org:29418/genesis>
+<git clone ssh://Linux foundation user@gerrit.opnfv.org:29418/genesis>
 
 Now you should have the OPNFV genesis repository with Fuel@OPNFV stored locally on your build host.