docs: gerrit: descrease indentation and remove TOC

Change-Id: I27c9e5075b5cd5e57fb4e4ed2d1078cefb62dcd0
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-02-21 08:22:56 -05:00 committed by Gerrit Code Review
commit 6cc08622e3

View file

@ -108,17 +108,11 @@ Checking Out the Source Code
#. Ensure that SSH has been set up properly. See
`Configuring Gerrit to Use SSH`_ for details.
#. Clone the repository:
#. Clone the repository with your Linux Foundation ID (<LFID>):
a. Use your Linux Foundation ID:
.. code-block:: console
$ git clone
ssh://LFID@gerrit.zephyrproject.org:29418/zephyr zephyr-project
.. note:: LFID should be replaced with your Linux Foundation ID.
.. code-block:: console
$ git clone ssh://<LFID>@gerrit.zephyrproject.org:29418/zephyr zephyr-project
You have successfully checked out a copy of the source code to your local
machine.
@ -135,13 +129,6 @@ Gerrit Commit Message Hook
:start-line: 42
:end-line: 49
.. toctree::
:maxdepth: 2
../../getting_started/installation_linux.rst
../../getting_started/installation_mac.rst
.. _Linux Foundation ID website: https://identity.linuxfoundation.org
.. _Gerrit: https://gerrit.zephyrproject.org/