zephyr/doc/index.rst
Allan Stephens fa2e040198 doc: Enhance usability of top-level documentation page
Regroups documents into 3 sets::

1) Documents needed when first encountering Zephyr. (Basically what
   you need to decide if you're interested in Zephyr, what it can do
   for you, and how to get the code so you can experiment with it.)

2) Documents used when developing new Zephyr software.

3) Reference documents for Zephyr. (Having these on the main page
   instead of a sub-page make sense, since the API guide and
   configuration option guide will be consulted frequently by users.)

Change-Id: Ifee7ac83f041c24e1efbe3ba7379c21a2ba8b9bc
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:15:21 -05:00

47 lines
614 B
ReStructuredText

..
Zephyr Project documentation master file
.. include:: documentation_license.rst
.. include:: disclaimers.rst
Getting Started
###############
.. toctree::
:maxdepth: 1
about_zephyr.rst
kernel/kernel.rst
quick_start/quick_start.rst
Developer Guides
################
.. toctree::
:maxdepth: 1
application/application.rst
platform/platform.rst
zephyr_project
Reference Guides
################
.. toctree::
:maxdepth: 1
reference/api.rst
reference/configuration.rst
reference/kbuild.rst
Indices and tables
##################
* :ref:`genindex`
* :ref:`search`