doc: change kernel reference toctree maxdepth to 1
This makes the index cleaner. Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
67db6162a2
commit
47f36afdb9
1 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ These pages cover basic kernel services related to thread scheduling and
|
|||
synchronization.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
|
||||
threads/index.rst
|
||||
scheduling/index.rst
|
||||
|
@ -69,7 +69,7 @@ argument.
|
|||
[4] Optional.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
|
||||
data_passing/fifos.rst
|
||||
data_passing/lifos.rst
|
||||
|
@ -84,7 +84,7 @@ Memory Management
|
|||
These pages cover memory allocation and management services.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
|
||||
memory/slabs.rst
|
||||
memory/pools.rst
|
||||
|
@ -96,7 +96,7 @@ Timing
|
|||
These pages cover timing related services.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
|
||||
timing/clocks.rst
|
||||
timing/timers.rst
|
||||
|
@ -107,7 +107,7 @@ Other
|
|||
These pages cover other kernel services.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
|
||||
other/cpu_idle.rst
|
||||
other/atomic.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue