mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
Documentation: RCU: Reduce toctree depth
toctree index for RCU currently has maximum depth of 3. Since no docs currently use more than 3 section heading levels, this effectively spills the entire docs hierarchy. Tidy up by reducing toctree depth to 2 (only showing docs title and second-level sections). Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
parent
8495e00fe6
commit
326b16baed
|
|
@ -7,7 +7,7 @@ RCU concepts
|
|||
============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:maxdepth: 2
|
||||
|
||||
checklist
|
||||
lockdep
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user