qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] qapi: sphinx-autodoc for qapi module
@ 2020-12-14 23:41 John Snow
  2020-12-14 23:41 ` [PATCH 1/3] [DO-NOT-MERGE] docs: replace single backtick (`) with double-backtick (``) John Snow
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: John Snow @ 2020-12-14 23:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marc-André Lureau, John Snow, Markus Armbruster,
	Eduardo Habkost, Cleber Rosa

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




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

end of thread, other threads:[~2020-12-14 23:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-14 23:41 [PATCH 0/3] qapi: sphinx-autodoc for qapi module John Snow
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

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