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:
parent
4e472fa2fe
commit
d7c32911c4
10 changed files with 19 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
kernel/kernel.rst
|
||||
application/application.rst
|
||||
platform/platform.rst
|
||||
reference/reference.rst
|
||||
zephyr_project
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.. _code:
|
||||
.. _api:
|
||||
|
||||
Auto-generated API Documentation
|
||||
################################
|
4
doc/reference/configuration.rst
Normal file
4
doc/reference/configuration.rst
Normal file
|
@ -0,0 +1,4 @@
|
|||
.. _configuration:
|
||||
|
||||
Configuration Options Reference Guide
|
||||
#####################################
|
13
doc/reference/reference.rst
Normal file
13
doc/reference/reference.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
.. _reference:
|
||||
|
||||
Kernel Reference Guides
|
||||
#######################
|
||||
|
||||
The following reference guides are provided:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
api
|
||||
configuration
|
||||
kbuild
|
Loading…
Add table
Add a link
Reference in a new issue