From eafc4f7822309ca6874be600ff74650d03bc6c52 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Fri, 3 Aug 2018 19:15:28 -0400 Subject: [PATCH] Manually building an index.rst --- docs/index.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/index.rst diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 00000000..910d8047 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,20 @@ +.. PySimpleGUI documentation master file, created by + sphinx-quickstart on Fri Aug 3 19:09:46 2018. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to PySimpleGUI's documentation! +======================================= + +.. toctree:: + :maxdepth: 2 + :caption: Contents: +README.md + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search`