From c6eb14fc5ee363b8ffbebc81b7a2445c6c8c79b4 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 24 Dec 2023 17:56:58 +0100 Subject: Minor changes --- docs/index.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..5825200 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,20 @@ +.. Chip-8 documentation master file, created by + sphinx-quickstart on Sun Dec 24 17:49:23 2023. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Chip-8's documentation! +================================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` -- cgit v1.2.3