diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-23 21:49:02 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-26 13:02:49 +0100 |
commit | be2eaa114b9654f303a409bd4e59e9ed36315e0e (patch) | |
tree | d9d671a97f46773332d29d2ec679916ea73c3887 /documentation/ref-manual/variables.rst | |
parent | fe721fe5748eba8e6f27ba2b3c74efc79878b827 (diff) | |
download | poky-be2eaa114b9654f303a409bd4e59e9ed36315e0e.tar.gz |
sphinx-lint: unbalanced inline literal markup
Fix as many instances of unbalanced-inline-literals-delimiters as reported
by 'make sphinx-lint' as possible. Sphinx and/or its linter seem to get
tripped up randomly when references contain links to a heading which
contain literals enclosed in double-back-tics; especially in the cases
where a heading either contains multiple literals or when the literal is
not at the end of the heading. Not all of them can be "fixed" to pass both
building and linting.
(From yocto-docs rev: 3460177c46d360b0f2f852cdab23f21bd4ec6d5a)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 43e38b217b..36cc78bb0a 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -2243,7 +2243,7 @@ system and gives an overview of their function and contents. | |||
2243 | resides within the :term:`Build Directory` as ``${TMPDIR}/deploy``. | 2243 | resides within the :term:`Build Directory` as ``${TMPDIR}/deploy``. |
2244 | 2244 | ||
2245 | For more information on the structure of the Build Directory, see | 2245 | For more information on the structure of the Build Directory, see |
2246 | ":ref:`ref-manual/structure:the build directory --- \`\`build/\`\``" section. | 2246 | ":ref:`ref-manual/structure:the build directory --- ``build/```" section. |
2247 | For more detail on the contents of the ``deploy`` directory, see the | 2247 | For more detail on the contents of the ``deploy`` directory, see the |
2248 | ":ref:`overview-manual/concepts:images`", | 2248 | ":ref:`overview-manual/concepts:images`", |
2249 | ":ref:`overview-manual/concepts:package feeds`", and | 2249 | ":ref:`overview-manual/concepts:package feeds`", and |
@@ -2285,7 +2285,7 @@ system and gives an overview of their function and contents. | |||
2285 | contents of :term:`IMGDEPLOYDIR` by the :ref:`ref-classes-image` class. | 2285 | contents of :term:`IMGDEPLOYDIR` by the :ref:`ref-classes-image` class. |
2286 | 2286 | ||
2287 | For more information on the structure of the :term:`Build Directory`, see | 2287 | For more information on the structure of the :term:`Build Directory`, see |
2288 | ":ref:`ref-manual/structure:the build directory --- \`\`build/\`\``" section. | 2288 | ":ref:`ref-manual/structure:the build directory --- ``build/```" section. |
2289 | For more detail on the contents of the ``deploy`` directory, see the | 2289 | For more detail on the contents of the ``deploy`` directory, see the |
2290 | ":ref:`overview-manual/concepts:images`" and | 2290 | ":ref:`overview-manual/concepts:images`" and |
2291 | ":ref:`overview-manual/concepts:application development sdk`" sections both in | 2291 | ":ref:`overview-manual/concepts:application development sdk`" sections both in |
@@ -7102,7 +7102,7 @@ system and gives an overview of their function and contents. | |||
7102 | For examples of how this data is used, see the | 7102 | For examples of how this data is used, see the |
7103 | ":ref:`overview-manual/concepts:automatically added runtime dependencies`" | 7103 | ":ref:`overview-manual/concepts:automatically added runtime dependencies`" |
7104 | section in the Yocto Project Overview and Concepts Manual and the | 7104 | section in the Yocto Project Overview and Concepts Manual and the |
7105 | ":ref:`dev-manual/debugging:viewing package information with \`\`oe-pkgdata-util\`\``" | 7105 | ":ref:`dev-manual/debugging:viewing package information with ``oe-pkgdata-util```" |
7106 | section in the Yocto Project Development Tasks Manual. For more | 7106 | section in the Yocto Project Development Tasks Manual. For more |
7107 | information on the shared, global-state directory, see | 7107 | information on the shared, global-state directory, see |
7108 | :term:`STAGING_DIR_HOST`. | 7108 | :term:`STAGING_DIR_HOST`. |
@@ -7156,7 +7156,7 @@ system and gives an overview of their function and contents. | |||
7156 | the package is built, the version information can be retrieved with | 7156 | the package is built, the version information can be retrieved with |
7157 | ``oe-pkgdata-util package-info <package name>``. See the | 7157 | ``oe-pkgdata-util package-info <package name>``. See the |
7158 | :ref:`dev-manual/debugging:Viewing Package Information with | 7158 | :ref:`dev-manual/debugging:Viewing Package Information with |
7159 | \`\`oe-pkgdata-util\`\`` section of the Yocto Project Development Tasks | 7159 | ``oe-pkgdata-util``` section of the Yocto Project Development Tasks |
7160 | Manual for more information on ``oe-pkgdata-util``. | 7160 | Manual for more information on ``oe-pkgdata-util``. |
7161 | 7161 | ||
7162 | 7162 | ||