diff options
author | Peter Maydell | 2020-02-28 16:36:07 +0100 |
---|---|---|
committer | Peter Maydell | 2020-03-06 11:05:12 +0100 |
commit | a12e74cc5236e0ebe06d44e8e159e07c066ba842 (patch) | |
tree | 5fd4e0a08aa951a35f4bd5ead7380a327e5289c6 /docs/system/monitor.rst | |
parent | hmp-commands.hx: Add rST documentation fragments (diff) | |
download | qemu-a12e74cc5236e0ebe06d44e8e159e07c066ba842.tar.gz qemu-a12e74cc5236e0ebe06d44e8e159e07c066ba842.tar.xz qemu-a12e74cc5236e0ebe06d44e8e159e07c066ba842.zip |
hmp-commands-info.hx: Add rST documentation fragments
Add the rST versions of the documentation fragments. Once we've
converted fully from Texinfo to rST we can remove the ETEXI
fragments; for the moment we need both.
Note that most of the SRST fragments are 2-space indented so that the
'info foo' documentation entries appear as a sublist under the 'info'
entry in the top level list.
Again, all we need to do to put the documentation in the Sphinx manual
is a one-line hxtool-doc invocation.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20200228153619.9906-22-peter.maydell@linaro.org
Diffstat (limited to 'docs/system/monitor.rst')
-rw-r--r-- | docs/system/monitor.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/system/monitor.rst b/docs/system/monitor.rst index 52b0f18cfe..0bcd5da216 100644 --- a/docs/system/monitor.rst +++ b/docs/system/monitor.rst @@ -21,9 +21,7 @@ The following commands are available: .. hxtool-doc:: hmp-commands.hx -.. - TODO: convert and reference hmp-commands-info.hx - +.. hxtool-doc:: hmp-commands-info.hx Integer expressions ~~~~~~~~~~~~~~~~~~~ |