aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sphinx/qapidoc.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* docs/sphinx: fix extra stuff in TOC after freeform QMP sectionsJohn Snow2024-08-271-3/+2
* docs/qapidoc: add QMP highlighting to annotated qmp-example blocksJohn Snow2024-07-171-4/+49
* docs/qapidoc: create qmp-example directiveJohn Snow2024-07-171-0/+55
* docs/qapidoc: factor out do_parse()John Snow2024-07-171-13/+19
* docs: remove Sphinx 1.x compatibility codeJohn Snow2024-07-121-30/+3
* sphinx/qapidoc: Fix to generate doc for explicit, unboxed argumentsMarkus Armbruster2024-07-061-7/+5
* docs/qapidoc: fix nested parsing under untagged sectionsJohn Snow2024-07-061-5/+11
* qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow2024-07-061-5/+22
* docs/qapidoc: delint a tiny portion of the moduleJohn Snow2024-07-061-26/+38
* docs/qapidoc: remove unused intersperse functionJohn Snow2024-07-061-10/+0
* qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster2024-05-061-1/+2
* qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster2024-05-061-9/+9
* qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster2024-02-261-3/+3
* qapi: Improve error message for empty doc sectionsMarkus Armbruster2024-02-261-2/+2
* sphinx/qapidoc: Drop code to generate doc for simple union branchMarkus Armbruster2024-02-261-11/+7
* sphinx/qapidoc: Drop code to generate doc for simple union tagMarkus Armbruster2024-02-121-6/+0
* sphinx/qapidoc: Tidy up pylint warning raise-missing-fromMarkus Armbruster2023-11-131-1/+1
* sphinx/qapidoc: Do not emit TODO sections into user manualsMarkus Armbruster2023-05-091-0/+3
* qapidoc: introduce QAPISchemaIfCond.docgen()Marc-André Lureau2021-08-261-6/+8
* qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau2021-08-261-4/+4
* qapi: wrap Sequence[str] in an objectMarc-André Lureau2021-08-261-5/+5
* qapi/error: Repurpose QAPIError as an abstract base exception classJohn Snow2021-04-301-1/+2
* sphinx: qapidoc: Wrap "If" section body in a paragraph nodeJohn Snow2021-04-131-1/+3
* docs/sphinx/qapidoc.py: Handle change of QAPI's builtin module namePeter Maydell2021-02-151-1/+1
* qapi: Add a 'coroutine' flag for commandsKevin Wolf2020-10-091-1/+1
* docs/sphinx: Add new qapi-doc Sphinx extensionPeter Maydell2020-09-291-0/+549