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/resources.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/resources.rst')
| -rw-r--r-- | documentation/ref-manual/resources.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/ref-manual/resources.rst b/documentation/ref-manual/resources.rst index e41ce95cf0..fd04593d43 100644 --- a/documentation/ref-manual/resources.rst +++ b/documentation/ref-manual/resources.rst | |||
| @@ -125,33 +125,33 @@ Here is a list of resources you might find helpful: | |||
| 125 | guide to the BitBake tool. If you want information on BitBake, see | 125 | guide to the BitBake tool. If you want information on BitBake, see |
| 126 | this manual. | 126 | this manual. |
| 127 | 127 | ||
| 128 | - :doc:`../brief-yoctoprojectqs/index` *:* This | 128 | - :doc:`/brief-yoctoprojectqs/index` *:* This |
| 129 | short document lets you experience building an image using the Yocto | 129 | short document lets you experience building an image using the Yocto |
| 130 | Project without having to understand any concepts or details. | 130 | Project without having to understand any concepts or details. |
| 131 | 131 | ||
| 132 | - :doc:`../overview-manual/index` *:* This manual provides overview | 132 | - :doc:`/overview-manual/index` *:* This manual provides overview |
| 133 | and conceptual information about the Yocto Project. | 133 | and conceptual information about the Yocto Project. |
| 134 | 134 | ||
| 135 | - :doc:`../dev-manual/index` *:* This manual is a "how-to" guide | 135 | - :doc:`/dev-manual/index` *:* This manual is a "how-to" guide |
| 136 | that presents procedures useful to both application and system | 136 | that presents procedures useful to both application and system |
| 137 | developers who use the Yocto Project. | 137 | developers who use the Yocto Project. |
| 138 | 138 | ||
| 139 | - :doc:`../sdk-manual/index` *manual :* This | 139 | - :doc:`/sdk-manual/index` *manual :* This |
| 140 | guide provides information that lets you get going with the standard | 140 | guide provides information that lets you get going with the standard |
| 141 | or extensible SDK. An SDK, with its cross-development toolchains, | 141 | or extensible SDK. An SDK, with its cross-development toolchains, |
| 142 | allows you to develop projects inside or outside of the Yocto Project | 142 | allows you to develop projects inside or outside of the Yocto Project |
| 143 | environment. | 143 | environment. |
| 144 | 144 | ||
| 145 | - :doc:`../bsp-guide/bsp` *:* This guide defines the structure | 145 | - :doc:`/bsp-guide/bsp` *:* This guide defines the structure |
| 146 | for BSP components. Having a commonly understood structure encourages | 146 | for BSP components. Having a commonly understood structure encourages |
| 147 | standardization. | 147 | standardization. |
| 148 | 148 | ||
| 149 | - :doc:`../kernel-dev/index` *:* This manual describes | 149 | - :doc:`/kernel-dev/index` *:* This manual describes |
| 150 | how to work with Linux Yocto kernels as well as provides a bit of | 150 | how to work with Linux Yocto kernels as well as provides a bit of |
| 151 | conceptual information on the construction of the Yocto Linux kernel | 151 | conceptual information on the construction of the Yocto Linux kernel |
| 152 | tree. | 152 | tree. |
| 153 | 153 | ||
| 154 | - :doc:`../ref-manual/index` *:* This | 154 | - :doc:`/ref-manual/index` *:* This |
| 155 | manual provides reference material such as variable, task, and class | 155 | manual provides reference material such as variable, task, and class |
| 156 | descriptions. | 156 | descriptions. |
| 157 | 157 | ||
| @@ -161,11 +161,11 @@ Here is a list of resources you might find helpful: | |||
| 161 | which you can easily search for phrases and terms used in the Yocto | 161 | which you can easily search for phrases and terms used in the Yocto |
| 162 | Project documentation set. | 162 | Project documentation set. |
| 163 | 163 | ||
| 164 | - :doc:`../profile-manual/index` *:* This manual presents a set of | 164 | - :doc:`/profile-manual/index` *:* This manual presents a set of |
| 165 | common and generally useful tracing and profiling schemes along with | 165 | common and generally useful tracing and profiling schemes along with |
| 166 | their applications (as appropriate) to each tool. | 166 | their applications (as appropriate) to each tool. |
| 167 | 167 | ||
| 168 | - :doc:`../toaster-manual/index` *:* This manual | 168 | - :doc:`/toaster-manual/index` *:* This manual |
| 169 | introduces and describes how to set up and use Toaster. Toaster is an | 169 | introduces and describes how to set up and use Toaster. Toaster is an |
| 170 | Application Programming Interface (API) and web-based interface to | 170 | Application Programming Interface (API) and web-based interface to |
| 171 | the :term:`OpenEmbedded Build System`, which uses | 171 | the :term:`OpenEmbedded Build System`, which uses |
