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/sdk-manual/index.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/sdk-manual/index.rst')
-rw-r--r-- | documentation/sdk-manual/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/documentation/sdk-manual/index.rst b/documentation/sdk-manual/index.rst new file mode 100644 index 0000000000..177826edf3 --- /dev/null +++ b/documentation/sdk-manual/index.rst | |||
@@ -0,0 +1,22 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | ||
2 | |||
3 | ======================================================================================== | ||
4 | Yocto Project Application Development and the Extensible Software Development Kit (eSDK) | ||
5 | ======================================================================================== | ||
6 | |||
7 | | | ||
8 | |||
9 | .. toctree:: | ||
10 | :caption: Table of Contents | ||
11 | :numbered: | ||
12 | |||
13 | sdk-intro | ||
14 | sdk-extensible | ||
15 | sdk-using | ||
16 | sdk-working-projects | ||
17 | sdk-appendix-obtain | ||
18 | sdk-appendix-customizing | ||
19 | sdk-appendix-customizing-standard | ||
20 | history | ||
21 | |||
22 | .. include:: /boilerplate.rst | ||