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/ref-manual/migration-2.3.rst | 2 +- documentation/ref-manual/migration-2.6.rst | 2 +- documentation/ref-manual/ref-devtool-reference.rst | 2 +- documentation/ref-manual/ref-tasks.rst | 2 +- documentation/ref-manual/ref-variables.rst | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/migration-2.3.rst b/documentation/ref-manual/migration-2.3.rst index 5bf3e7033c..4041ad0556 100644 --- a/documentation/ref-manual/migration-2.3.rst +++ b/documentation/ref-manual/migration-2.3.rst @@ -198,7 +198,7 @@ The following changes took place for BitBake: fetcher passes the new parameter through the ``SVN_SSH`` environment variable during the :ref:`ref-tasks-fetch` task. - See the ":ref:`bitbake:svn-fetcher`" + See the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-fetching:subversion (svn) fetcher (\`\`svn://\`\`)`" section in the BitBake User Manual for additional information. diff --git a/documentation/ref-manual/migration-2.6.rst b/documentation/ref-manual/migration-2.6.rst index 2f0da48ab6..cc7c24c5b1 100644 --- a/documentation/ref-manual/migration-2.6.rst +++ b/documentation/ref-manual/migration-2.6.rst @@ -278,7 +278,7 @@ The following changes have occurred: specifying list items to remove, be aware that leading and trailing whitespace resulting from the removal is retained. - See the ":ref:`bitbake:removing-override-style-syntax`" + See the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:removal (override style syntax)`" section in the BitBake User Manual for a detailed example. .. _migration-2.6-systemd-configuration-now-split-out-to-system-conf: diff --git a/documentation/ref-manual/ref-devtool-reference.rst b/documentation/ref-manual/ref-devtool-reference.rst index ad8889ed25..3f95f8d702 100644 --- a/documentation/ref-manual/ref-devtool-reference.rst +++ b/documentation/ref-manual/ref-devtool-reference.rst @@ -352,7 +352,7 @@ particular recipe. `maintainers.inc `_ file. - - If the recipe is using the :ref:`bitbake:git-fetcher` + - If the recipe is using the :ref:`bitbake:bitbake-user-manual/bitbake-user-manual-fetching:git fetcher (\`\`git://\`\`)` rather than a tarball, the commit hash points to the commit that matches the recipe's latest version tag. diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/ref-tasks.rst index 9ef014139c..88b285d769 100644 --- a/documentation/ref-manual/ref-tasks.rst +++ b/documentation/ref-manual/ref-tasks.rst @@ -122,7 +122,7 @@ If the ``do_deploy`` task re-executes, any previous output is removed Fetches the source code. This task uses the :term:`SRC_URI` variable and the argument's prefix to -determine the correct :ref:`fetcher ` +determine the correct :ref:`fetcher ` module. .. _ref-tasks-image: diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst index e552351e32..56aeb583ac 100644 --- a/documentation/ref-manual/ref-variables.rst +++ b/documentation/ref-manual/ref-variables.rst @@ -3062,7 +3062,7 @@ system and gives an overview of their function and contents. section in the Yocto Project Development Tasks Manual. - Using ``IMAGE_INSTALL`` with the - :ref:`+= ` + :ref:`+= ` BitBake operator within the ``/conf/local.conf`` file or from within an image recipe is not recommended. Use of this operator in these ways can cause ordering issues. Since @@ -7018,7 +7018,7 @@ system and gives an overview of their function and contents. protocols are highly dependent on particular BitBake Fetcher submodules. Depending on the fetcher BitBake uses, various URL parameters are employed. For specifics on the supported Fetchers, see - the ":ref:`Fetchers `" section in the + the ":ref:`Fetchers `" section in the BitBake User Manual. - ``file://`` - Fetches files, which are usually files shipped -- cgit v1.2.3-54-g00ecf