diff options
Diffstat (limited to 'poky/documentation/index.rst')
-rw-r--r-- | poky/documentation/index.rst | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/poky/documentation/index.rst b/poky/documentation/index.rst new file mode 100644 index 000000000..258ecb81a --- /dev/null +++ b/poky/documentation/index.rst @@ -0,0 +1,53 @@ +.. SPDX-License-Identifier: CC-BY-2.0-UK + +.. The Yocto Project documentation master file, created by + sphinx-quickstart on Mon Apr 13 09:38:33 2020. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to The Yocto Project's documentation! +============================================= + +| + +.. toctree:: + :maxdepth: 1 + :caption: Introduction and Overview + + Quick Build <brief-yoctoprojectqs/brief-yoctoprojectqs> + what-i-wish-id-known + transitioning-to-a-custom-environment + Yocto Project Software Overview <https://www.yoctoproject.org/software-overview/> + Tips and Tricks Wiki <https://wiki.yoctoproject.org/wiki/TipsAndTricks> + + +.. toctree:: + :maxdepth: 1 + :caption: Manuals + + Overview and Concepts Manual <overview-manual/overview-manual> + Reference Manual <ref-manual/ref-manual> + Board Support Package (BSP) Developer's guide <bsp-guide/bsp-guide> + Development Tasks Manual <dev-manual/dev-manual> + Linux Kernel Development Manual <kernel-dev/kernel-dev> + Profile and Tracing Manual <profile-manual/profile-manual> + Application Development and the Extensible SDK (eSDK) <sdk-manual/sdk-manual> + Toaster Manual <toaster-manual/toaster-manual> + Test Environment Manual <test-manual/test-manual> + Bitbake User Manual <https://docs.yoctoproject.org/bitbake> + +.. toctree:: + :maxdepth: 1 + :caption: 'Mega' Manual + + All-in-one 'Mega' Manual <https://docs.yoctoproject.org/singleindex.html> + +.. toctree:: + :maxdepth: 1 + :caption: Manuals/Variable Index + + genindex + Current/Previous Version Specific Manuals <releases> + + + |