doc: Restructure top level sections.
Restructures the top level sections to ease finding information. Change-Id: I09de0a0d665fc77dea92797be8ef29970fe8a393 Jira: ZEP-245 Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
This commit is contained in:
parent
72786486c6
commit
0ff631ce1f
4 changed files with 8 additions and 5 deletions
|
@ -23,3 +23,4 @@ The use of the Zephyr APIs is the same for all platforms and boards.
|
|||
io_interfaces.rst
|
||||
event_logger.rst
|
||||
power_management_api
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ Use the following procedures to create a new development environment.
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
about_zephyr.rst
|
||||
installation_linux.rst
|
||||
installation_mac.rst
|
||||
installation_win.rst
|
||||
|
|
|
@ -28,21 +28,21 @@ Sections
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
about_zephyr.rst
|
||||
getting_started/getting_started.rst
|
||||
kernel/kernel.rst
|
||||
contribute/code.rst
|
||||
drivers/drivers.rst
|
||||
subsystems/subsystems.rst
|
||||
contribute/code.rst
|
||||
porting/porting.rst
|
||||
api/api.rst
|
||||
board/board.rst
|
||||
reference/kbuild/kbuild.rst
|
||||
application/application.rst
|
||||
api/api.rst
|
||||
reference/kconfig/index.rst
|
||||
board/board.rst
|
||||
|
||||
You can find further information on the `Zephyr Project Wiki`_.
|
||||
|
||||
.. include:: about_zephyr.rst
|
||||
|
||||
Indices and Tables
|
||||
******************
|
||||
|
||||
|
|
|
@ -16,5 +16,6 @@ into a single image.
|
|||
:maxdepth: 1
|
||||
|
||||
kbuild_kconfig
|
||||
../kconfig/index.rst
|
||||
kbuild_makefiles
|
||||
kbuild_project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue