From 11f62ec49dc3716d28b36d0eb22e5979011c8e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Mon, 1 Mar 2021 11:43:45 -0800 Subject: [PATCH] doc: west: touch up remotes documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Try to make it a bit clearer. Signed-off-by: Martí Bolívar --- doc/guides/west/manifest.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/guides/west/manifest.rst b/doc/guides/west/manifest.rst index de0cf0846f0..a2838fb8740 100644 --- a/doc/guides/west/manifest.rst +++ b/doc/guides/west/manifest.rst @@ -110,9 +110,14 @@ Remotes ======= 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 -base". These are used to form the complete fetch URL for each project. For -example: +where projects can be fetched from. + +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