* [PATCH] docs: fix WARNING document not included in any toctree
@ 2024-10-02 19:58 SurajSonawane2415
2024-10-07 17:09 ` Jonathan Corbet
2024-10-10 19:47 ` Steven Rostedt
0 siblings, 2 replies; 8+ messages in thread
From: SurajSonawane2415 @ 2024-10-02 19:58 UTC (permalink / raw)
To: rostedt
Cc: mhiramat, mathieu.desnoyers, corbet, linux-kernel,
linux-trace-kernel, linux-doc, SurajSonawane2415
Add debugging.rst to the relevant toctree to fix warning
about missing documentation inclusion in toctree.
Signed-off-by: SurajSonawane2415 <surajsonawane0215@gmail.com>
---
Documentation/trace/index.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst
index 0b300901f..2c991dc96 100644
--- a/Documentation/trace/index.rst
+++ b/Documentation/trace/index.rst
@@ -24,6 +24,7 @@ Linux Tracing Technologies
histogram
histogram-design
boottime-trace
+ debugging
hwlat_detector
osnoise-tracer
timerlat-tracer
--
2.34.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH] docs: fix WARNING document not included in any toctree
2024-10-02 19:58 [PATCH] docs: fix WARNING document not included in any toctree SurajSonawane2415
@ 2024-10-07 17:09 ` Jonathan Corbet
2024-10-10 19:47 ` Steven Rostedt
1 sibling, 0 replies; 8+ messages in thread
From: Jonathan Corbet @ 2024-10-07 17:09 UTC (permalink / raw)
To: SurajSonawane2415, rostedt
Cc: mhiramat, mathieu.desnoyers, linux-kernel, linux-trace-kernel,
linux-doc, SurajSonawane2415
SurajSonawane2415 <surajsonawane0215@gmail.com> writes:
> Add debugging.rst to the relevant toctree to fix warning
> about missing documentation inclusion in toctree.
>
> Signed-off-by: SurajSonawane2415 <surajsonawane0215@gmail.com>
> ---
> Documentation/trace/index.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst
> index 0b300901f..2c991dc96 100644
> --- a/Documentation/trace/index.rst
> +++ b/Documentation/trace/index.rst
> @@ -24,6 +24,7 @@ Linux Tracing Technologies
> histogram
> histogram-design
> boottime-trace
> + debugging
> hwlat_detector
Applied, thanks.
For future reference, please use your proper name in your signed-off-by
line.
jon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] docs: fix WARNING document not included in any toctree
2024-10-02 19:58 [PATCH] docs: fix WARNING document not included in any toctree SurajSonawane2415
2024-10-07 17:09 ` Jonathan Corbet
@ 2024-10-10 19:47 ` Steven Rostedt
2024-10-10 19:51 ` Jonathan Corbet
1 sibling, 1 reply; 8+ messages in thread
From: Steven Rostedt @ 2024-10-10 19:47 UTC (permalink / raw)
To: SurajSonawane2415
Cc: mhiramat, mathieu.desnoyers, corbet, linux-kernel,
linux-trace-kernel, linux-doc
On Thu, 3 Oct 2024 01:28:17 +0530
SurajSonawane2415 <surajsonawane0215@gmail.com> wrote:
> Add debugging.rst to the relevant toctree to fix warning
> about missing documentation inclusion in toctree.
>
> Signed-off-by: SurajSonawane2415 <surajsonawane0215@gmail.com>
> ---
> Documentation/trace/index.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst
> index 0b300901f..2c991dc96 100644
> --- a/Documentation/trace/index.rst
> +++ b/Documentation/trace/index.rst
> @@ -24,6 +24,7 @@ Linux Tracing Technologies
> histogram
> histogram-design
> boottime-trace
> + debugging
If order matters here, I'd like the debugging to be at the top. As I plan
on it being more of a tutorial for using tracing, and should be the first
document people see.
I need to take some time out and start filling it up!
-- Steve
> hwlat_detector
> osnoise-tracer
> timerlat-tracer
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] docs: fix WARNING document not included in any toctree
2024-10-10 19:47 ` Steven Rostedt
@ 2024-10-10 19:51 ` Jonathan Corbet
2024-10-11 7:12 ` Suraj Sonawane
0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Corbet @ 2024-10-10 19:51 UTC (permalink / raw)
To: Steven Rostedt, SurajSonawane2415
Cc: mhiramat, mathieu.desnoyers, linux-kernel, linux-trace-kernel,
linux-doc
Steven Rostedt <rostedt@goodmis.org> writes:
> On Thu, 3 Oct 2024 01:28:17 +0530
> SurajSonawane2415 <surajsonawane0215@gmail.com> wrote:
>
>> Add debugging.rst to the relevant toctree to fix warning
>> about missing documentation inclusion in toctree.
>>
>> Signed-off-by: SurajSonawane2415 <surajsonawane0215@gmail.com>
>> ---
>> Documentation/trace/index.rst | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst
>> index 0b300901f..2c991dc96 100644
>> --- a/Documentation/trace/index.rst
>> +++ b/Documentation/trace/index.rst
>> @@ -24,6 +24,7 @@ Linux Tracing Technologies
>> histogram
>> histogram-design
>> boottime-trace
>> + debugging
>
> If order matters here, I'd like the debugging to be at the top. As I plan
> on it being more of a tutorial for using tracing, and should be the first
> document people see.
>
> I need to take some time out and start filling it up!
That's the order that the links will show up in the rendered page, so
yes, it matters.
jon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] docs: fix WARNING document not included in any toctree
2024-10-10 19:51 ` Jonathan Corbet
@ 2024-10-11 7:12 ` Suraj Sonawane
2024-10-11 13:28 ` Jonathan Corbet
0 siblings, 1 reply; 8+ messages in thread
From: Suraj Sonawane @ 2024-10-11 7:12 UTC (permalink / raw)
To: Jonathan Corbet, Steven Rostedt
Cc: mhiramat, mathieu.desnoyers, linux-kernel, linux-trace-kernel,
linux-doc
On 11/10/24 01:21, Jonathan Corbet wrote:
> Steven Rostedt <rostedt@goodmis.org> writes:
>
>> On Thu, 3 Oct 2024 01:28:17 +0530
>> SurajSonawane2415 <surajsonawane0215@gmail.com> wrote:
>>
>>> Add debugging.rst to the relevant toctree to fix warning
>>> about missing documentation inclusion in toctree.
>>>
>>> Signed-off-by: SurajSonawane2415 <surajsonawane0215@gmail.com>
>>> ---
>>> Documentation/trace/index.rst | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst
>>> index 0b300901f..2c991dc96 100644
>>> --- a/Documentation/trace/index.rst
>>> +++ b/Documentation/trace/index.rst
>>> @@ -24,6 +24,7 @@ Linux Tracing Technologies
>>> histogram
>>> histogram-design
>>> boottime-trace
>>> + debugging
>>
>> If order matters here, I'd like the debugging to be at the top. As I plan
>> on it being more of a tutorial for using tracing, and should be the first
>> document people see.
>>
Thanks for the feedback!
>> I need to take some time out and start filling it up!
>
> That's the order that the links will show up in the rendered page, so
> yes, it matters.
>
> jon
Can I send an updated patch with this change (moving debugging section
to the top)?
Best,
Suraj
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] docs: fix WARNING document not included in any toctree
2024-10-11 7:12 ` Suraj Sonawane
@ 2024-10-11 13:28 ` Jonathan Corbet
2024-10-11 13:54 ` Steven Rostedt
2024-10-11 14:09 ` Suraj Sonawane
0 siblings, 2 replies; 8+ messages in thread
From: Jonathan Corbet @ 2024-10-11 13:28 UTC (permalink / raw)
To: Suraj Sonawane, Steven Rostedt
Cc: mhiramat, mathieu.desnoyers, linux-kernel, linux-trace-kernel,
linux-doc
Suraj Sonawane <surajsonawane0215@gmail.com> writes:
> Can I send an updated patch with this change (moving debugging section
> to the top)?
The patch is already applied, so no. You can send a new patch against
docs-next if that sort of movement is warranted.
Honestly, though, just shuffling one file around only seems so useful.
What would be nice would be to turn index.rst into a good starting point
for people wanting to learn about tracing, rather than just a jumble of
files. It needs organization into sections and some connecting text; as
an example, see the (minimal) organizational work that I did for
Documentation/process/index.rst.
It's more work, but would certainly pay off.
Thanks,
jon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] docs: fix WARNING document not included in any toctree
2024-10-11 13:28 ` Jonathan Corbet
@ 2024-10-11 13:54 ` Steven Rostedt
2024-10-11 14:09 ` Suraj Sonawane
1 sibling, 0 replies; 8+ messages in thread
From: Steven Rostedt @ 2024-10-11 13:54 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Suraj Sonawane, mhiramat, mathieu.desnoyers, linux-kernel,
linux-trace-kernel, linux-doc
On Fri, 11 Oct 2024 07:28:40 -0600
Jonathan Corbet <corbet@lwn.net> wrote:
> Suraj Sonawane <surajsonawane0215@gmail.com> writes:
>
> > Can I send an updated patch with this change (moving debugging section
> > to the top)?
>
> The patch is already applied, so no. You can send a new patch against
> docs-next if that sort of movement is warranted.
>
> Honestly, though, just shuffling one file around only seems so useful.
> What would be nice would be to turn index.rst into a good starting point
> for people wanting to learn about tracing, rather than just a jumble of
> files. It needs organization into sections and some connecting text; as
> an example, see the (minimal) organizational work that I did for
> Documentation/process/index.rst.
>
> It's more work, but would certainly pay off.
I'm still new to how the Documentation directory is set up. But I agree
with Jon. It's been on my todo list to make the tracing directory more of a
tutorial. I just need to find the time to do so.
-- Steve
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] docs: fix WARNING document not included in any toctree
2024-10-11 13:28 ` Jonathan Corbet
2024-10-11 13:54 ` Steven Rostedt
@ 2024-10-11 14:09 ` Suraj Sonawane
1 sibling, 0 replies; 8+ messages in thread
From: Suraj Sonawane @ 2024-10-11 14:09 UTC (permalink / raw)
To: Jonathan Corbet, Steven Rostedt
Cc: mhiramat, mathieu.desnoyers, linux-kernel, linux-trace-kernel,
linux-doc
On 11/10/24 18:58, Jonathan Corbet wrote:
> Suraj Sonawane <surajsonawane0215@gmail.com> writes:
>
>> Can I send an updated patch with this change (moving debugging section
>> to the top)?
>
> The patch is already applied, so no. You can send a new patch against
> docs-next if that sort of movement is warranted.
Sure! I will send a patch against docs-next to move the debugging
section to the top.
>
> Honestly, though, just shuffling one file around only seems so useful.
> What would be nice would be to turn index.rst into a good starting point
> for people wanting to learn about tracing, rather than just a jumble of
> files. It needs organization into sections and some connecting text; as
> an example, see the (minimal) organizational work that I did for
> Documentation/process/index.rst.
>
> It's more work, but would certainly pay off.
>
> Thanks,
>
> jon
I’ve also seen the structure in Documentation/process/index.rst with the
clear titles and descriptions.
Thanks,
Suraj Sonawane
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-10-11 14:09 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 19:58 [PATCH] docs: fix WARNING document not included in any toctree SurajSonawane2415
2024-10-07 17:09 ` Jonathan Corbet
2024-10-10 19:47 ` Steven Rostedt
2024-10-10 19:51 ` Jonathan Corbet
2024-10-11 7:12 ` Suraj Sonawane
2024-10-11 13:28 ` Jonathan Corbet
2024-10-11 13:54 ` Steven Rostedt
2024-10-11 14:09 ` Suraj Sonawane
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox