diff options
| author | Cody Logan <clpo13@gmail.com> | 2020-08-05 17:21:45 -0700 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2020-08-05 17:22:41 -0700 |
| commit | 52e72221bf65d118bc323866243f3fdbd2589c58 (patch) | |
| tree | 52eda1955e56b2323b6988819cbf4dbc9a3e9136 /_sources | |
| parent | e06712a3618f095dc47df9a39da63f4e916ec35a (diff) | |
| download | alphanum-52e72221bf65d118bc323866243f3fdbd2589c58.tar.gz alphanum-52e72221bf65d118bc323866243f3fdbd2589c58.zip | |
Initialize gh-pages
Diffstat (limited to '_sources')
| -rw-r--r-- | _sources/index.rst.txt | 24 | ||||
| -rw-r--r-- | _sources/source/alphanum.rst.txt | 22 | ||||
| -rw-r--r-- | _sources/source/modules.rst.txt | 7 |
3 files changed, 53 insertions, 0 deletions
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt new file mode 100644 index 0000000..1901192 --- /dev/null +++ b/_sources/index.rst.txt @@ -0,0 +1,24 @@ +.. alphanum documentation master file, created by + sphinx-quickstart on Wed Jan 8 09:24:16 2020. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to alphanum's documentation! +==================================== + +.. mdinclude:: ../README.md + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + source/modules + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` diff --git a/_sources/source/alphanum.rst.txt b/_sources/source/alphanum.rst.txt new file mode 100644 index 0000000..19cfccc --- /dev/null +++ b/_sources/source/alphanum.rst.txt @@ -0,0 +1,22 @@ +alphanum package +================ + +Submodules +---------- + +alphanum.alphanum module +------------------------ + +.. automodule:: alphanum.alphanum + :members: + :undoc-members: + :show-inheritance: + + +Module contents +--------------- + +.. automodule:: alphanum + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/source/modules.rst.txt b/_sources/source/modules.rst.txt new file mode 100644 index 0000000..0eae225 --- /dev/null +++ b/_sources/source/modules.rst.txt @@ -0,0 +1,7 @@ +alphanum +======== + +.. toctree:: + :maxdepth: 4 + + alphanum |
