diff options
| author | Scott Gasch <[email protected]> | 2022-05-28 13:02:44 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-05-28 13:02:44 -0700 |
| commit | 9d828655494410b575a75e861900f62fcae80060 (patch) | |
| tree | c83a03af4302a879ed72a69adee37a5a58cb8e0e /docs/index.rst | |
| parent | 56bc30dfecdf11d477c97afe0ebef234a18ee258 (diff) | |
Adding files needed to run sphinx as a pre-push hook.
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
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` |
