diff options
Diffstat (limited to '_sources')
| -rw-r--r-- | _sources/changelog.rst.txt | 10 | ||||
| -rw-r--r-- | _sources/index.rst.txt | 27 | ||||
| -rw-r--r-- | _sources/output/botcore.regex.rst.txt | 7 | ||||
| -rw-r--r-- | _sources/output/botcore.rst.txt | 8 |
4 files changed, 52 insertions, 0 deletions
diff --git a/_sources/changelog.rst.txt b/_sources/changelog.rst.txt new file mode 100644 index 00000000..4954b59c --- /dev/null +++ b/_sources/changelog.rst.txt @@ -0,0 +1,10 @@ +.. See docs for details on formatting your entries + https://releases.readthedocs.io/en/latest/concepts.html + + +Changelog +========= + +- :support:`2` Autogenerated docs. +- :feature:`2` Regex utility. +- :support:`1` Core package, poetry, and linting CI. diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt new file mode 100644 index 00000000..e7c25ef1 --- /dev/null +++ b/_sources/index.rst.txt @@ -0,0 +1,27 @@ +.. Generated by sphinx-quickstart on Thu Dec 2 01:21:15 2021. + +Bot Core Project Documentation +============================== + + +Reference +==================================== + +.. toctree:: + :maxdepth: 4 + :caption: Modules: + + output/botcore + +.. toctree:: + :caption: Other: + + changelog + + +Extras +================== + +* :ref:`genindex` +* :ref:`search` +* :repo-file:`Information <docs/README.md>` diff --git a/_sources/output/botcore.regex.rst.txt b/_sources/output/botcore.regex.rst.txt new file mode 100644 index 00000000..2217ae38 --- /dev/null +++ b/_sources/output/botcore.regex.rst.txt @@ -0,0 +1,7 @@ +regex +==================== + +.. automodule:: botcore.regex + :members: + :special-members: + :show-inheritance:
\ No newline at end of file diff --git a/_sources/output/botcore.rst.txt b/_sources/output/botcore.rst.txt new file mode 100644 index 00000000..f61d0b5b --- /dev/null +++ b/_sources/output/botcore.rst.txt @@ -0,0 +1,8 @@ +Botcore +======= + +.. toctree:: + :maxdepth: 4 + + botcore.regex + |