diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-23 21:10:32 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-27 09:38:57 -0700 |
commit | a2f2212436ab85f067e17a024147794dc8c8df47 (patch) | |
tree | 9796f9c009a3a539264a9d39bae721de35b5dd3a /documentation/ref-manual/variables.rst | |
parent | 3d3c34d4c452313d5356d7912027a36854222f46 (diff) | |
download | poky-a2f2212436ab85f067e17a024147794dc8c8df47.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 heading which contain literals
enclosed in double-back-tics, and not all of them can be "fixed" to pass both
building and linting.
(From yocto-docs rev: 0ba5429953dfa0cdc983ed13ddd06351116031c7)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
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 20dc7f0950..e43dc38f32 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -2199,7 +2199,7 @@ system and gives an overview of their function and contents. | |||
2199 | resides within the :term:`Build Directory` as ``${TMPDIR}/deploy``. | 2199 | resides within the :term:`Build Directory` as ``${TMPDIR}/deploy``. |
2200 | 2200 | ||
2201 | For more information on the structure of the Build Directory, see | 2201 | For more information on the structure of the Build Directory, see |
2202 | ":ref:`ref-manual/structure:the build directory --- \`\`build/\`\``" section. | 2202 | ":ref:`ref-manual/structure:the build directory --- ``build/```" section. |
2203 | For more detail on the contents of the ``deploy`` directory, see the | 2203 | For more detail on the contents of the ``deploy`` directory, see the |
2204 | ":ref:`overview-manual/concepts:images`", | 2204 | ":ref:`overview-manual/concepts:images`", |
2205 | ":ref:`overview-manual/concepts:package feeds`", and | 2205 | ":ref:`overview-manual/concepts:package feeds`", and |
@@ -2241,7 +2241,7 @@ system and gives an overview of their function and contents. | |||
2241 | contents of :term:`IMGDEPLOYDIR` by the :ref:`ref-classes-image` class. | 2241 | contents of :term:`IMGDEPLOYDIR` by the :ref:`ref-classes-image` class. |
2242 | 2242 | ||
2243 | For more information on the structure of the :term:`Build Directory`, see | 2243 | For more information on the structure of the :term:`Build Directory`, see |
2244 | ":ref:`ref-manual/structure:the build directory --- \`\`build/\`\``" section. | 2244 | ":ref:`ref-manual/structure:the build directory --- ``build/```" section. |
2245 | For more detail on the contents of the ``deploy`` directory, see the | 2245 | For more detail on the contents of the ``deploy`` directory, see the |
2246 | ":ref:`overview-manual/concepts:images`" and | 2246 | ":ref:`overview-manual/concepts:images`" and |
2247 | ":ref:`overview-manual/concepts:application development sdk`" sections both in | 2247 | ":ref:`overview-manual/concepts:application development sdk`" sections both in |
@@ -6730,7 +6730,7 @@ system and gives an overview of their function and contents. | |||
6730 | For examples of how this data is used, see the | 6730 | For examples of how this data is used, see the |
6731 | ":ref:`overview-manual/concepts:automatically added runtime dependencies`" | 6731 | ":ref:`overview-manual/concepts:automatically added runtime dependencies`" |
6732 | section in the Yocto Project Overview and Concepts Manual and the | 6732 | section in the Yocto Project Overview and Concepts Manual and the |
6733 | ":ref:`dev-manual/debugging:viewing package information with \`\`oe-pkgdata-util\`\``" | 6733 | ":ref:`dev-manual/debugging:viewing package information with ``oe-pkgdata-util```" |
6734 | section in the Yocto Project Development Tasks Manual. For more | 6734 | section in the Yocto Project Development Tasks Manual. For more |
6735 | information on the shared, global-state directory, see | 6735 | information on the shared, global-state directory, see |
6736 | :term:`STAGING_DIR_HOST`. | 6736 | :term:`STAGING_DIR_HOST`. |
@@ -6784,7 +6784,7 @@ system and gives an overview of their function and contents. | |||
6784 | the package is built, the version information can be retrieved with | 6784 | the package is built, the version information can be retrieved with |
6785 | ``oe-pkgdata-util package-info <package name>``. See the | 6785 | ``oe-pkgdata-util package-info <package name>``. See the |
6786 | :ref:`dev-manual/debugging:Viewing Package Information with | 6786 | :ref:`dev-manual/debugging:Viewing Package Information with |
6787 | \`\`oe-pkgdata-util\`\`` section of the Yocto Project Development Tasks | 6787 | ``oe-pkgdata-util``` section of the Yocto Project Development Tasks |
6788 | Manual for more information on ``oe-pkgdata-util``. | 6788 | Manual for more information on ``oe-pkgdata-util``. |
6789 | 6789 | ||
6790 | 6790 | ||