qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] docs: simplify each section title
@ 2021-03-23  7:47 marcandre.lureau
  2021-03-23  9:50 ` Daniel P. Berrangé
  2021-03-23 12:11 ` John Snow
  0 siblings, 2 replies; 3+ messages in thread
From: marcandre.lureau @ 2021-03-23  7:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: jsnow, berrange, Marc-André Lureau, peter.maydell

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Now that we merged into one doc, it makes the nav looks nicer.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
v2:
 - Developers -> Developer Information (suggested by Peter)

 docs/devel/index.rst   | 4 ++--
 docs/interop/index.rst | 4 ++--
 docs/specs/index.rst   | 4 ++--
 docs/system/index.rst  | 4 ++--
 docs/tools/index.rst   | 4 ++--
 docs/user/index.rst    | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index 7c424ea6d7..60039faa68 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -1,8 +1,8 @@
 .. This is the top level page for the 'devel' manual.
 
 
-QEMU Developer's Guide
-======================
+Developer Information
+=====================
 
 This manual documents various parts of the internals of QEMU.
 You only need to read it if you are interested in reading or
diff --git a/docs/interop/index.rst b/docs/interop/index.rst
index 95d56495f6..219a5e5fc5 100644
--- a/docs/interop/index.rst
+++ b/docs/interop/index.rst
@@ -1,8 +1,8 @@
 .. This is the top level page for the 'interop' manual.
 
 
-QEMU System Emulation Management and Interoperability Guide
-===========================================================
+System Emulation Management and Interoperability
+================================================
 
 This manual contains documents and specifications that are useful
 for making QEMU interoperate with other software.
diff --git a/docs/specs/index.rst b/docs/specs/index.rst
index 1b0eb979d5..7b08314d33 100644
--- a/docs/specs/index.rst
+++ b/docs/specs/index.rst
@@ -1,8 +1,8 @@
 .. This is the top level page for the 'specs' manual
 
 
-QEMU System Emulation Guest Hardware Specifications
-===================================================
+System Emulation Guest Hardware Specifications
+==============================================
 
 
 Contents:
diff --git a/docs/system/index.rst b/docs/system/index.rst
index 6ad9c93806..02d0707181 100644
--- a/docs/system/index.rst
+++ b/docs/system/index.rst
@@ -1,8 +1,8 @@
 .. This is the top level page for the 'system' manual.
 
 
-QEMU System Emulation User's Guide
-==================================
+System Emulation
+================
 
 This manual is the overall guide for users using QEMU
 for full system emulation (as opposed to user-mode emulation).
diff --git a/docs/tools/index.rst b/docs/tools/index.rst
index 3a5829c17a..d923834a73 100644
--- a/docs/tools/index.rst
+++ b/docs/tools/index.rst
@@ -1,8 +1,8 @@
 .. This is the top level page for the 'tools' manual
 
 
-QEMU Tools Guide
-================
+Tools
+=====
 
 
 Contents:
diff --git a/docs/user/index.rst b/docs/user/index.rst
index e030dadf65..a5b47459ec 100644
--- a/docs/user/index.rst
+++ b/docs/user/index.rst
@@ -1,8 +1,8 @@
 .. This is the top level page for the 'user' manual.
 
 
-QEMU User Mode Emulation User's Guide
-=====================================
+User Mode Emulation
+===================
 
 This manual is the overall guide for users using QEMU
 for user-mode emulation.  In this mode, QEMU can launch
-- 
2.29.0



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

* Re: [PATCH v2] docs: simplify each section title
  2021-03-23  7:47 [PATCH v2] docs: simplify each section title marcandre.lureau
@ 2021-03-23  9:50 ` Daniel P. Berrangé
  2021-03-23 12:11 ` John Snow
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel P. Berrangé @ 2021-03-23  9:50 UTC (permalink / raw)
  To: marcandre.lureau; +Cc: peter.maydell, jsnow, qemu-devel

On Tue, Mar 23, 2021 at 11:47:04AM +0400, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> Now that we merged into one doc, it makes the nav looks nicer.
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
> v2:
>  - Developers -> Developer Information (suggested by Peter)
> 
>  docs/devel/index.rst   | 4 ++--
>  docs/interop/index.rst | 4 ++--
>  docs/specs/index.rst   | 4 ++--
>  docs/system/index.rst  | 4 ++--
>  docs/tools/index.rst   | 4 ++--
>  docs/user/index.rst    | 4 ++--
>  6 files changed, 12 insertions(+), 12 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



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

