Reduce :maxdepth: from 2 to 1 in index.rst to simplify the table of contents, showing only top-level document titles for better readability.
Signed-off-by: Purva Yeshi <[email protected]> --- V1 - https://lore.kernel.org/all/[email protected]/ V2 - https://lore.kernel.org/lkml/[email protected]/ V3 - https://lore.kernel.org/all/[email protected]/ V4 - Reorder patches to apply the 'maxdepth' change first, then refactor the index documentation to avoid introducing maxdepth: 2 only to modify it in the next patch. Documentation/trace/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst index 2c991dc96..fecc4adf7 100644 --- a/Documentation/trace/index.rst +++ b/Documentation/trace/index.rst @@ -3,7 +3,7 @@ Linux Tracing Technologies ========================== .. toctree:: - :maxdepth: 2 + :maxdepth: 1 ftrace-design tracepoint-analysis -- 2.34.1
