aboutsummaryrefslogtreecommitdiff
path: root/docs/sphinx
AgeCommit message (Expand)AuthorFilesLines
9 daysqapi: Fix undocumented return values by generating somethingJohn Snow1-6/+8
9 daysdocs/qapi-domain: add return-nodescJohn Snow1-0/+8
9 daysdocs/sphinx: remove special parsing for freeform sectionsJohn Snow1-36/+1
9 daysdocs/sphinx: remove legacy QAPI manual generatorJohn Snow2-464/+1
9 daysdocs/sphinx: parse @references in freeform textJohn Snow1-3/+7
9 daysdocs/sphinx: adjust qapidoc to cope with same-line error sectionsJohn Snow1-4/+8
2025-06-05docs/qapidoc: linting fixesJohn Snow2-13/+17
2025-04-08docs/sphinx/qmp_lexer: Highlight elisions like comments, not promptsMarkus Armbruster1-1/+1
2025-04-08docs/sphinx/qmp_lexer: Generalize elision syntaxMarkus Armbruster1-1/+1
2025-03-14docs/qapi-domain: add namespaced index supportJohn Snow1-14/+37
2025-03-14docs/qapi_domain: add namespace support to cross-referencesJohn Snow1-43/+84
2025-03-14docs/qapidoc: add :namespace: option to qapi-doc directiveJohn Snow1-0/+12
2025-03-14docs/qapi-domain: add qapi:namespace directiveJohn Snow1-0/+13
2025-03-14docs/qapi-domain: add :namespace: override optionJohn Snow1-2/+3
2025-03-14docs/qapi_domain: add namespace support to FQNJohn Snow1-8/+27
2025-03-14docs/qapi-domain: always store fully qualified name in signodeJohn Snow1-22/+42
2025-03-14docs/qapi_domain: isolate TYPE_CHECKING importsJohn Snow1-7/+11
2025-03-11docs/qapidoc: generate entries for undocumented membersJohn Snow1-2/+3
2025-03-11docs/qapidoc: Add "the members of" pointersJohn Snow2-3/+77
2025-03-11docs/qapidoc: add intermediate output debuggerJohn Snow1-4/+37
2025-03-11docs/qapidoc: process @foo into ``foo``John Snow1-0/+3
2025-03-11docs/qapidoc: implement transmogrify() methodJohn Snow1-2/+47
2025-03-11docs/qapidoc: add visit_entity()John Snow1-0/+21
2025-03-11docs/qapidoc: add visit_sections() methodJohn Snow1-0/+25
2025-03-11docs/qapidoc: add visit_member() methodJohn Snow1-0/+27
2025-03-11docs/qapidoc: add visit_returns() methodJohn Snow1-0/+15
2025-03-11docs/qapidoc: prepare to record entity being transmogrifiedJohn Snow1-0/+6
2025-03-11docs/qapidoc: add visit_feature() methodJohn Snow1-0/+9
2025-03-11docs/qapidoc: add add_field() and generate_field() helper methodsJohn Snow1-0/+24
2025-03-11docs/qapidoc: add format_type() methodJohn Snow1-0/+32
2025-03-11docs/qapidoc: add visit_errors() methodJohn Snow1-0/+6
2025-03-11docs/qapidoc: add visit_paragraph() methodJohn Snow1-0/+9
2025-03-11docs/qapidoc: add preamble() methodJohn Snow1-3/+38
2025-03-11docs/qapidoc: add visit_freeform() methodJohn Snow1-0/+44
2025-03-11docs/qapidoc: add visit_module() methodJohn Snow1-0/+9
2025-03-11docs/qapidoc: add transmogrifier class stubJohn Snow1-3/+70
2025-03-11docs/qapidoc: Fix static typing on qapidoc.pyJohn Snow2-15/+26
2025-03-11docs/qapidoc: split old implementation into qapidoc_legacy.pyJohn Snow2-418/+441
2025-03-11docs/qapidoc: add transmogrifier stubJohn Snow1-13/+28
2025-03-11qapi: clean up encoding of section kindsJohn Snow1-3/+4
2025-03-11docs/qapi-domain: Fix error context reporting in Sphinx 5.x and 6.xJohn Snow2-6/+65
2025-03-11docs/qapi-domain: warn when QAPI domain xrefs fail to resolveJohn Snow1-0/+23
2025-03-11docs/qapi-domain: add XREF compatibility goop for Sphinx < 4.1John Snow2-15/+144
2025-03-11docs/qapi-domain: add type cross-refs to field listsJohn Snow1-0/+29
2025-03-11docs/qapi-domain: add warnings for malformed field listsJohn Snow1-0/+74
2025-03-11docs/qapi-domain: add :ifcond: directive optionJohn Snow1-2/+21
2025-03-11docs/qapi-domain: add :unstable: directive optionJohn Snow1-0/+8
2025-03-11docs/qapi-domain: add :deprecated: directive optionJohn Snow1-0/+26
2025-03-11docs/qapi-domain: add qapi:object directiveJohn Snow1-0/+7
2025-03-11docs/qapi-domain: add qapi:event directiveJohn Snow1-0/+24