diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2019-03-07 14:26:45 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-03-07 14:26:45 +0000 |
commit | 5329da6a4f65b394a3131e00af142ad5294345c1 (patch) | |
tree | 496a9321def09bfaf3cb26ec048f71d3a13b73b2 /docs/index.rst | |
parent | 859cdc01a0f9d914fa74892270d40516398d089a (diff) | |
download | qemu-5329da6a4f65b394a3131e00af142ad5294345c1.zip |
docs: Commit initial files from sphinx-quickstart
Commit the initial Sphinx conf.py and skeleton index.rst as
generated with sphinx-quickstart. We'll update these to
add QEMU-specific tweaks in subsequent commits.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190305172139.32662-4-peter.maydell@linaro.org
Message-id: 20190228145624.24885-4-peter.maydell@linaro.org
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000000..93f8222831 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,20 @@ +.. QEMU documentation master file, created by + sphinx-quickstart on Thu Jan 31 16:40:14 2019. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to QEMU's documentation! +================================ + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` |