[PATCH v2 1/7] docs: promote the title of process/index.html

Jonathan Corbet posted 4 patches 3 years, 6 months ago
There is a newer version of this series
[PATCH v2 1/7] docs: promote the title of process/index.html
Posted by Jonathan Corbet 3 years, 6 months ago
...otherwise Sphinx won't cooperate when trying to list it explicitly in
the top-level index.rst file

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/process/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst
index 2ba2a1582bbe..d4b6217472b0 100644
--- a/Documentation/process/index.rst
+++ b/Documentation/process/index.rst
@@ -5,6 +5,7 @@
 
 .. _process_index:
 
+=============================================
 Working with the kernel development community
 =============================================
 
-- 
2.37.2
Re: [PATCH v2 1/7] docs: promote the title of process/index.html
Posted by David Vernet 3 years, 6 months ago
On Thu, Sep 22, 2022 at 02:41:32PM -0600, Jonathan Corbet wrote:
> ...otherwise Sphinx won't cooperate when trying to list it explicitly in
> the top-level index.rst file
> 
> Signed-off-by: Jonathan Corbet <corbet@lwn.net>

Should the commit summary title say:

docs: promote the title of process/index.rst

In other words, s/html/rst

Otherwise:

Reviewed-by: David Vernet <void@manifault.com>

> ---
>  Documentation/process/index.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst
> index 2ba2a1582bbe..d4b6217472b0 100644
> --- a/Documentation/process/index.rst
> +++ b/Documentation/process/index.rst
> @@ -5,6 +5,7 @@
>  
>  .. _process_index:
>  
> +=============================================
>  Working with the kernel development community
>  =============================================
>  
> -- 
> 2.37.2
>
Re: [PATCH v2 1/7] docs: promote the title of process/index.html
Posted by Jonathan Corbet 3 years, 6 months ago
David Vernet <void@manifault.com> writes:

> On Thu, Sep 22, 2022 at 02:41:32PM -0600, Jonathan Corbet wrote:
>> ...otherwise Sphinx won't cooperate when trying to list it explicitly in
>> the top-level index.rst file
>> 
>> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
>
> Should the commit summary title say:
>
> docs: promote the title of process/index.rst
>
> In other words, s/html/rst

Duh ... not quite sure where I went off the rails there...

> Otherwise:
>
> Reviewed-by: David Vernet <void@manifault.com>

Thanks,

jon