Fix doc build warnings
[dcaegen2.git] / docs / sections / components / dcae-cli / walkthrough.rst
index 559ba3a..56c9e28 100755 (executable)
@@ -267,21 +267,21 @@ registry.
 A docker component can be run in either ``attached`` or ``unattached``\r
 mode. (Default is unattached).\r
 \r
-+------------------+---------------------------------------------------+\r
-| Mode             | Description                                       |\r
-+==================+===================================================+\r
-| attached         | component is run in the ‘foreground’, container   |\r
-|                  | logs are streamed to stdout. Ctrl-C is used to    |\r
-|                  | terminate the dcae_cli session.                   |\r
-+------------------+---------------------------------------------------+\r
-| unattached       | component is run in the ‘background’, container   |\r
-|                  | logs are viewed via ``docker logs`` command,      |\r
-|                  | container runs until undeployed with dcae_cli     |\r
-|                  | ``undeploy`` command.                             |\r
-+------------------+---------------------------------------------------+\r
++------------------+-----------------------------------------------------------+\r
+| Mode             | Description                                               |\r
++==================+===========================================================+\r
+| attached         | component is run in the foreground, container             |\r
+|                  | logs are streamed to stdout. Ctrl-C is used to            |\r
+|                  | terminate the dcae_cli session.                           |\r
++------------------+-----------------------------------------------------------+\r
+| unattached       | component is run in the background container              |\r
+|                  | logs are viewed via ``docker logs`` command,              |\r
+|                  | container runs until undeployed with dcae_cli             |\r
+|                  | ``undeploy`` command.                                     |\r
++------------------+-----------------------------------------------------------+\r
 \r
 Run a component in attached mode:\r
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r
+---------------------------------\r
 \r
 ::\r
 \r
@@ -304,7 +304,7 @@ Run a component in attached mode:
     DCAE.Docker | INFO | Stopping container 'user12.dbb13a3c-d870-487e-b584-89929b856b5c.0-7-0.sandbox-platform-yourapp' and cleaning up...\r
 \r
 Run a component in unattached mode:\r
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r
+-----------------------------------\r
 \r
 ::\r
 \r
@@ -317,14 +317,14 @@ Run a component in unattached mode:
 important to conserve resources in the environment.\r
 \r
 Run a component that subscribes to Dmaap Message Router or Data Router\r
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r
+----------------------------------------------------------------------\r
 \r
 ::\r
 \r
     $ dcae_cli -v component run $component-that-uses-dmamp --dmaap-file $dmaap-connection-object\r
 \r
 Run a component that expects input that is ``sourced at deployment``\r
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r
+--------------------------------------------------------------------\r
 \r
 ::\r
 \r
@@ -338,18 +338,9 @@ Run a component that expects input that is ``sourced at deployment``
 Undeploy the component\r
 ----------------------\r
 \r
-+-----------------------------------------------------------------+\r
-| The ``undeploy`` command is used to undeploy any instance of a  |\r
-| specified component/version that you have deployed. This        |\r
-| includes cleaning up the configuration.                         |\r
-+-----------------------------------------------------------------+\r
-| Undeploy ``sandbox.platform.yourapp:0.7.0`` that was deployed     |\r
-| above:                                                          |\r
-+-----------------------------------------------------------------+\r
-| ``$ dcae_cli -v component undeploy sandbox.platform.yourapp:0.7.0 |\r
-|  DCAE.Undeploy | WARNING | Undeploying components: 1 DCAE.Undep |\r
-| loy | WARNING | Undeployed components: 1``                      |\r
-+-----------------------------------------------------------------+\r
+The ``undeploy`` command is used to undeploy any instance of a specified component/version that you have deployed. This includes cleaning up the configuration. \r
+Undeploy ``sandbox.platform.yourapp:0.7.0`` that was deployed above: \r
+``$ dcae_cli -v component undeploy sandbox.platform.yourapp:0.7.0 DCAE.Undeploy | WARNING | Undeploying components: 1 DCAE.Undeploy | WARNING | Undeployed components: 1`` \r
 \r
 .. _dcae_cli_publish_the_component_and_data_format:\r
 \r