Remove numbering in docs 89/32589/1
authorUlas Kozat <ulas.kozat@gmail.com>
Thu, 30 Mar 2017 20:14:56 +0000 (13:14 -0700)
committerUlas Kozat <ulas.kozat@gmail.com>
Thu, 30 Mar 2017 20:15:02 +0000 (13:15 -0700)
Change-Id: I76c8a089e84b8362cefa752c9abc20d4b0298805
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
docs/release/index.rst
docs/release/installation/index.rst
docs/release/installation/installation.instructions.rst

index eb21134..4feb411 100644 (file)
@@ -9,7 +9,6 @@ Domino
 
 .. toctree::
    :maxdepth: 2
-   :numbered:
 
    ./installation/index.rst
    ./configguide/index.rst
index db9f506..fb56076 100644 (file)
@@ -10,6 +10,5 @@ Domino Installation Instruction
 
 .. toctree::
    :maxdepth: 2
-   :numbered:
 
    installation.instructions.rst
index f008954..b8870d5 100644 (file)
@@ -47,5 +47,5 @@ Installation Steps (Multiple Node)
 Repeat the installation steps for single node on each node. The script
 run_on_remotenodes.sh under ./domino/tests directory deploys the Domino Code on three
 hosts from a deployment node and tests RPC calls. The private key location and
-remote host IP addresses must be manually entered and IS_IPandKEY_CONFIGURED=false
-must be changed to IS_IPandKEY_CONFIGURED=true.
+remote host IP addresses must be manually entered and IS_IPandKEY_CONFIGURED should
+set true, i.e., IS_IPandKEY_CONFIGURED=true.