Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bagas Sanjaya and committed by
Paul E. McKenney
326b16ba 8495e00f

+1 -1
+1 -1
Documentation/RCU/index.rst
··· 7 7 ============ 8 8 9 9 .. toctree:: 10 - :maxdepth: 3 10 + :maxdepth: 2 11 11 12 12 checklist 13 13 lockdep