mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 04:11:56 +00:00
Docs need a label at the top so we can use :ref:`labelname` to create a link to that doc from other docs. Change-Id: I7d7b98f3a9d22350ca983b3558bf83f77fd6e379 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
25 lines
358 B
ReStructuredText
25 lines
358 B
ReStructuredText
.. _samples-and-demos:
|
|
|
|
Samples and Demos
|
|
#################
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:glob:
|
|
|
|
kernel
|
|
basic/*
|
|
subsys/subsys.rst
|
|
net/net.rst
|
|
bluetooth/bluetooth.rst
|
|
sensor/*
|
|
grove/*
|
|
advanced
|
|
power/power.rst
|
|
boards/*
|
|
|
|
|
|
To add a new sample document, please use the template available under
|
|
:file:`doc/templates/sample.tmpl`
|