Home
last modified time | relevance | path

Searched full:rst (Results 1 – 25 of 212) sorted by relevance

123456789

/qemu/docs/system/
H A Ddevice-emulation.rst85 devices/can.rst
86 devices/ccid.rst
87 devices/cxl.rst
88 devices/ivshmem.rst
89 devices/ivshmem-flat.rst
90 devices/keyboard.rst
91 devices/net.rst
92 devices/nvme.rst
93 devices/usb.rst
94 devices/vhost-user.rst
[all …]
H A Dqemu-manpage.rst5 should simply include the .rst.inc files corresponding to the
25 .. include:: target-i386-desc.rst.inc
41 .. include:: keys.rst.inc
43 .. include:: mux-chardev.rst.inc
49 .. include:: device-url-syntax.rst.inc
H A Dqemu-cpu-models.rst17 .. include:: cpu-models-x86.rst.inc
18 .. include:: cpu-models-mips.rst.inc
H A Dtarget-arm.rst82 arm/bananapi_m2u.rst
83 arm/b-l475e-iot01a.rst
H A Dkeys.rst6 .. include:: keys.rst.inc
/qemu/docs/sphinx-static/
H A Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
19 .rst-content dl:not(.docutils) dt {
76 .rst-content .highlight > pre {
81 .rst-content table.field-list th.field-name {
85 .rst-content table.field-list td.field-body {
92 .rst-content .admonition-example {
98 .rst-content .admonition-example > .admonition-title:before {
102 .rst-content .admonition-example > .admonition-title {
106 .rst-content .admonition-example > div[class^="highlight"] {
117 .rst-content .admonition-example > div[class^="highlight"]:nth-child(2) {
[all …]
/qemu/docs/sphinx/
H A Dhxtool.py11 # The purpose of this extension is to read fragments of rST
13 # The rST fragments are delimited by SRST/ERST lines.
25 from docutils.parsers.rst import directives, Directive
35 # states: reading the C code fragment, or inside a rST fragment.
38 RST = 2 variable in HxState
56 # consistency with other headings in the rST documentation.
69 # consistency with other headings in the rST documentation.
84 """Extract rST fragments from the specified .hx file"""
100 # We build up lines of rST in this ViewList, which we will
114 if state == HxState.RST:
[all …]
H A Dqapidoc.py17 It implements one new rST directive, "qapi-doc::".
41 from docutils.parsers.rst import directives
118 # General-purpose rST generation functions
397 # sections can be updated to pure rST, and this transformed removed.
399 # For now, translate our micro-format into rST. Code adapted
412 # Implicit +1 for heading in the containing .rst doc
487 Parse rST source lines and add them to the specified node
489 Take the list of rST source lines rstlist, parse them as
490 rST, and add the resulting docutils nodes as children of node.
517 logger.info("Transmogrifying QAPI to rST ...")
[all …]
/qemu/
H A DMAINTAINERS26 S: Status, one of the following (keep in sync with docs/devel/maintainers.rst):
75 F: docs/devel/build-environment.rst
76 F: docs/devel/code-of-conduct.rst
77 F: docs/devel/codebase.rst
78 F: docs/devel/conflict-resolution.rst
79 F: docs/devel/style.rst
80 F: docs/devel/submitting-a-patch.rst
81 F: docs/devel/submitting-a-pull-request.rst
82 F: docs/glossary.rst
98 F: docs/devel/trivial-patches.rst
[all …]
H A Dqemu-img-cmds.hx1 HXCOMM See docs/devel/docs.rst for the format of this file.
4 HXCOMM Use DEFHEADING() to define headings in both help text and rST
5 HXCOMM Text between SRST and ERST are copied to rST version and
9 HXCOMM HXCOMM can be used for comments, discarded from both rST and C
11 HXCOMM When amending the rST sections, please remember to copy the usage
12 HXCOMM over to the per-command sections in docs/tools/qemu-img.rst.
/qemu/docs/devel/
H A Ddocs.rst19 * a Sphinx extension in ``docs/sphinx/hxtool.py`` generates rST output
23 alternation of C code put into the C output and rST format text
34 referenced from elsewhere in the rST documentation. The label will take
36 top level rST file, ``HXFILE`` is the filename of the .hx file without
48 a blank line in the ``--help`` output and is ignored for the rST
H A Dqapi-domain.rst5 An extension to the `rST syntax
17 provides a set of special rST directives and cross-referencing roles to
18 Sphinx for understanding rST markup written to document a specific
19 language. By itself, this QAPI extension is only sufficient to parse rST
26 never need to write *nor* read these special rST forms. However, in the
32 writing rST documentation elsewhere, or for enriching the body of
41 the rST syntax used to describe things. For instance, the Sphinx Python
45 qapidoc.py is responsible for reading the QAPI Schema and generating rST
52 qapidoc.py transforms the documentation in ``qapi/*.json`` into rST
189 The format of the :errors: field list description is free-form rST. The
[all …]
/qemu/python/
H A DMANIFEST.in2 include PACKAGE.rst
3 exclude README.rst
H A DREADME.rst79 - ``PACKAGE.rst`` is used as the README file that is visible on PyPI.org.
80 - ``README.rst`` you are here!
/qemu/python/qemu/qmp/
H A Dmodels.py57 Defined in qmp-spec.rst, section "Server Greeting".
85 Defined in qmp-spec.rst, section "Server Greeting".
107 Defined in qmp-spec.rst, section "Error".
129 Defined in qmp-spec.rst, section "Error".
/qemu/docs/
H A Dconf.py84 # source_suffix = ['.rst', '.md']
85 source_suffix = '.rst'
142 # docs/about/deprecated.rst
168 # The rst_epilog fragment is effectively included in every rST file.
186 # We slurp in the defs.rst.inc and literally include it into rst_epilog,
190 with open(os.path.join(qemu_docdir, 'defs.rst.inc')) as f:
260 # Don't copy the rST source files to the HTML output directory,
H A Ddefs.rst.inc2 Generally useful rST substitution definitions. This is included for
3 all rST files as part of the epilogue by docs/conf.py. conf.py
/qemu/scripts/
H A Dgit.orderfile16 *.rst
17 *.rst.inc
/qemu/tests/qapi-schema/
H A Dmeson.build220 # docs/devel/build-system.rst
250 qapi_doc_out = custom_target('QAPI rST doc',
252 input: files('doc-good.json', 'doc-good.rst'),
276 qapi_doc_out_nocr = custom_target('QAPI rST doc newline-sanitized',
284 qapi_doc_ref_nocr = custom_target('QAPI rST doc reference newline-sanitized',
292 test('QAPI rST doc', diff, args: ['-u', qapi_doc_ref_nocr[0], qapi_doc_out_nocr[0]],
/qemu/docs/devel/testing/
H A Dci.rst25 .. include:: ci-jobs.rst.inc
26 .. include:: ci-runners.rst.inc
/qemu/tests/vm/
H A DREADME1 See docs/devel/testing/main.rst for help.
/qemu/docs/system/i386/
H A Dcpu.rst1 .. include:: ../cpu-models-x86.rst.inc
/qemu/hw/alpha/
H A Dtrace-events1 # See docs/devel/tracing.rst for syntax documentation.
/qemu/docs/system/ppc/
H A Dpseries.rst151 ../../specs/ppc-spapr-hotplug.rst
152 ../../specs/ppc-spapr-hcalls.rst
153 ../../specs/ppc-spapr-numa.rst
154 ../../specs/ppc-spapr-uv-hcalls.rst
155 ../../specs/ppc-spapr-xive.rst
/qemu/hw/i386/
H A Dacpi-build.h8 /* PCI Hot-plug registers' base. See docs/specs/acpi_pci_hotplug.rst */

123456789