diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-02-28 15:36:07 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-03-06 10:05:12 +0000 |
commit | a12e74cc5236e0ebe06d44e8e159e07c066ba842 (patch) | |
tree | 5fd4e0a08aa951a35f4bd5ead7380a327e5289c6 /docs | |
parent | a6b30bcae6ebc71bae83e0ac7a5f0dfc93bb5b3e (diff) |
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')
-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 ~~~~~~~~~~~~~~~~~~~ |