From 453c07b62edcb7cb743e5773b49a8ea77f92af7f Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Fri, 3 Aug 2018 19:33:43 -0400 Subject: [PATCH] renamed readme to index --- docs/{readme.md => index.md} | 0 docs/index.rst | 20 -------------------- 2 files changed, 20 deletions(-) rename docs/{readme.md => index.md} (100%) delete mode 100644 docs/index.rst diff --git a/docs/readme.md b/docs/index.md similarity index 100% rename from docs/readme.md rename to docs/index.md diff --git a/docs/index.rst b/docs/index.rst deleted file mode 100644 index 4bd99625..00000000 --- a/docs/index.rst +++ /dev/null @@ -1,20 +0,0 @@ -.. 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: - - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search`