summaryrefslogtreecommitdiffstats
path: root/documentation/index.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-12-03 22:38:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:21:27 +0000
commitbd1789261122c25d62b8e8e7f7d5647249e8d8ff (patch)
tree5b831c41d669f37ce42dac9f25a57052fd61119a /documentation/index.rst
parentd1f0448ca9233fe1a4dc46e6bf86762b31ff34ef (diff)
downloadpoky-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/index.rst')
-rw-r--r--documentation/index.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 2891a98621..9f41daf4b4 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -14,7 +14,7 @@ Welcome to the Yocto Project Documentation
14 :maxdepth: 1 14 :maxdepth: 1
15 :caption: Introduction and Overview 15 :caption: Introduction and Overview
16 16
17 Quick Build <brief-yoctoprojectqs/brief-yoctoprojectqs> 17 Quick Build <brief-yoctoprojectqs/index>
18 what-i-wish-id-known 18 what-i-wish-id-known
19 transitioning-to-a-custom-environment 19 transitioning-to-a-custom-environment
20 Yocto Project Software Overview <https://www.yoctoproject.org/software-overview/> 20 Yocto Project Software Overview <https://www.yoctoproject.org/software-overview/>
@@ -25,15 +25,15 @@ Welcome to the Yocto Project Documentation
25 :maxdepth: 1 25 :maxdepth: 1
26 :caption: Manuals 26 :caption: Manuals
27 27
28 Overview and Concepts Manual <overview-manual/overview-manual> 28 Overview and Concepts Manual <overview-manual/index>
29 Reference Manual <ref-manual/ref-manual> 29 Reference Manual <ref-manual/index>
30 Board Support Package (BSP) Developer's guide <bsp-guide/bsp-guide> 30 Board Support Package (BSP) Developer's guide <bsp-guide/index>
31 Development Tasks Manual <dev-manual/dev-manual> 31 Development Tasks Manual <dev-manual/index>
32 Linux Kernel Development Manual <kernel-dev/kernel-dev> 32 Linux Kernel Development Manual <kernel-dev/index>
33 Profile and Tracing Manual <profile-manual/profile-manual> 33 Profile and Tracing Manual <profile-manual/index>
34 Application Development and the Extensible SDK (eSDK) <sdk-manual/sdk-manual> 34 Application Development and the Extensible SDK (eSDK) <sdk-manual/index>
35 Toaster Manual <toaster-manual/toaster-manual> 35 Toaster Manual <toaster-manual/index>
36 Test Environment Manual <test-manual/test-manual> 36 Test Environment Manual <test-manual/index>
37 Bitbake User Manual <https://docs.yoctoproject.org/bitbake> 37 Bitbake User Manual <https://docs.yoctoproject.org/bitbake>
38 38
39.. toctree:: 39.. toctree::