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:
parent
86990a7d9e
commit
11f62ec49d
1 changed files with 8 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue