diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-27 11:14:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-28 15:48:03 +0100 |
commit | 4def515eebca300c7ac15c86caef34342dd9ed3d (patch) | |
tree | 39b9195513c09ea4bb3763374d20cadf6f2caefa /documentation/ref-manual/classes.rst | |
parent | bb3fc03ef167a005cdf1192df60ac2fb1cbc5ae3 (diff) | |
download | poky-4def515eebca300c7ac15c86caef34342dd9ed3d.tar.gz |
manuals: replace "_" by "__" in external links
(From yocto-docs rev: 25142cd8121fdd6a8e0524fc8417fc666c498981)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index cce0269b9a..e352abc4d8 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1786,7 +1786,7 @@ is supported by ``overlayfs``. This has to be done in your machine configuration | |||
1786 | * QA checks fail to catch file existence if you redefine this variable in your recipe! | 1786 | * QA checks fail to catch file existence if you redefine this variable in your recipe! |
1787 | * Only the existence of the systemd mount unit file is checked, not its contents. | 1787 | * Only the existence of the systemd mount unit file is checked, not its contents. |
1788 | * To get more details on ``overlayfs``, its internals and supported operations, please refer | 1788 | * To get more details on ``overlayfs``, its internals and supported operations, please refer |
1789 | to the official documentation of the `Linux kernel <https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html>`_. | 1789 | to the official documentation of the `Linux kernel <https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html>`__. |
1790 | 1790 | ||
1791 | The class assumes you have a ``data.mount`` systemd unit defined elsewhere in your BSP | 1791 | The class assumes you have a ``data.mount`` systemd unit defined elsewhere in your BSP |
1792 | (e.g. in ``systemd-machine-units`` recipe) and it's installed into the image. | 1792 | (e.g. in ``systemd-machine-units`` recipe) and it's installed into the image. |
@@ -2533,7 +2533,7 @@ build systems based on ``setuptools`` (e.g. only have a ``setup.py`` and have | |||
2533 | not migrated to the official ``pyproject.toml`` format). Unlike | 2533 | not migrated to the official ``pyproject.toml`` format). Unlike |
2534 | ``setuptools3.bbclass``, this uses the traditional ``setup.py`` ``build`` and | 2534 | ``setuptools3.bbclass``, this uses the traditional ``setup.py`` ``build`` and |
2535 | ``install`` commands and not wheels. This use of ``setuptools`` like this is | 2535 | ``install`` commands and not wheels. This use of ``setuptools`` like this is |
2536 | `deprecated <https://github.com/pypa/setuptools/blob/main/CHANGES.rst#v5830>`_ | 2536 | `deprecated <https://github.com/pypa/setuptools/blob/main/CHANGES.rst#v5830>`__ |
2537 | but still relatively common. | 2537 | but still relatively common. |
2538 | 2538 | ||
2539 | .. _ref-classes-setuptools3-base: | 2539 | .. _ref-classes-setuptools3-base: |