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
Age
Commit message (
Expand
)
Author
2024-08-27
docs/sphinx: fix extra stuff in TOC after freeform QMP sections
John Snow
2024-07-31
docs/sphinx/depfile.py: Handle env.doc2path() returning a Path not a str
Peter Maydell
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
2024-02-02
doc/sphinx/hxtool.py: add optional label argument to SRST directive
David Woodhouse
2023-11-13
sphinx/qapidoc: Tidy up pylint warning raise-missing-from
Markus Armbruster
2023-10-17
docs/sphinx: avoid invalid escape in Python string
Paolo Bonzini
2023-05-18
meson: Pass -j option to sphinx
Fabiano Rosas
2023-05-09
sphinx/qapidoc: Do not emit TODO sections into user manuals
Markus Armbruster
2023-03-16
docs/sphinx/kerneldoc.py: Honour --enable-werror
Peter Maydell
2022-01-05
docs/sphinx: fix compatibility with sphinx < 1.8
Marc-André Lureau
2021-12-21
docs/sphinx: add sphinx modules to include D-Bus documentation
Marc-André Lureau
2021-11-08
docs/sphinx: add templates files to generated depfile
Marc-André Lureau
2021-11-08
docs/sphinx: add static files to generated depfile
Marc-André Lureau
2021-11-08
docs/sphinx: add loaded modules to generated depfile
Marc-André Lureau
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-12-10
Revert "docs: temporarily disable the kernel-doc extension"
Paolo Bonzini
2020-12-10
scripts: kernel-doc: allow passing desired Sphinx C domain dialect
Mauro Carvalho Chehab
2020-12-10
Revert "kernel-doc: Use c:struct for Sphinx 3.0 and later"
Paolo Bonzini
2020-12-10
docs: temporarily disable the kernel-doc extension
Paolo Bonzini
2020-10-17
docs: Fix Sphinx configuration for msys2/mingw
Yonggang Luo
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
2020-08-21
docs: automatically track manual dependencies
Paolo Bonzini
2020-04-14
kernel-doc: Use c:struct for Sphinx 3.0 and later
Peter Maydell
2020-03-12
docs/sphinx/hxtool.py: Remove STEXI/ETEXI support
Peter Maydell
2020-03-06
doc/scripts/hxtool.py: Strip trailing ':' from DEFHEADING/ARCHHEADING
Peter Maydell
2020-02-03
docs/sphinx: Add new hxtool Sphinx extension
Peter Maydell
2019-12-17
docs: import Linux kernel-doc script and extension
Paolo Bonzini
2019-07-10
sphinx: add qmp_lexer
John Snow