This patchset creates the new 'tools' manual that we've decided we should have, and moves 5 existing documents to it:
docs/interop/qemu-img.rst docs/interop/qemu-nbd.rst docs/interop/virtfs-proxy-helper.rst docs/interop/qemu-trace-stap.rst docs/interop/virtiofsd.rst This change will conflict with the QAPI-doc-comment-to-rST patchset because they both change the docs/interop makefile rules, but I expect this one to get in to master first; the other needs a respin at some point anyhow. thanks -- PMM Peter Maydell (3): docs: Create new 'tools' manual docs: Move qemu-option-trace.rst.inc to docs/ docs: Move tools documentation to tools manual Makefile | 41 +++++++++++-------- docs/index.html.in | 1 + docs/index.rst | 1 + docs/interop/conf.py | 12 ------ docs/interop/index.rst | 5 --- docs/{interop => }/qemu-option-trace.rst.inc | 0 docs/{interop => tools}/conf.py | 7 ++-- docs/tools/index.rst | 17 ++++++++ docs/{interop => tools}/qemu-img.rst | 2 +- docs/{interop => tools}/qemu-nbd.rst | 2 +- docs/{interop => tools}/qemu-trace-stap.rst | 0 .../virtfs-proxy-helper.rst | 0 docs/{interop => tools}/virtiofsd.rst | 0 13 files changed, 48 insertions(+), 40 deletions(-) rename docs/{interop => }/qemu-option-trace.rst.inc (100%) copy docs/{interop => tools}/conf.py (80%) create mode 100644 docs/tools/index.rst rename docs/{interop => tools}/qemu-img.rst (99%) rename docs/{interop => tools}/qemu-nbd.rst (99%) rename docs/{interop => tools}/qemu-trace-stap.rst (100%) rename docs/{interop => tools}/virtfs-proxy-helper.rst (100%) rename docs/{interop => tools}/virtiofsd.rst (100%) -- 2.20.1