mbox series

[v2,0/2] Table of contents refactoring for tracing docs

Message ID 20250416024050.19735-1-bagasdotme@gmail.com (mailing list archive)
Headers show
Series Table of contents refactoring for tracing docs | expand

Message

Bagas Sanjaya April 16, 2025, 2:40 a.m. UTC
Hi,

The trace toctree refactoring series [1] didn't make it through 6.15
merge window previously, so I forwarded it targeting 6.16 via
docs-next tree instead.

Enjoy!

Changes since v1 [2]:

  - Remove mention of individual docs' toctree as the generated sidebar
    toctree don't include them ([patch 1/2])
  - Move uprobetracer to user-space tracing section (Steven, [patch 2/2])

[1]: https://lore.kernel.org/linux-doc/20250318113230.24950-1-purvayeshi550@gmail.com/T/#u
[2]: https://lore.kernel.org/linux-doc/20250415034613.21305-1-bagasdotme@gmail.com/

Purva Yeshi (2):
  Documentation: trace: Reduce toctree depth
  Documentation: trace: Refactor toctree

 Documentation/trace/index.rst | 98 +++++++++++++++++++++++++++++------
 1 file changed, 81 insertions(+), 17 deletions(-)


base-commit: 43e9076a00b17cf8115b4bd4d3b2be33a44245ca

Comments

Steven Rostedt April 16, 2025, 2:12 p.m. UTC | #1
On Wed, 16 Apr 2025 09:40:48 +0700
Bagas Sanjaya <bagasdotme@gmail.com> wrote:

> Hi,
> 
> The trace toctree refactoring series [1] didn't make it through 6.15
> merge window previously, so I forwarded it targeting 6.16 via
> docs-next tree instead.
> 
> Enjoy!
> 
> Changes since v1 [2]:
> 
>   - Remove mention of individual docs' toctree as the generated sidebar
>     toctree don't include them ([patch 1/2])
>   - Move uprobetracer to user-space tracing section (Steven, [patch 2/2])
> 
> [1]: https://lore.kernel.org/linux-doc/20250318113230.24950-1-purvayeshi550@gmail.com/T/#u
> [2]: https://lore.kernel.org/linux-doc/20250415034613.21305-1-bagasdotme@gmail.com/
> 
> Purva Yeshi (2):
>   Documentation: trace: Reduce toctree depth
>   Documentation: trace: Refactor toctree
> 
>  Documentation/trace/index.rst | 98 +++++++++++++++++++++++++++++------
>  1 file changed, 81 insertions(+), 17 deletions(-)

Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>

for both patches.

Jon, feel free to take this through your tree.

Thanks,

-- Steve