diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2021-05-11 10:23:52 +0100 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2021-06-14 13:28:50 +0100 |
commit | e0bd0cd43e4105dcb4e7f1849879170ae3d9da78 (patch) | |
tree | 7fc69608bd606e640acf2dd0446c56ab6e8f6fe0 /docs/interop/qemu-qmp-ref.rst | |
parent | 894fc4fd670aaf04a67dc7507739f914ff4bacf2 (diff) | |
download | qemu-e0bd0cd43e4105dcb4e7f1849879170ae3d9da78.zip qemu-e0bd0cd43e4105dcb4e7f1849879170ae3d9da78.tar.gz qemu-e0bd0cd43e4105dcb4e7f1849879170ae3d9da78.tar.bz2 |
docs: add table of contents to QAPI references
The QAPI reference docs for the guest agent, storage daemon and QMP are
all rather long and hard to navigate unless you already know the name of
the command and can do full text search for it.
A table of contents in each doc will help people locate stuff much more
easily.
Reviewed-by: Connor Kuehl <ckuehl@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/interop/qemu-qmp-ref.rst')
-rw-r--r-- | docs/interop/qemu-qmp-ref.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/interop/qemu-qmp-ref.rst b/docs/interop/qemu-qmp-ref.rst index c8abaaf..b5bebf6 100644 --- a/docs/interop/qemu-qmp-ref.rst +++ b/docs/interop/qemu-qmp-ref.rst @@ -10,4 +10,7 @@ QEMU QMP Reference Manual TODO: display the QEMU version, both here and in our Sphinx manuals more generally. +.. contents:: + :depth: 3 + .. qapi-doc:: qapi/qapi-schema.json |