Lines Matching full:rst
17 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 ...")
567 "writing intermediate rST for '%s' to '%s'",
633 is parsed as normal rST, but with any '::' code blocks set to use
636 arbitrary rST syntax and code blocks for more involved examples.