From ac4a16fccc4fd85a89f203e6421916eec7028c33 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Fri, 14 Aug 2026 19:07:20 -0300 Subject: [PATCH] docs-wide: fix manual names in cross references The text naming the target manual did not match the manual the cross reference points to. AI-Generated: Uses Claude Opus 5 (From yocto-docs rev: c828809855fb4eec84d284c1849f9e44753c312a) Signed-off-by: Daiane Angolini Link: https://patch.msgid.link/20260814220720.1115397-2-daiane.angolini@oss.qualcomm.com Signed-off-by: Antonin Godard (cherry picked from commit a002724c80e958ad6336db9994ad28671da79f36) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/ref-manual/classes.rst | 6 +++--- documentation/ref-manual/variables.rst | 6 ++++-- documentation/test-manual/intro.rst | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 67f4c291dd..79ed905d50 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst @@ -515,7 +515,7 @@ by the :term:`SPDX_PRETTY`, :term:`SPDX_ARCHIVE_PACKAGED`, See the description of these variables and the ":ref:`dev-manual/sbom:creating a software bill of materials`" -section in the Yocto Project Development Manual for more details. +section in the Yocto Project Development Tasks Manual for more details. .. _ref-classes-cross: @@ -2686,7 +2686,7 @@ This class is intended to be inherited by individual recipes. However, the class' functionality is largely disabled unless "ptest" appears in :term:`DISTRO_FEATURES`. See the ":ref:`test-manual/ptest:testing packages with ptest`" -section in the Yocto Project Development Tasks Manual for more information +section in the Yocto Project Test Environment Manual for more information on ptest. .. _ref-classes-ptest-cargo: @@ -2710,7 +2710,7 @@ have tests intended to be executed with ``gnome-desktop-testing``. For information on setting up and running ptests, see the ":ref:`test-manual/ptest:testing packages with ptest`" -section in the Yocto Project Development Tasks Manual. +section in the Yocto Project Test Environment Manual. .. _ref-classes-python3-dir: diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index e00bab1e02..c7f4843371 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -10067,7 +10067,8 @@ system and gives an overview of their function and contents. For background information on cross-development toolchains in the Yocto Project development environment, see the ":ref:`sdk-manual/intro:the cross-development toolchain`" - section in the Yocto Project Overview and Concepts Manual. For + section in the Yocto Project Application Development and Software + Development Kits (SDK/eSDK) Manual. For information on setting up a cross-development environment, see the :doc:`/sdk-manual/index` manual. @@ -10115,7 +10116,8 @@ system and gives an overview of their function and contents. For background information on cross-development toolchains in the Yocto Project development environment, see the ":ref:`sdk-manual/intro:the cross-development toolchain`" - section in the Yocto Project Overview and Concepts Manual. For + section in the Yocto Project Application Development and Software + Development Kits (SDK/eSDK) Manual. For information on setting up a cross-development environment, see the :doc:`/sdk-manual/index` manual. diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst index caa0a8a792..f3399222cf 100644 --- a/documentation/test-manual/intro.rst +++ b/documentation/test-manual/intro.rst @@ -141,7 +141,7 @@ the following types of tests: built by the OpenEmbedded build system on the target machine. See the :ref:`Testing Packages With ptest ` section - in the Yocto Project Development Tasks Manual and the + in the Yocto Project Test Environment Manual and the ":yocto_wiki:`Ptest `" Wiki page for more information on Ptest.