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/ref-manual/ref-variables.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/ref-manual/ref-variables.rst')
| -rw-r--r-- | documentation/ref-manual/ref-variables.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst index 5a52833e84..8411989b69 100644 --- a/documentation/ref-manual/ref-variables.rst +++ b/documentation/ref-manual/ref-variables.rst | |||
| @@ -2907,7 +2907,7 @@ system and gives an overview of their function and contents. | |||
| 2907 | ":ref:`dev-manual/dev-manual-common-tasks:creating partitioned images using wic`" | 2907 | ":ref:`dev-manual/dev-manual-common-tasks:creating partitioned images using wic`" |
| 2908 | section of the Yocto Project Development Tasks Manual. Reference | 2908 | section of the Yocto Project Development Tasks Manual. Reference |
| 2909 | material for Wic is located in the | 2909 | material for Wic is located in the |
| 2910 | ":doc:`../ref-manual/ref-kickstart`" chapter. | 2910 | ":doc:`/ref-manual/ref-kickstart`" chapter. |
| 2911 | 2911 | ||
| 2912 | :term:`IMAGE_BOOT_FILES` | 2912 | :term:`IMAGE_BOOT_FILES` |
| 2913 | A space-separated list of files installed into the boot partition | 2913 | A space-separated list of files installed into the boot partition |
| @@ -2943,7 +2943,7 @@ system and gives an overview of their function and contents. | |||
| 2943 | ":ref:`dev-manual/dev-manual-common-tasks:creating partitioned images using wic`" | 2943 | ":ref:`dev-manual/dev-manual-common-tasks:creating partitioned images using wic`" |
| 2944 | section of the Yocto Project Development Tasks Manual. Reference | 2944 | section of the Yocto Project Development Tasks Manual. Reference |
| 2945 | material for Wic is located in the | 2945 | material for Wic is located in the |
| 2946 | ":doc:`../ref-manual/ref-kickstart`" chapter. | 2946 | ":doc:`/ref-manual/ref-kickstart`" chapter. |
| 2947 | 2947 | ||
| 2948 | :term:`IMAGE_CLASSES` | 2948 | :term:`IMAGE_CLASSES` |
| 2949 | A list of classes that all images should inherit. You typically use | 2949 | A list of classes that all images should inherit. You typically use |
| @@ -8154,7 +8154,7 @@ system and gives an overview of their function and contents. | |||
| 8154 | ":ref:`sdk-manual/sdk-intro:the cross-development toolchain`" | 8154 | ":ref:`sdk-manual/sdk-intro:the cross-development toolchain`" |
| 8155 | section in the Yocto Project Overview and Concepts Manual. For | 8155 | section in the Yocto Project Overview and Concepts Manual. For |
| 8156 | information on setting up a cross-development environment, see the | 8156 | information on setting up a cross-development environment, see the |
| 8157 | :doc:`../sdk-manual/index` manual. | 8157 | :doc:`/sdk-manual/index` manual. |
| 8158 | 8158 | ||
| 8159 | :term:`TOOLCHAIN_OUTPUTNAME` | 8159 | :term:`TOOLCHAIN_OUTPUTNAME` |
| 8160 | This variable defines the name used for the toolchain output. The | 8160 | This variable defines the name used for the toolchain output. The |
| @@ -8184,7 +8184,7 @@ system and gives an overview of their function and contents. | |||
| 8184 | ":ref:`sdk-manual/sdk-intro:the cross-development toolchain`" | 8184 | ":ref:`sdk-manual/sdk-intro:the cross-development toolchain`" |
| 8185 | section in the Yocto Project Overview and Concepts Manual. For | 8185 | section in the Yocto Project Overview and Concepts Manual. For |
| 8186 | information on setting up a cross-development environment, see the | 8186 | information on setting up a cross-development environment, see the |
| 8187 | :doc:`../sdk-manual/index` manual. | 8187 | :doc:`/sdk-manual/index` manual. |
| 8188 | 8188 | ||
| 8189 | :term:`TOPDIR` | 8189 | :term:`TOPDIR` |
| 8190 | The top-level :term:`Build Directory`. BitBake | 8190 | The top-level :term:`Build Directory`. BitBake |
| @@ -8737,7 +8737,7 @@ system and gives an overview of their function and contents. | |||
| 8737 | image, see the | 8737 | image, see the |
| 8738 | ":ref:`dev-manual/dev-manual-common-tasks:creating partitioned images using wic`" | 8738 | ":ref:`dev-manual/dev-manual-common-tasks:creating partitioned images using wic`" |
| 8739 | section in the Yocto Project Development Tasks Manual. For details on | 8739 | section in the Yocto Project Development Tasks Manual. For details on |
| 8740 | the kickstart file format, see the ":doc:`../ref-manual/ref-kickstart`" Chapter. | 8740 | the kickstart file format, see the ":doc:`/ref-manual/ref-kickstart`" Chapter. |
| 8741 | 8741 | ||
| 8742 | :term:`WKS_FILE_DEPENDS` | 8742 | :term:`WKS_FILE_DEPENDS` |
| 8743 | When placed in the recipe that builds your image, this variable lists | 8743 | When placed in the recipe that builds your image, this variable lists |
