diff options
author | Purva Yeshi <purvayeshi550@gmail.com> | 2025-04-16 09:40:49 +0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-04-21 10:37:01 -0600 |
commit | 33583537dd5f48d76391ecebe0648151309d2687 (patch) | |
tree | bf7e24727ac7c29c0d70563dab6c9d3236d9c556 | |
parent | 43e9076a00b17cf8115b4bd4d3b2be33a44245ca (diff) |
Documentation: trace: Reduce toctree depth
Reduce toctree depth from 2 to 1 so that only docs titles are listed
in the toctree.
Signed-off-by: Purva Yeshi <purvayeshi550@gmail.com>
Link: https://lore.kernel.org/r/20250318113230.24950-1-purvayeshi550@gmail.com
[Bagas: massage commit message]
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/trace/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst index 2c991dc96ace..fecc4adf70a8 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 |