From 2ee87c79bb390afe29139229ce83aace87f807fc Mon Sep 17 00:00:00 2001 From: HassanAbouelela Date: Mon, 6 Dec 2021 17:21:42 +0000 Subject: Deploying to docs from @ python-discord/bot-core@cfe4d495f7e9581fe58576cdf5e5dd9a490e52ed 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/changelog.rst.txt | 10 ++++++++++ _sources/index.rst.txt | 27 +++++++++++++++++++++++++++ _sources/output/botcore.regex.rst.txt | 7 +++++++ _sources/output/botcore.rst.txt | 8 ++++++++ 4 files changed, 52 insertions(+) create mode 100644 _sources/changelog.rst.txt create mode 100644 _sources/index.rst.txt create mode 100644 _sources/output/botcore.regex.rst.txt create mode 100644 _sources/output/botcore.rst.txt (limited to '_sources') 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 ` 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 + -- cgit v1.2.3