[PATCH 0/4] Improve the introductory documentation

Alex Bennée posted 4 patches 1 year, 3 months ago
docs/about/emulation.rst      | 183 ++++++++++++++++++++++++++++
docs/about/index.rst          |  17 +--
docs/devel/tcg-plugins.rst    |   2 +
docs/interop/qemu-qmp-ref.rst |   2 +
docs/system/arm/emulation.rst |   2 +
docs/system/index.rst         |   4 +-
docs/system/introduction.rst  | 216 ++++++++++++++++++++++++++++++++++
docs/system/multi-process.rst |   2 +
docs/system/quickstart.rst    |  21 ----
docs/tools/index.rst          |   2 +
docs/user/index.rst           |   2 +
qemu-options.hx               |  30 ++---
12 files changed, 436 insertions(+), 47 deletions(-)
create mode 100644 docs/about/emulation.rst
create mode 100644 docs/system/introduction.rst
delete mode 100644 docs/system/quickstart.rst
[PATCH 0/4] Improve the introductory documentation
Posted by Alex Bennée 1 year, 3 months ago
I've split this off from my bigger branch for hopefully fast review
turnaround. This also includes the new semihsoting documentation and
takes into account feedback from Peter on IRC.

Let me know what you think.

Alex Bennée (4):
  docs: add hotlinks to about preface text
  docs: add a new section to outline emulation support
  semihosting: add semihosting section to the docs
  docs: add an introduction to the system docs

 docs/about/emulation.rst      | 183 ++++++++++++++++++++++++++++
 docs/about/index.rst          |  17 +--
 docs/devel/tcg-plugins.rst    |   2 +
 docs/interop/qemu-qmp-ref.rst |   2 +
 docs/system/arm/emulation.rst |   2 +
 docs/system/index.rst         |   4 +-
 docs/system/introduction.rst  | 216 ++++++++++++++++++++++++++++++++++
 docs/system/multi-process.rst |   2 +
 docs/system/quickstart.rst    |  21 ----
 docs/tools/index.rst          |   2 +
 docs/user/index.rst           |   2 +
 qemu-options.hx               |  30 ++---
 12 files changed, 436 insertions(+), 47 deletions(-)
 create mode 100644 docs/about/emulation.rst
 create mode 100644 docs/system/introduction.rst
 delete mode 100644 docs/system/quickstart.rst

-- 
2.34.1


Re: [PATCH 0/4] Improve the introductory documentation
Posted by Richard Henderson 1 year, 3 months ago
On 1/13/23 05:39, Alex Bennée wrote:
> Alex Bennée (4):
>    docs: add hotlinks to about preface text
>    docs: add a new section to outline emulation support
>    semihosting: add semihosting section to the docs
>    docs: add an introduction to the system docs

Looks ok.

Acked-by: Richard Henderson <richard.henderson@linaro.org>


r~