summary refs log tree commit diff stats
path: root/docs/sphinx/qapidoc_legacy.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-11docs/qapidoc: Fix static typing on qapidoc.pyJohn Snow1-0/+1
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/schema: add __repr__ to QAPIDoc.SectionJohn Snow1-0/+3
2025-03-11qapi: clean up encoding of section kindsJohn Snow4-36/+80
2025-03-11qapi/parser: adjust info location for doc body sectionJohn Snow1-1/+5
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 CSS stylingJohn Snow1-2/+54
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 Snow2-0/+83
2025-03-11docs/qapi-domain: add :ifcond: directive optionJohn Snow2-2/+34
2025-03-11docs/qapi-domain: add :unstable: directive optionJohn Snow2-1/+13
2025-03-11docs/qapi-domain: add :deprecated: directive optionJohn Snow2-0/+51
2025-03-11docs/qapi-domain: add qapi:object directiveJohn Snow1-0/+7
2025-03-11docs/qapi-domain: add qapi:event directiveJohn Snow1-0/+24
2025-03-11docs/qapi-domain: add qapi:alternate directiveJohn Snow1-0/+20
2025-03-11docs/qapi-domain: add qapi:enum directiveJohn Snow1-0/+26
2025-03-11docs/qapi-domain: add "Return:" field listsJohn Snow1-0/+7
2025-03-11docs/qapi-domain: add "Errors:" field listsJohn Snow1-1/+8
2025-03-11docs/qapi-domain: add "Features:" field listsJohn Snow1-1/+11
2025-03-11docs/qapi-domain: add "Arguments:" field listsJohn Snow1-1/+13
2025-03-11docs/qapi-domain: add :since: directive optionJohn Snow1-1/+13
2025-03-11