Doc: Create the Reference Guides part.

Placeholders were created for the missing content. The automatically
generated API docs were separated from the Doxygen collaboration guide.
The Kbuild User's Guide was moved unchanged.

Change-Id: I07dfed61bfbb3cad60372c57dc3cbdf627c872f0
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
This commit is contained in:
Rodrigo Caballero 2015-08-07 17:24:03 -05:00 committed by Anas Nashif
commit d7c32911c4
10 changed files with 19 additions and 1 deletions

View file

@ -16,6 +16,7 @@
kernel/kernel.rst
application/application.rst
platform/platform.rst
reference/reference.rst
zephyr_project

View file

@ -1,4 +1,4 @@
.. _code:
.. _api:
Auto-generated API Documentation
################################

View file

@ -0,0 +1,4 @@
.. _configuration:
Configuration Options Reference Guide
#####################################

View file

@ -0,0 +1,13 @@
.. _reference:
Kernel Reference Guides
#######################
The following reference guides are provided:
.. toctree::
:maxdepth: 1
api
configuration
kbuild