* [PATCH RESEND] Documentation: add missing page title for kernel-doc.rst and sphinx.rst
@ 2022-03-22 11:36 Bagas Sanjaya
2022-03-25 19:29 ` Jonathan Corbet
0 siblings, 1 reply; 3+ messages in thread
From: Bagas Sanjaya @ 2022-03-22 11:36 UTC (permalink / raw)
To: linux-doc
Cc: Bagas Sanjaya, Jonathan Corbet, David S. Miller,
Greg Kroah-Hartman, Mauro Carvalho Chehab, linux-kernel
sphinx.rst and kernel-doc.rst are missing page title, thus top-level
headings in the respective documentation is displayed in the table of
contents for doc-guide.
Add the title.
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
Documentation/doc-guide/kernel-doc.rst | 4 ++++
Documentation/doc-guide/sphinx.rst | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
index 79aaa55d6bcf2b..de47b20c806acf 100644
--- a/Documentation/doc-guide/kernel-doc.rst
+++ b/Documentation/doc-guide/kernel-doc.rst
@@ -1,3 +1,7 @@
+==========================
+kernel-doc Comments Format
+==========================
+
Writing kernel-doc comments
===========================
diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst
index bb36f18ae9ac3e..140507de5a85e0 100644
--- a/Documentation/doc-guide/sphinx.rst
+++ b/Documentation/doc-guide/sphinx.rst
@@ -1,5 +1,9 @@
.. _sphinxdoc:
+=============
+Sphinx Primer
+=============
+
Introduction
============
base-commit: 09688c0166e76ce2fb85e86b9d99be8b0084cdf9
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH RESEND] Documentation: add missing page title for kernel-doc.rst and sphinx.rst
2022-03-22 11:36 [PATCH RESEND] Documentation: add missing page title for kernel-doc.rst and sphinx.rst Bagas Sanjaya
@ 2022-03-25 19:29 ` Jonathan Corbet
2022-03-26 4:22 ` Bagas Sanjaya
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2022-03-25 19:29 UTC (permalink / raw)
To: Bagas Sanjaya, linux-doc
Cc: Bagas Sanjaya, David S. Miller, Greg Kroah-Hartman,
Mauro Carvalho Chehab, linux-kernel
Bagas Sanjaya <bagasdotme@gmail.com> writes:
> sphinx.rst and kernel-doc.rst are missing page title, thus top-level
> headings in the respective documentation is displayed in the table of
> contents for doc-guide.
>
> Add the title.
>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> Cc: linux-kernel@vger.kernel.org
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
> Documentation/doc-guide/kernel-doc.rst | 4 ++++
> Documentation/doc-guide/sphinx.rst | 4 ++++
> 2 files changed, 8 insertions(+)
>
> diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
> index 79aaa55d6bcf2b..de47b20c806acf 100644
> --- a/Documentation/doc-guide/kernel-doc.rst
> +++ b/Documentation/doc-guide/kernel-doc.rst
> @@ -1,3 +1,7 @@
> +==========================
> +kernel-doc Comments Format
> +==========================
> +
> Writing kernel-doc comments
> ===========================
Honestly, I think this is better fixed just by promoting the existing
heading up a level. It describes the file nicely, and we don't need two
headers there.
> diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst
> index bb36f18ae9ac3e..140507de5a85e0 100644
> --- a/Documentation/doc-guide/sphinx.rst
> +++ b/Documentation/doc-guide/sphinx.rst
> @@ -1,5 +1,9 @@
> .. _sphinxdoc:
>
> +=============
> +Sphinx Primer
> +=============
> +
> Introduction
> ============
Here, perhaps, replace "Introduction" with "Using Sphinx for kernel
documentation" or some such and make that the document title?
Thanks,
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH RESEND] Documentation: add missing page title for kernel-doc.rst and sphinx.rst
2022-03-25 19:29 ` Jonathan Corbet
@ 2022-03-26 4:22 ` Bagas Sanjaya
0 siblings, 0 replies; 3+ messages in thread
From: Bagas Sanjaya @ 2022-03-26 4:22 UTC (permalink / raw)
To: Jonathan Corbet, linux-doc
Cc: David S. Miller, Greg Kroah-Hartman, Mauro Carvalho Chehab, linux-kernel
On 26/03/22 02.29, Jonathan Corbet wrote:
>> diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
>> index 79aaa55d6bcf2b..de47b20c806acf 100644
>> --- a/Documentation/doc-guide/kernel-doc.rst
>> +++ b/Documentation/doc-guide/kernel-doc.rst
>> @@ -1,3 +1,7 @@
>> +==========================
>> +kernel-doc Comments Format
>> +==========================
>> +
>> Writing kernel-doc comments
>> ===========================
>
> Honestly, I think this is better fixed just by promoting the existing
> heading up a level. It describes the file nicely, and we don't need two
> headers there.
>
OK.
>> diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst
>> index bb36f18ae9ac3e..140507de5a85e0 100644
>> --- a/Documentation/doc-guide/sphinx.rst
>> +++ b/Documentation/doc-guide/sphinx.rst
>> @@ -1,5 +1,9 @@
>> .. _sphinxdoc:
>>
>> +=============
>> +Sphinx Primer
>> +=============
>> +
>> Introduction
>> ============
>
> Here, perhaps, replace "Introduction" with "Using Sphinx for kernel
> documentation" or some such and make that the document title?
>
I agree with your document title suggestion.
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-26 4:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22 11:36 [PATCH RESEND] Documentation: add missing page title for kernel-doc.rst and sphinx.rst Bagas Sanjaya
2022-03-25 19:29 ` Jonathan Corbet
2022-03-26 4:22 ` Bagas Sanjaya
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®