From bd1789261122c25d62b8e8e7f7d5647249e8d8ff Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Thu, 3 Dec 2020 22:38:34 +0100 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/index.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 documentation/dev-manual/index.rst (limited to 'documentation/dev-manual/index.rst') 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 @@ +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK + +====================================== +Yocto Project Development Tasks Manual +====================================== + +| + +.. toctree:: + :caption: Table of Contents + :numbered: + + dev-manual-intro + dev-manual-start + dev-manual-common-tasks + dev-manual-qemu + history + +.. include:: /boilerplate.rst -- cgit v1.2.3-54-g00ecf