linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 1/2] docs: tracing: Reduce maxdepth in index.rst for clarity
@ 2025-03-18 11:32 Purva Yeshi
  2025-03-18 11:32 ` [PATCH v4 2/2] docs: tracing: Refactor " Purva Yeshi
  2025-03-18 14:22 ` [PATCH v4 1/2] docs: tracing: Reduce maxdepth in " Bagas Sanjaya
  0 siblings, 2 replies; 6+ messages in thread
From: Purva Yeshi @ 2025-03-18 11:32 UTC (permalink / raw)
  To: rostedt, mhiramat, mathieu.desnoyers, corbet
  Cc: linux-kernel, linux-trace-kernel, linux-doc, Purva Yeshi

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 <purvayeshi550@gmail.com>
---
V1 - https://lore.kernel.org/all/20250204133616.27694-1-purvayeshi550@gmail.com/
V2 - https://lore.kernel.org/lkml/20250206141453.139613-1-purvayeshi550@gmail.com/
V3 - https://lore.kernel.org/all/20250312124717.7208-1-purvayeshi550@gmail.com/
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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-04-08  0:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18 11:32 [PATCH v4 1/2] docs: tracing: Reduce maxdepth in index.rst for clarity Purva Yeshi
2025-03-18 11:32 ` [PATCH v4 2/2] docs: tracing: Refactor " Purva Yeshi
2025-03-18 14:23   ` Bagas Sanjaya
2025-03-21 14:25   ` Steven Rostedt
2025-04-08  0:55     ` Bagas Sanjaya
2025-03-18 14:22 ` [PATCH v4 1/2] docs: tracing: Reduce maxdepth in " Bagas Sanjaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).