summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/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/dev-manual/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/dev-manual/index.rst')
-rw-r--r--documentation/dev-manual/index.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/dev-manual/index.rst b/documentation/dev-manual/index.rst
new file mode 100644
index 0000000000..8f09224fe8
--- /dev/null
+++ b/documentation/dev-manual/index.rst
@@ -0,0 +1,19 @@
1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
2
3======================================
4Yocto Project Development Tasks Manual
5======================================
6
7|
8
9.. toctree::
10 :caption: Table of Contents
11 :numbered:
12
13 dev-manual-intro
14 dev-manual-start
15 dev-manual-common-tasks
16 dev-manual-qemu
17 history
18
19.. include:: /boilerplate.rst