zephyr/samples/index.rst
Benjamin Cabé 2479af21f6 doc: samples: Fix incorrect maxdepth for some toctrees
The table of contents for the samples' catalog was showing too many
levels for some sections.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2023-09-26 12:02:54 +02:00

36 lines
586 B
ReStructuredText

.. _samples-and-demos:
Samples and Demos
#################
.. toctree::
:titlesonly:
:maxdepth: 2
:glob:
sample_definition_and_criteria
classic
basic/*
userspace/*
subsys/subsys.rst
net/net.rst
bluetooth/bluetooth.rst
sensor/*
arch/*
boards/*
drivers/drivers.rst
application_development/*
shields/*
cpp/*
posix/*
kernel/*
tfm_integration/tfm_integration.rst
modules/*
compression/*
fuel_gauge/*
.. comment
To add a new sample document, please use the template available under
``doc/templates/sample.tmpl``