diff options
author | Peter Maydell | 2020-09-25 18:23:03 +0200 |
---|---|---|
committer | Markus Armbruster | 2020-09-29 17:55:39 +0200 |
commit | db16115f8753587571cb329c7a82e391b49a0397 (patch) | |
tree | 5e130a08a4c42452bfdf8980aaa4805edf0e3991 /docs/index.html.in | |
parent | docs/sphinx: Add new qapi-doc Sphinx extension (diff) | |
download | qemu-db16115f8753587571cb329c7a82e391b49a0397.tar.gz qemu-db16115f8753587571cb329c7a82e391b49a0397.tar.xz qemu-db16115f8753587571cb329c7a82e391b49a0397.zip |
docs/interop: Convert qemu-ga-ref to rST
Convert qemu-ga-ref to rST format. This includes dropping
the plain-text, pdf and info format outputs for this document;
as with all our other Sphinx-based documentation, we provide
HTML and manpage only.
The qemu-ga-ref.rst is somewhat more stripped down than
the .texi was, because we do not (currently) attempt to
generate indexes for the commands, events and data types
being documented.
As the GA ref is now part of the Sphinx 'interop' manual,
we can delete the direct link from index.html.in.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200925162316.21205-9-peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Unicode legacy literal dumbed down to plain string literal, TODO
comment on displaying QEMU version added]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs/index.html.in')
-rw-r--r-- | docs/index.html.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.html.in b/docs/index.html.in index ca28047881..5b0f4e2bc2 100644 --- a/docs/index.html.in +++ b/docs/index.html.in @@ -13,7 +13,6 @@ <li><a href="interop/index.html">System Emulation Management and Interoperability Guide</a></li> <li><a href="specs/index.html">System Emulation Guest Hardware Specifications</a></li> <li><a href="interop/qemu-qmp-ref.html">QMP Reference Manual</a></li> - <li><a href="interop/qemu-ga-ref.html">Guest Agent Protocol Reference</a></li> </ul> </body> </html> |