[PATCH] docs: simplify each section title

marcandre.lureau@redhat.com posted 1 patch 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210322155040.4009256-1-marcandre.lureau@redhat.com
There is a newer version of this series
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(-)
[PATCH] docs: simplify each section title
Posted by marcandre.lureau@redhat.com 3 years ago
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>
---
 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..09d21d3514 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
-======================
+Developers
+==========
 
 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


Re: [PATCH] docs: simplify each section title
Posted by Peter Maydell 3 years ago
On Mon, 22 Mar 2021 at 16:03, <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>
> ---
>  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..09d21d3514 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
> -======================
> +Developers
> +==========

I think this should be "Developer's Guide" or "Developer Information"
or something. Just "Developers" doesn't really read right to me:
it is not "documentation of developers" in the way that the "Tools"
section is "documentation of tools", etc.

thanks
-- PMM

Re: [PATCH] docs: simplify each section title
Posted by John Snow 3 years ago
On 3/22/21 12:36 PM, Peter Maydell wrote:
> On Mon, 22 Mar 2021 at 16:03, <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>
>> ---
>>   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..09d21d3514 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
>> -======================
>> +Developers
>> +==========
> 
> I think this should be "Developer's Guide" or "Developer Information"
> or something. Just "Developers" doesn't really read right to me:
> it is not "documentation of developers" in the way that the "Tools"
> section is "documentation of tools", etc.
> 
> thanks
> -- PMM
> 

Changing it to a verb - "Development" - might fit the intent, by analogy 
with "System Emulation Management and Interoperability", "System 
Emulation", and "User Mode Emulation".

Keeping it as a noun with "Developer Information" or "Information for 
Developers" also reads fine to me.

--js


Re: [PATCH] docs: simplify each section title
Posted by Marc-André Lureau 3 years ago
Hi

On Mon, Mar 22, 2021 at 10:23 PM John Snow <jsnow@redhat.com> wrote:

> On 3/22/21 12:36 PM, Peter Maydell wrote:
> > On Mon, 22 Mar 2021 at 16:03, <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>
> >> ---
> >>   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..09d21d3514 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
> >> -======================
> >> +Developers
> >> +==========
> >
> > I think this should be "Developer's Guide" or "Developer Information"
> > or something. Just "Developers" doesn't really read right to me:
> > it is not "documentation of developers" in the way that the "Tools"
> > section is "documentation of tools", etc.
> >
> > thanks
> > -- PMM
> >
>
> Changing it to a verb - "Development" - might fit the intent, by analogy
> with "System Emulation Management and Interoperability", "System
> Emulation", and "User Mode Emulation".
>
> Keeping it as a noun with "Developer Information" or "Information for
> Developers" also reads fine to me.
>
>
It's a collection of developer's documents regrouped in a section. Maybe we
should consider a title like "Internals" instead? Tbh, I think "Developers"
was about right too.. "Guide" does not uphold its promise.

Ok, last call for "Developer Information" ?

-- 
Marc-André Lureau