* Re: [PATCH v2] docs: simplify each section title
  2021-03-23  7:47 [PATCH v2] docs: simplify each section title marcandre.lureau
  2021-03-23  9:50 ` Daniel P. Berrangé
@ 2021-03-23 12:11 ` John Snow
  1 sibling, 0 replies; 3+ messages in thread
From: John Snow @ 2021-03-23 12:11 UTC (permalink / raw)
  To: marcandre.lureau, qemu-devel; +Cc: peter.maydell, berrange

On 3/23/21 3:47 AM, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> Now that we merged into one doc, it makes the nav looks nicer.
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>

Reviewed-by: John Snow <jsnow@redhat.com>

> ---
> v2:
>   - Developers -> Developer Information (suggested by Peter)
> 
>   docs/devel/index.rst   | 4 ++--
>   docs/interop/index.rst | 4 ++--
>   docs/specs/index.rst   | 4 ++--
>   docs/system/index.rst  | 4 ++--
>   docs/tools/index.rst   | 4 ++--
>   docs/user/index.rst    | 4 ++--
>   6 files changed, 12 insertions(+), 12 deletions(-)
> 
> diff --git a/docs/devel/index.rst b/docs/devel/index.rst
> index 7c424ea6d7..60039faa68 100644
> --- a/docs/devel/index.rst
> +++ b/docs/devel/index.rst
> @@ -1,8 +1,8 @@
>   .. This is the top level page for the 'devel' manual.
>   
>   
> -QEMU Developer's Guide
> -======================
> +Developer Information
> +=====================
>   
>   This manual documents various parts of the internals of QEMU.
>   You only need to read it if you are interested in reading or
> diff --git a/docs/interop/index.rst b/docs/interop/index.rst
> index 95d56495f6..219a5e5fc5 100644
> --- a/docs/interop/index.rst
> +++ b/docs/interop/index.rst
> @@ -1,8 +1,8 @@
>   .. This is the top level page for the 'interop' manual.
>   
>   
> -QEMU System Emulation Management and Interoperability Guide
> -===========================================================
> +System Emulation Management and Interoperability
> +================================================
>   
>   This manual contains documents and specifications that are useful
>   for making QEMU interoperate with other software.
> diff --git a/docs/specs/index.rst b/docs/specs/index.rst
> index 1b0eb979d5..7b08314d33 100644
> --- a/docs/specs/index.rst
> +++ b/docs/specs/index.rst
> @@ -1,8 +1,8 @@
>   .. This is the top level page for the 'specs' manual
>   
>   
> -QEMU System Emulation Guest Hardware Specifications
> -===================================================
> +System Emulation Guest Hardware Specifications
> +==============================================
>   
>   
>   Contents:
> diff --git a/docs/system/index.rst b/docs/system/index.rst
> index 6ad9c93806..02d0707181 100644
> --- a/docs/system/index.rst
> +++ b/docs/system/index.rst
> @@ -1,8 +1,8 @@
>   .. This is the top level page for the 'system' manual.
>   
>   
> -QEMU System Emulation User's Guide
> -==================================
> +System Emulation
> +================
>   
>   This manual is the overall guide for users using QEMU
>   for full system emulation (as opposed to user-mode emulation).
> diff --git a/docs/tools/index.rst b/docs/tools/index.rst
> index 3a5829c17a..d923834a73 100644
> --- a/docs/tools/index.rst
> +++ b/docs/tools/index.rst
> @@ -1,8 +1,8 @@
>   .. This is the top level page for the 'tools' manual
>   
>   
> -QEMU Tools Guide
> -================
> +Tools
> +=====
>   
>   
>   Contents:
> diff --git a/docs/user/index.rst b/docs/user/index.rst
> index e030dadf65..a5b47459ec 100644
> --- a/docs/user/index.rst
> +++ b/docs/user/index.rst
> @@ -1,8 +1,8 @@
>   .. This is the top level page for the 'user' manual.
>   
>   
> -QEMU User Mode Emulation User's Guide
> -=====================================
> +User Mode Emulation
> +===================
>   
>   This manual is the overall guide for users using QEMU
>   for user-mode emulation.  In this mode, QEMU can launch
> 



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

end of thread, other threads:[~2021-03-23 12:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  7:47 [PATCH v2] docs: simplify each section title marcandre.lureau
2021-03-23  9:50 ` Daniel P. Berrangé
2021-03-23 12:11 ` John Snow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).