qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] README: Add Documentation blurb
@ 2020-11-04 19:30 John Snow
  2021-02-04 14:07 ` Thomas Huth
  0 siblings, 1 reply; 3+ messages in thread
From: John Snow @ 2020-11-04 19:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Peter Maydell, John Snow

Add it in a prominent place: Right after figuring out what QEMU is,
users may wish to know how to use it more than they want to know how to
build their own version of it.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 README.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.rst b/README.rst
index 58b9f2dc15c4..758ea8fd2ff0 100644
--- a/README.rst
+++ b/README.rst
@@ -31,6 +31,17 @@ QEMU as a whole is released under the GNU General Public License,
 version 2. For full licensing details, consult the LICENSE file.
 
 
+Documentation
+=============
+
+Documentation can be found hosted online at
+`<https://www.qemu.org/documentation/>`_. The documentation for the
+current development version that is available at
+`<https://www.qemu.org/docs/master/>`_ is generated from the ``docs/``
+folder in the source tree, and is built by `Sphinx
+<https://www.sphinx-doc.org/en/master/>_`.
+
+
 Building
 ========
 
-- 
2.26.2



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

* Re: [PATCH] README: Add Documentation blurb
  2020-11-04 19:30 [PATCH] README: Add Documentation blurb John Snow
@ 2021-02-04 14:07 ` Thomas Huth
  2021-02-05  0:49   ` John Snow
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Huth @ 2021-02-04 14:07 UTC (permalink / raw)
  To: John Snow, qemu-devel; +Cc: qemu-trivial, Peter Maydell

On 04/11/2020 20.30, John Snow wrote:
> Add it in a prominent place: Right after figuring out what QEMU is,
> users may wish to know how to use it more than they want to know how to
> build their own version of it.
> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>   README.rst | 11 +++++++++++
>   1 file changed, 11 insertions(+)
> 
> diff --git a/README.rst b/README.rst
> index 58b9f2dc15c4..758ea8fd2ff0 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -31,6 +31,17 @@ QEMU as a whole is released under the GNU General Public License,
>   version 2. For full licensing details, consult the LICENSE file.
>   
>   
> +Documentation
> +=============
> +
> +Documentation can be found hosted online at
> +`<https://www.qemu.org/documentation/>`_. The documentation for the
> +current development version that is available at
> +`<https://www.qemu.org/docs/master/>`_ is generated from the ``docs/``

That URL is now redirecting to https://qemu.readthedocs.io/en/latest/ ... 
could you maybe update your patch and resend?

  Thanks,
   Thomas



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

* Re: [PATCH] README: Add Documentation blurb
  2021-02-04 14:07 ` Thomas Huth
@ 2021-02-05  0:49   ` John Snow
  0 siblings, 0 replies; 3+ messages in thread
From: John Snow @ 2021-02-05  0:49 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: qemu-trivial, Peter Maydell

On 2/4/21 9:07 AM, Thomas Huth wrote:
> On 04/11/2020 20.30, John Snow wrote:
>> Add it in a prominent place: Right after figuring out what QEMU is,
>> users may wish to know how to use it more than they want to know how to
>> build their own version of it.
>>
>> Signed-off-by: John Snow <jsnow@redhat.com>
>> ---
>>   README.rst | 11 +++++++++++
>>   1 file changed, 11 insertions(+)
>>
>> diff --git a/README.rst b/README.rst
>> index 58b9f2dc15c4..758ea8fd2ff0 100644
>> --- a/README.rst
>> +++ b/README.rst
>> @@ -31,6 +31,17 @@ QEMU as a whole is released under the GNU General 
>> Public License,
>>   version 2. For full licensing details, consult the LICENSE file.
>> +Documentation
>> +=============
>> +
>> +Documentation can be found hosted online at
>> +`<https://www.qemu.org/documentation/>`_. The documentation for the
>> +current development version that is available at
>> +`<https://www.qemu.org/docs/master/>`_ is generated from the ``docs/``
> 
> That URL is now redirecting to https://qemu.readthedocs.io/en/latest/ 
> ... could you maybe update your patch and resend?
> 
>   Thanks,
>    Thomas

does "v: latest" on readthedocs mean 5.2.0 or the current development 
head? Looks like the current development head.

https://www.qemu.org/documentation/ points to /docs/master, which is why 
I took that link. Is it worth updating that link, too? The website in 
particular should be rephrased to point to the latest stable release 
docs as a default, I suspect.

The README should probably keep pointing to the latest development docs.

--js



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

end of thread, other threads:[~2021-02-05  0:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-04 19:30 [PATCH] README: Add Documentation blurb John Snow
2021-02-04 14:07 ` Thomas Huth
2021-02-05  0:49   ` 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).