diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-07-20 21:40:25 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-07-20 21:46:31 +0700 |
commit | 1b7bf9833d37246397f117f4ce6d95ae7211349b (patch) | |
tree | 3b7d3d805c2d2be05c6cc7a0cfce57f22cd24e75 /docs/source/index.rst | |
parent | d3839f160e5020967b2b23bd21ebd7c941012162 (diff) | |
download | brutalmaze-1b7bf9833d37246397f117f4ce6d95ae7211349b.tar.gz |
Use Sphinx to replace wiki
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r-- | docs/source/index.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst new file mode 100644 index 0000000..d79f8d3 --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1,21 @@ +Overview +======== + +Table of Contents +----------------- + +.. toctree:: + :maxdepth: 2 + + install + config + gameplay + remote + credits + +Indices and tables +------------------ + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` |