Skip to content

Commit 47f36af

Browse files
mbolivar-nordicioannisg
authored andcommitted
doc: change kernel reference toctree maxdepth to 1
This makes the index cleaner. Signed-off-by: Marti Bolivar <[email protected]>
1 parent 67db616 commit 47f36af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/reference/kernel/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These pages cover basic kernel services related to thread scheduling and
2828
synchronization.
2929

3030
.. toctree::
31-
:maxdepth: 2
31+
:maxdepth: 1
3232

3333
threads/index.rst
3434
scheduling/index.rst
@@ -69,7 +69,7 @@ argument.
6969
[4] Optional.
7070

7171
.. toctree::
72-
:maxdepth: 2
72+
:maxdepth: 1
7373

7474
data_passing/fifos.rst
7575
data_passing/lifos.rst
@@ -84,7 +84,7 @@ Memory Management
8484
These pages cover memory allocation and management services.
8585

8686
.. toctree::
87-
:maxdepth: 2
87+
:maxdepth: 1
8888

8989
memory/slabs.rst
9090
memory/pools.rst
@@ -96,7 +96,7 @@ Timing
9696
These pages cover timing related services.
9797

9898
.. toctree::
99-
:maxdepth: 2
99+
:maxdepth: 1
100100

101101
timing/clocks.rst
102102
timing/timers.rst
@@ -107,7 +107,7 @@ Other
107107
These pages cover other kernel services.
108108

109109
.. toctree::
110-
:maxdepth: 2
110+
:maxdepth: 1
111111

112112
other/cpu_idle.rst
113113
other/atomic.rst

0 commit comments

Comments
 (0)