mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 23:45:47 +00:00
This commit uses the new .. zephyr:code-sample-category directive to categorize code samples across the tree. Updates existing legacy references to manually defined targets to now use :zephyr:code-sample-category: role instead. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
24 lines
672 B
ReStructuredText
24 lines
672 B
ReStructuredText
.. zephyr:code-sample-category:: samples
|
|
:name: Samples and Demos
|
|
|
|
Zephyr offers a comprehensive collection of samples and demos that highlight the features of the
|
|
kernel and its subsystems.
|
|
|
|
These samples are crafted to be simple and easy to understand, serving as a starting point for your
|
|
own projects.
|
|
|
|
We welcome contributions of new samples to the project and you are encouraged to read more about
|
|
the :ref:`definition_and_criteria` if you are interested in submitting your own sample.
|
|
|
|
.. zephyr:code-sample-listing::
|
|
:categories: samples
|
|
:live-search:
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:maxdepth: 1
|
|
:hidden:
|
|
:glob:
|
|
|
|
sample_definition_and_criteria
|