mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 15:34:05 +00:00
There are currently two samples in the ~/zephyr/samples/application_development/ directory. This commit allows them to be visible in the documentation. It is not clear why this has not been done already. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
26 lines
388 B
ReStructuredText
26 lines
388 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/*
|
|
boards/*
|
|
mpu/*
|
|
drivers/drivers.rst
|
|
application_development/*
|
|
|
|
|
|
To add a new sample document, please use the template available under
|
|
:file:`doc/templates/sample.tmpl`
|