diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-12-03 22:38:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:21:27 +0000 |
commit | bd1789261122c25d62b8e8e7f7d5647249e8d8ff (patch) | |
tree | 5b831c41d669f37ce42dac9f25a57052fd61119a /documentation/ref-manual/resources.rst | |
parent | d1f0448ca9233fe1a4dc46e6bf86762b31ff34ef (diff) | |
download | poky-bd1789261122c25d62b8e8e7f7d5647249e8d8ff.tar.gz |
sphinx: rename top level document in each manual
It is more common to call the top level document index.rst. This is
what this patch is doing, along with all required references fixup.
(From yocto-docs rev: 2cea7fbba9210479fc0387d7e1b80da9885558f0)
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 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/ref-manual/resources.rst b/documentation/ref-manual/resources.rst index 70ba8e7be5..e41ce95cf0 100644 --- a/documentation/ref-manual/resources.rst +++ b/documentation/ref-manual/resources.rst | |||
@@ -125,18 +125,18 @@ 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/brief-yoctoprojectqs` *:* 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/overview-manual` *:* 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/dev-manual` *:* 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/sdk-manual` *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 |
@@ -146,12 +146,12 @@ Here is a list of resources you might find helpful: | |||
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/kernel-dev` *:* 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/ref-manual` *:* 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/profile-manual` *:* 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/toaster-manual` *:* 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 |