diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-23 21:49:02 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-06-02 10:26:30 -0700 |
commit | e27ee8c2680d85eb8fbb016fa38714e1d2bc8691 (patch) | |
tree | fad790dbad7a63489241e0dd49225a005b8ebdf4 /documentation/ref-manual/variables.rst | |
parent | 89da6e7a4a75536697fa9b5a7b3c9682fc802325 (diff) | |
download | poky-e27ee8c2680d85eb8fbb016fa38714e1d2bc8691.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: 73f4a3e3efce8c4e43939e5053f128faae5b41b1)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 3460177c46d360b0f2f852cdab23f21bd4ec6d5a)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 00ab881011..6b4acd2244 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 |
@@ -7084,7 +7084,7 @@ system and gives an overview of their function and contents. | |||
7084 | For examples of how this data is used, see the | 7084 | For examples of how this data is used, see the |
7085 | ":ref:`overview-manual/concepts:automatically added runtime dependencies`" | 7085 | ":ref:`overview-manual/concepts:automatically added runtime dependencies`" |
7086 | section in the Yocto Project Overview and Concepts Manual and the | 7086 | section in the Yocto Project Overview and Concepts Manual and the |
7087 | ":ref:`dev-manual/debugging:viewing package information with \`\`oe-pkgdata-util\`\``" | 7087 | ":ref:`dev-manual/debugging:viewing package information with ``oe-pkgdata-util```" |
7088 | section in the Yocto Project Development Tasks Manual. For more | 7088 | section in the Yocto Project Development Tasks Manual. For more |
7089 | information on the shared, global-state directory, see | 7089 | information on the shared, global-state directory, see |
7090 | :term:`STAGING_DIR_HOST`. | 7090 | :term:`STAGING_DIR_HOST`. |
@@ -7138,7 +7138,7 @@ system and gives an overview of their function and contents. | |||
7138 | the package is built, the version information can be retrieved with | 7138 | the package is built, the version information can be retrieved with |
7139 | ``oe-pkgdata-util package-info <package name>``. See the | 7139 | ``oe-pkgdata-util package-info <package name>``. See the |
7140 | :ref:`dev-manual/debugging:Viewing Package Information with | 7140 | :ref:`dev-manual/debugging:Viewing Package Information with |
7141 | \`\`oe-pkgdata-util\`\`` section of the Yocto Project Development Tasks | 7141 | ``oe-pkgdata-util``` section of the Yocto Project Development Tasks |
7142 | Manual for more information on ``oe-pkgdata-util``. | 7142 | Manual for more information on ``oe-pkgdata-util``. |
7143 | 7143 | ||
7144 | 7144 | ||