qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] docs/devel: Organize devel manual into further subsections
@ 2021-08-04  0:56 John Snow
  2021-08-04  0:56 ` [PATCH 1/6] docs/devel: create "Community & Governance" subsection John Snow
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: John Snow @ 2021-08-04  0:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: John Snow, Peter Maydell, Daniel Berrange

It's a bit cluttered. On my way to converting the QAPI/QMP documents to
ReST I thought it could do with another organizational level to help
make sense of things a bit more quickly.

John Snow (6):
  docs/devel: create "Community & Governance" subsection
  docs/devel: create "Developing QEMU" subsection
  docs/devel: create "Testing & Debugging" subsection
  docs/devel: create TCG subsection
  docs/devel: create "Subsystem APIs" subsection
  docs/devel: create "Miscellaneous Topics" subsection

 docs/devel/index.rst                        | 39 ++++-----------------
 docs/devel/section-community-governance.rst |  9 +++++
 docs/devel/section-development.rst          | 12 +++++++
 docs/devel/section-misc.rst                 | 15 ++++++++
 docs/devel/section-subsystems.rst           | 16 +++++++++
 docs/devel/section-tcg.rst                  | 11 ++++++
 docs/devel/section-testing-debugging.rst    | 12 +++++++
 7 files changed, 81 insertions(+), 33 deletions(-)
 create mode 100644 docs/devel/section-community-governance.rst
 create mode 100644 docs/devel/section-development.rst
 create mode 100644 docs/devel/section-misc.rst
 create mode 100644 docs/devel/section-subsystems.rst
 create mode 100644 docs/devel/section-tcg.rst
 create mode 100644 docs/devel/section-testing-debugging.rst

-- 
2.31.1




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

end of thread, other threads:[~2021-08-05 15:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-04  0:56 [PATCH 0/6] docs/devel: Organize devel manual into further subsections John Snow
2021-08-04  0:56 ` [PATCH 1/6] docs/devel: create "Community & Governance" subsection John Snow
2021-08-05 11:53   ` Alex Bennée
2021-08-04  0:56 ` [PATCH 2/6] docs/devel: create "Developing QEMU" subsection John Snow
2021-08-05 11:53   ` Alex Bennée
2021-08-04  0:56 ` [PATCH 3/6] docs/devel: create "Testing & Debugging" subsection John Snow
2021-08-05 12:08   ` Alex Bennée
2021-08-04  0:56 ` [PATCH 4/6] docs/devel: create TCG subsection John Snow
2021-08-05 12:09   ` Alex Bennée
2021-08-05 15:20     ` John Snow
2021-08-04  0:56 ` [PATCH 5/6] docs/devel: create "Subsystem APIs" subsection John Snow
2021-08-05 12:10   ` Alex Bennée
2021-08-04  0:56 ` [PATCH 6/6] docs/devel: create "Miscellaneous Topics" subsection John Snow
2021-08-05 12:12   ` Alex Bennée
2021-08-05 15:26     ` John Snow
2021-08-05  9:40 ` [PATCH 0/6] docs/devel: Organize devel manual into further subsections Peter Maydell

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).