mbox series

[0/4] Improve the introductory documentation

Message ID 20230113133923.1642627-1-alex.bennee@linaro.org
Headers show
Series Improve the introductory documentation | expand

Message

Alex Bennée Jan. 13, 2023, 1:39 p.m. UTC
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

Comments

Richard Henderson Jan. 13, 2023, 9:36 p.m. UTC | #1
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~