diff mbox series

[2/2] docs: Add 'local' argument to 'contents'

Message ID 20180509170200.30709-2-stephen@that.guru
State Accepted
Headers show
Series [1/2] docs: Add additional information about API versions | expand

Commit Message

Stephen Finucane May 9, 2018, 5:02 p.m. UTC
This means the page title won't be included in the table of contents,
which makes sense. I'm not really sure why this isn't the default, to be
honest.

Signed-off-by: Stephen Finucane <stephen@that.guru>
---
 docs/usage/overview.rst | 1 +
 1 file changed, 1 insertion(+)

Comments

Daniel Axtens May 11, 2018, 4:50 p.m. UTC | #1
Series applied, thanks Stephen!

Regards,
Daniel

Stephen Finucane <stephen@that.guru> writes:

> This means the page title won't be included in the table of contents,
> which makes sense. I'm not really sure why this isn't the default, to be
> honest.
>
> Signed-off-by: Stephen Finucane <stephen@that.guru>
> ---
>  docs/usage/overview.rst | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/docs/usage/overview.rst b/docs/usage/overview.rst
> index 1db3244e..e84e13d9 100644
> --- a/docs/usage/overview.rst
> +++ b/docs/usage/overview.rst
> @@ -4,6 +4,7 @@ Overview
>  The key concepts or models of Patchwork are outlined below.
>  
>  .. contents::
> +   :local:
>  
>  
>  Projects
> -- 
> 2.14.3
>
> _______________________________________________
> Patchwork mailing list
> Patchwork@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork
diff mbox series

Patch

diff --git a/docs/usage/overview.rst b/docs/usage/overview.rst
index 1db3244e..e84e13d9 100644
--- a/docs/usage/overview.rst
+++ b/docs/usage/overview.rst
@@ -4,6 +4,7 @@  Overview
 The key concepts or models of Patchwork are outlined below.
 
 .. contents::
+   :local:
 
 
 Projects