All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 1/1] docs/devel: Add a single top-level header to MTTCG's doc
@ 2021-05-28 12:35 ` Luis Pires
  0 siblings, 0 replies; 4+ messages in thread
From: Luis Pires @ 2021-05-28 12:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee, qemu-trivial, Luis Pires

Without a single top-level header in the .rst file, the index ended
up linking to all of the top-level headers separately. Now the index
links to the top-level header at the beginning of the document and
any inner headers are correctly linked as sub-items in the index.

Signed-off-by: Luis Pires <luis.pires@eldorado.org.br>
---
 docs/devel/multi-thread-tcg.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/devel/multi-thread-tcg.rst b/docs/devel/multi-thread-tcg.rst
index 92a9eba13c..5b446ee08b 100644
--- a/docs/devel/multi-thread-tcg.rst
+++ b/docs/devel/multi-thread-tcg.rst
@@ -4,8 +4,9 @@
   This work is licensed under the terms of the GNU GPL, version 2 or
   later. See the COPYING file in the top-level directory.
 
-Introduction
-============
+==================
+Multi-threaded TCG
+==================
 
 This document outlines the design for multi-threaded TCG (a.k.a MTTCG)
 system-mode emulation. user-mode emulation has always mirrored the
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH RESEND 1/1] docs/devel: Add a single top-level header to MTTCG's doc
@ 2021-05-28 12:35 ` Luis Pires
  0 siblings, 0 replies; 4+ messages in thread
From: Luis Pires @ 2021-05-28 12:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Luis Pires, alex.bennee

Without a single top-level header in the .rst file, the index ended
up linking to all of the top-level headers separately. Now the index
links to the top-level header at the beginning of the document and
any inner headers are correctly linked as sub-items in the index.

Signed-off-by: Luis Pires <luis.pires@eldorado.org.br>
---
 docs/devel/multi-thread-tcg.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/devel/multi-thread-tcg.rst b/docs/devel/multi-thread-tcg.rst
index 92a9eba13c..5b446ee08b 100644
--- a/docs/devel/multi-thread-tcg.rst
+++ b/docs/devel/multi-thread-tcg.rst
@@ -4,8 +4,9 @@
   This work is licensed under the terms of the GNU GPL, version 2 or
   later. See the COPYING file in the top-level directory.
 
-Introduction
-============
+==================
+Multi-threaded TCG
+==================
 
 This document outlines the design for multi-threaded TCG (a.k.a MTTCG)
 system-mode emulation. user-mode emulation has always mirrored the
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND 1/1] docs/devel: Add a single top-level header to MTTCG's doc
  2021-05-28 12:35 ` Luis Pires
@ 2021-05-28 15:04   ` Alex Bennée
  -1 siblings, 0 replies; 4+ messages in thread
From: Alex Bennée @ 2021-05-28 15:04 UTC (permalink / raw)
  To: Luis Pires; +Cc: qemu-devel, qemu-trivial


Luis Pires <luis.pires@eldorado.org.br> writes:

> Without a single top-level header in the .rst file, the index ended
> up linking to all of the top-level headers separately. Now the index
> links to the top-level header at the beginning of the document and
> any inner headers are correctly linked as sub-items in the index.
>
> Signed-off-by: Luis Pires <luis.pires@eldorado.org.br>

Queued to testing/next for want of a better tree. thanks.

> ---
>  docs/devel/multi-thread-tcg.rst | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/docs/devel/multi-thread-tcg.rst b/docs/devel/multi-thread-tcg.rst
> index 92a9eba13c..5b446ee08b 100644
> --- a/docs/devel/multi-thread-tcg.rst
> +++ b/docs/devel/multi-thread-tcg.rst
> @@ -4,8 +4,9 @@
>    This work is licensed under the terms of the GNU GPL, version 2 or
>    later. See the COPYING file in the top-level directory.
>  
> -Introduction
> -============
> +==================
> +Multi-threaded TCG
> +==================
>  
>  This document outlines the design for multi-threaded TCG (a.k.a MTTCG)
>  system-mode emulation. user-mode emulation has always mirrored the


-- 
Alex Bennée


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND 1/1] docs/devel: Add a single top-level header to MTTCG's doc
@ 2021-05-28 15:04   ` Alex Bennée
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Bennée @ 2021-05-28 15:04 UTC (permalink / raw)
  To: Luis Pires; +Cc: qemu-trivial, qemu-devel


Luis Pires <luis.pires@eldorado.org.br> writes:

> Without a single top-level header in the .rst file, the index ended
> up linking to all of the top-level headers separately. Now the index
> links to the top-level header at the beginning of the document and
> any inner headers are correctly linked as sub-items in the index.
>
> Signed-off-by: Luis Pires <luis.pires@eldorado.org.br>

Queued to testing/next for want of a better tree. thanks.

> ---
>  docs/devel/multi-thread-tcg.rst | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/docs/devel/multi-thread-tcg.rst b/docs/devel/multi-thread-tcg.rst
> index 92a9eba13c..5b446ee08b 100644
> --- a/docs/devel/multi-thread-tcg.rst
> +++ b/docs/devel/multi-thread-tcg.rst
> @@ -4,8 +4,9 @@
>    This work is licensed under the terms of the GNU GPL, version 2 or
>    later. See the COPYING file in the top-level directory.
>  
> -Introduction
> -============
> +==================
> +Multi-threaded TCG
> +==================
>  
>  This document outlines the design for multi-threaded TCG (a.k.a MTTCG)
>  system-mode emulation. user-mode emulation has always mirrored the


-- 
Alex Bennée


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-28 15:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-28 12:35 [PATCH RESEND 1/1] docs/devel: Add a single top-level header to MTTCG's doc Luis Pires
2021-05-28 12:35 ` Luis Pires
2021-05-28 15:04 ` Alex Bennée
2021-05-28 15:04   ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.