doc: indent code blocks

In a list, the code blocks were causing the list numbering to restart
after each block, shifting them to the right helps keep the list numbers
right.

Change-Id: I5476114949422e8f917a46b041ee362faf4b81e2
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-05-27 10:40:12 -04:00
commit 43acce185d

View file

@ -42,7 +42,7 @@ Follow these steps to install the SDK on your host system.
#. Run the binary, type:
.. code-block:: bash
.. code-block:: bash
$ chmod +x tm-toolchains-i686-setup.run
@ -52,7 +52,7 @@ Follow these steps to install the SDK on your host system.
#. Follow the installation instructions on the screen. The
toolchain's default installation location is :file:`/opt/poky-tm`.
.. code-block:: bash
.. code-block:: bash
Verifying archive integrity... All good.
@ -62,7 +62,7 @@ Follow these steps to install the SDK on your host system.
#. Enter a new location or hit :kbd:`Return` to accept default.
.. code-block:: bash
.. code-block:: bash
Installing SDK to /opt/poky-tm/1.8
@ -83,7 +83,7 @@ Follow these steps to install the SDK on your host system.
#. To use the Yocto SDK, export the following environment variables,
type:
.. code-block:: bash
.. code-block:: bash
$ export VXMICRO_GCC_VARIANT=yocto
@ -125,20 +125,20 @@ but can be summarized with the following steps:
#. Clone the repository, type:
.. code-block:: bash
.. code-block:: bash
$ git clone ssh://01ORGUSERNAME@oic-review.01.org:29418/forto-collab`
#. Change to the Tiny Mountain directory, type:
.. code-block:: bash
.. code-block:: bash
$ cd forto-collab
#. Source the build environment to set the Tiny Mountain environment
variables, type:
.. code-block:: bash
.. code-block:: bash
$ source timo-env.bash
@ -152,13 +152,13 @@ To build a Tiny Mountain example follow these steps:
#. Set the paths properly in the :file:`$TIMO_BASE` directory,
type:
.. code-block:: bash
.. code-block:: bash
$ source timo-env.bash
#. Build Tiny Mountain with the example project, type:
.. code-block:: bash
.. code-block:: bash
$ cd $TIMO_BASE/samples/microkernel/apps/hello_world