diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-12-03 22:38:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:21:27 +0000 |
commit | 097d0c9f04353866302efebcdd0b497c2b89cabb (patch) | |
tree | 305ac5b0776eb37623a9be99a81bee3434a5e4a9 /documentation/overview-manual/overview-manual-concepts.rst | |
parent | bd1789261122c25d62b8e8e7f7d5647249e8d8ff (diff) | |
download | poky-097d0c9f04353866302efebcdd0b497c2b89cabb.tar.gz |
sphinx: use absolute paths for :doc: references
:doc: references can be made with absolute path instead of relative
path. This patch was generated with this command:
sed -i 's!:doc:`\.\./!:doc:`/!g' */*.rst *.rst
And a few manual fixup we made for references such as:
:doc:"FOOBAR <../xxx>"
Suggested-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: b7948ec7eb8172b8eae4bfa5c21aab76e123ad85)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/overview-manual-concepts.rst')
-rw-r--r-- | documentation/overview-manual/overview-manual-concepts.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst index d79dacbfb8..bbf2d0494e 100644 --- a/documentation/overview-manual/overview-manual-concepts.rst +++ b/documentation/overview-manual/overview-manual-concepts.rst | |||
@@ -481,7 +481,7 @@ The BSP Layer provides machine configurations that target specific | |||
481 | hardware. Everything in this layer is specific to the machine for which | 481 | hardware. Everything in this layer is specific to the machine for which |
482 | you are building the image or the SDK. A common structure or form is | 482 | you are building the image or the SDK. A common structure or form is |
483 | defined for BSP layers. You can learn more about this structure in the | 483 | defined for BSP layers. You can learn more about this structure in the |
484 | :doc:`../bsp-guide/index`. | 484 | :doc:`/bsp-guide/index`. |
485 | 485 | ||
486 | .. note:: | 486 | .. note:: |
487 | 487 | ||
@@ -1285,7 +1285,7 @@ this output: | |||
1285 | .. note:: | 1285 | .. note:: |
1286 | 1286 | ||
1287 | For a list of example images that the Yocto Project provides, see the | 1287 | For a list of example images that the Yocto Project provides, see the |
1288 | ":doc:`../ref-manual/ref-images`" chapter in the Yocto Project Reference | 1288 | ":doc:`/ref-manual/ref-images`" chapter in the Yocto Project Reference |
1289 | Manual. | 1289 | Manual. |
1290 | 1290 | ||
1291 | The build process writes images out to the :term:`Build Directory` | 1291 | The build process writes images out to the :term:`Build Directory` |
@@ -1366,7 +1366,7 @@ can initialize the environment before using the tools. | |||
1366 | section. | 1366 | section. |
1367 | 1367 | ||
1368 | - For information on setting up a cross-development environment, see | 1368 | - For information on setting up a cross-development environment, see |
1369 | the :doc:`../sdk-manual/index` manual. | 1369 | the :doc:`/sdk-manual/index` manual. |
1370 | 1370 | ||
1371 | All the output files for an SDK are written to the ``deploy/sdk`` folder | 1371 | All the output files for an SDK are written to the ``deploy/sdk`` folder |
1372 | inside the :term:`Build Directory` as | 1372 | inside the :term:`Build Directory` as |
@@ -1446,7 +1446,7 @@ The Yocto Project does most of the work for you when it comes to | |||
1446 | creating :ref:`sdk-manual/sdk-intro:the cross-development toolchain`. This | 1446 | creating :ref:`sdk-manual/sdk-intro:the cross-development toolchain`. This |
1447 | section provides some technical background on how cross-development | 1447 | section provides some technical background on how cross-development |
1448 | toolchains are created and used. For more information on toolchains, you | 1448 | toolchains are created and used. For more information on toolchains, you |
1449 | can also see the :doc:`../sdk-manual/index` manual. | 1449 | can also see the :doc:`/sdk-manual/index` manual. |
1450 | 1450 | ||
1451 | In the Yocto Project development environment, cross-development | 1451 | In the Yocto Project development environment, cross-development |
1452 | toolchains are used to build images and applications that run on the | 1452 | toolchains are used to build images and applications that run on the |