From 9d828655494410b575a75e861900f62fcae80060 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 28 May 2022 13:02:44 -0700 Subject: Adding files needed to run sphinx as a pre-push hook. --- 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..6e6da4d --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,20 @@ +.. Scott's Python Utils documentation master file, created by + sphinx-quickstart on Tue May 24 19:36:45 2022. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Scott's Python Utils's documentation! +================================================ + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + modules + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` -- cgit v1.3