From 63710fc913a39f0037c1f6604bf46446af26f86d Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Fri, 20 Nov 2020 08:50:38 +0100 Subject: sphinx: replace bitbake labels with references to corresponding title In order to remove autogenerated labels in the bibtake docs, let's use section titles in all YP docs. (From yocto-docs rev: 0f44b6027f16cc37260abc7e00042d98e2e0427f) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.rst') diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst index 683f5557ec..1640a884d3 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.rst +++ b/documentation/dev-manual/dev-manual-common-tasks.rst @@ -1369,7 +1369,7 @@ the Yocto Project Overview and Concepts Manual. The :ref:`ref-tasks-fetch` task uses the prefix of each entry in the ``SRC_URI`` variable value to determine -which :ref:`fetcher ` to use to get your +which :ref:`fetcher ` to use to get your source files. It is the ``SRC_URI`` variable that triggers the fetcher. The :ref:`ref-tasks-patch` task uses the variable after source is fetched to apply patches. The OpenEmbedded @@ -7567,7 +7567,7 @@ Creating Node Package Manager (NPM) Packages `NPM `__ is a package manager for the JavaScript programming language. The Yocto Project -supports the NPM :ref:`fetcher `. You can +supports the NPM :ref:`fetcher `. You can use this fetcher in combination with :doc:`devtool <../ref-manual/ref-devtool-reference>` to create recipes that produce NPM packages. -- cgit v1.2.3-54-g00ecf