qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"John Snow" <jsnow@redhat.com>,
	"Markus Armbruster" <armbru@redhat.com>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	"Cleber Rosa" <crosa@redhat.com>
Subject: [PATCH 0/3] qapi: sphinx-autodoc for qapi module
Date: Mon, 14 Dec 2020 18:41:42 -0500	[thread overview]
Message-ID: <20201214234145.1005829-1-jsnow@redhat.com> (raw)

Merely a testing pre-requisite to prove consistency for docstrings in
QAPI refactors, not intended for review or merge.

John Snow (3):
  [DO-NOT-MERGE] docs: replace single backtick (`) with double-backtick
    (``)
  [DO-NOT-MERGE] docs/sphinx: change default role to "any"
  [DO-NOT-MERGE] docs: enable sphinx-autodoc for scripts/qapi

 docs/conf.py                           |   6 +-
 docs/devel/build-system.rst            | 148 ++++++++++++-------------
 docs/devel/index.rst                   |   1 +
 docs/devel/migration.rst               |  59 +++++-----
 docs/devel/python/index.rst            |   7 ++
 docs/devel/python/qapi.commands.rst    |   7 ++
 docs/devel/python/qapi.common.rst      |   7 ++
 docs/devel/python/qapi.error.rst       |   7 ++
 docs/devel/python/qapi.events.rst      |   7 ++
 docs/devel/python/qapi.expr.rst        |   7 ++
 docs/devel/python/qapi.gen.rst         |   7 ++
 docs/devel/python/qapi.introspect.rst  |   7 ++
 docs/devel/python/qapi.main.rst        |   7 ++
 docs/devel/python/qapi.parser.rst      |   8 ++
 docs/devel/python/qapi.rst             |  26 +++++
 docs/devel/python/qapi.schema.rst      |   7 ++
 docs/devel/python/qapi.source.rst      |   7 ++
 docs/devel/python/qapi.types.rst       |   7 ++
 docs/devel/python/qapi.visit.rst       |   7 ++
 docs/devel/tcg-plugins.rst             |  14 +--
 docs/devel/testing.rst                 |   2 +-
 docs/interop/live-block-operations.rst |   4 +-
 docs/system/arm/cpu-features.rst       | 110 +++++++++---------
 docs/system/arm/nuvoton.rst            |   2 +-
 docs/system/arm/sbsa.rst               |   4 +-
 docs/system/cpu-hotplug.rst            |   2 +-
 docs/system/s390x/protvirt.rst         |  10 +-
 qapi/block-core.json                   |   4 +-
 28 files changed, 312 insertions(+), 179 deletions(-)
 create mode 100644 docs/devel/python/index.rst
 create mode 100644 docs/devel/python/qapi.commands.rst
 create mode 100644 docs/devel/python/qapi.common.rst
 create mode 100644 docs/devel/python/qapi.error.rst
 create mode 100644 docs/devel/python/qapi.events.rst
 create mode 100644 docs/devel/python/qapi.expr.rst
 create mode 100644 docs/devel/python/qapi.gen.rst
 create mode 100644 docs/devel/python/qapi.introspect.rst
 create mode 100644 docs/devel/python/qapi.main.rst
 create mode 100644 docs/devel/python/qapi.parser.rst
 create mode 100644 docs/devel/python/qapi.rst
 create mode 100644 docs/devel/python/qapi.schema.rst
 create mode 100644 docs/devel/python/qapi.source.rst
 create mode 100644 docs/devel/python/qapi.types.rst
 create mode 100644 docs/devel/python/qapi.visit.rst

-- 
2.26.2




             reply	other threads:[~2020-12-14 23:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14 23:41 John Snow [this message]
2020-12-14 23:41 ` [PATCH 1/3] [DO-NOT-MERGE] docs: replace single backtick (`) with double-backtick (``) John Snow
2020-12-14 23:41 ` [PATCH 2/3] [DO-NOT-MERGE] docs/sphinx: change default role to "any" John Snow
2020-12-14 23:41 ` [PATCH 3/3] [DO-NOT-MERGE] docs: enable sphinx-autodoc for scripts/qapi John Snow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201214234145.1005829-1-jsnow@redhat.com \
    --to=jsnow@redhat.com \
    --cc=armbru@redhat.com \
    --cc=crosa@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).