doc: west: touch up remotes documentation

Try to make it a bit clearer.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-03-01 11:43:45 -08:00 committed by Carles Cufí
commit 11f62ec49d

View file

@ -110,9 +110,14 @@ Remotes
======= =======
The ``remotes`` subsection contains a sequence which specifies the base URLs The ``remotes`` subsection contains a sequence which specifies the base URLs
where projects can be fetched from. Each sequence element has a name and a "URL where projects can be fetched from.
base". These are used to form the complete fetch URL for each project. For
example: Each ``remotes`` element has a name and a "URL base". These are used to form
the complete Git fetch URL for each project. A project's fetch URL can be set
by appending a project-specific path onto a remote URL base. (As we'll see
below, projects can also specify their complete fetch URLs.)
For example:
.. code-block:: yaml .. code-block:: yaml