14a1145324
Commit 09ba258b05
changed the maxdepth
of the entire samples toctree to 4 from 2 while making a fix to the
tensorflow docs.
Unfortunately that makes the docs index page for the samples too long,
as there are a lot of samples. It's better to just link each one by
one and let the user click to the one they want to find out
information on building and running the sample. Since the individual
README for each sample is usually quite short; it's not a lot of
scrolling, and the per-sample toctree is already available in the
sidebar anyway.
Fix this issue with the index page by restoring the original maxdepth.
Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
31 lines
494 B
ReStructuredText
31 lines
494 B
ReStructuredText
.. _samples-and-demos:
|
|
|
|
Samples and Demos
|
|
#################
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:glob:
|
|
|
|
classic
|
|
basic/*
|
|
userspace/*
|
|
subsys/subsys.rst
|
|
net/net.rst
|
|
bluetooth/bluetooth.rst
|
|
sensor/*
|
|
arch/*
|
|
boards/*
|
|
drivers/drivers.rst
|
|
application_development/*
|
|
shields/*
|
|
posix/*
|
|
kernel/*
|
|
tfm_integration/tfm_integration.rst
|
|
modules/*
|
|
|
|
.. comment
|
|
To add a new sample document, please use the template available under
|
|
``doc/templates/sample.tmpl``
|