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,52 +42,52 @@ 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
$ chmod +x tm-toolchains-i686-setup.run
$ sudo ./tm-toolchains-i686-setup.run
$ sudo ./tm-toolchains-i686-setup.run
#. 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.
Verifying archive integrity... All good.
Uncompressing SDK for TM 100%
Uncompressing SDK for TM 100%
Enter target directory for SDK (default: /opt/poky-tm/1.8):
Enter target directory for SDK (default: /opt/poky-tm/1.8):
#. 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
Installing SDK to /opt/poky-tm/1.8
Creating directory /opt/poky-tm/1.8
Creating directory /opt/poky-tm/1.8
Success
Success
[*] Installing x86 tools...
[*] Installing x86 tools...
[*] Installing arm tools...
[*] Installing arm tools...
[*] Installing arc tools...
[*] Installing arc tools...
[*] Installing additional host tools...
[*] Installing additional host tools...
Success installing SDK. SDK is ready to be used.
Success installing SDK. SDK is ready to be used.
#. To use the Yocto SDK, export the following environment variables,
type:
.. code-block:: bash
.. code-block:: bash
$ export VXMICRO_GCC_VARIANT=yocto
$ export VXMICRO_GCC_VARIANT=yocto
$ export YOCTO_SDK_INSTALL_DIR=/opt/poky-tm/1.8
$ export YOCTO_SDK_INSTALL_DIR=/opt/poky-tm/1.8
#. When you build Tiny Mountain now, the Yocto SDK will be used.
@ -125,22 +125,22 @@ 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`
$ 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
$ 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
$ source timo-env.bash
Building a Tiny Mountain Example
================================
@ -152,17 +152,17 @@ 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
$ 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
$ cd $TIMO_BASE/samples/microkernel/apps/hello_world
$ make pristine && make
$ make pristine && make