index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
sphinx
/
qapidoc.py
Age
Commit message (
Expand
)
Author
2024-08-27
docs/sphinx: fix extra stuff in TOC after freeform QMP sections
John Snow
2024-07-17
docs/qapidoc: add QMP highlighting to annotated qmp-example blocks
John Snow
2024-07-17
docs/qapidoc: create qmp-example directive
John Snow
2024-07-17
docs/qapidoc: factor out do_parse()
John Snow
2024-07-12
docs: remove Sphinx 1.x compatibility code
John Snow
2024-07-06
sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments
Markus Armbruster
2024-07-06
docs/qapidoc: fix nested parsing under untagged sections
John Snow
2024-07-06
qapi/parser: preserve indentation in QAPIDoc sections
John Snow
2024-07-06
docs/qapidoc: delint a tiny portion of the module
John Snow
2024-07-06
docs/qapidoc: remove unused intersperse function
John Snow
2024-05-06
qapi: Rename visitor parameter @variants to @alternatives
Markus Armbruster
2024-05-06
qapi: Rename visitor parameter @variants to @branches
Markus Armbruster
2024-02-26
qapi: Rename QAPIDoc.Section.name to .tag
Markus Armbruster
2024-02-26
qapi: Improve error message for empty doc sections
Markus Armbruster
2024-02-26
sphinx/qapidoc: Drop code to generate doc for simple union branch
Markus Armbruster
2024-02-12
sphinx/qapidoc: Drop code to generate doc for simple union tag
Markus Armbruster
2023-11-13
sphinx/qapidoc: Tidy up pylint warning raise-missing-from
Markus Armbruster
2023-05-09
sphinx/qapidoc: Do not emit TODO sections into user manuals
Markus Armbruster
2021-08-26
qapidoc: introduce QAPISchemaIfCond.docgen()
Marc-André Lureau
2021-08-26
qapi: add QAPISchemaIfCond.is_present()
Marc-André Lureau
2021-08-26
qapi: wrap Sequence[str] in an object
Marc-André Lureau
2021-04-30
qapi/error: Repurpose QAPIError as an abstract base exception class
John Snow
2021-04-13
sphinx: qapidoc: Wrap "If" section body in a paragraph node
John Snow
2021-02-15
docs/sphinx/qapidoc.py: Handle change of QAPI's builtin module name
Peter Maydell
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-09-29
docs/sphinx: Add new qapi-doc Sphinx extension
Peter Maydell