mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d1f0448ca9
commit
bd17892611
21
documentation/kernel-dev/index.rst
Normal file
21
documentation/kernel-dev/index.rst
Normal file
@@ -0,0 +1,21 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
|
||||
|
||||
=============================================
|
||||
Yocto Project Linux Kernel Development Manual
|
||||
=============================================
|
||||
|
||||
|
|
||||
|
||||
.. toctree::
|
||||
:caption: Table of Contents
|
||||
:numbered:
|
||||
|
||||
kernel-dev-intro
|
||||
kernel-dev-common
|
||||
kernel-dev-advanced
|
||||
kernel-dev-concepts-appx
|
||||
kernel-dev-maint-appx
|
||||
kernel-dev-faq
|
||||
history
|
||||
|
||||
.. include:: /boilerplate.rst
|
||||
Reference in New Issue
Block a user