aboutsummaryrefslogtreecommitdiffstats
path: root/_sources
diff options
context:
space:
mode:
authorGravatar HassanAbouelela <[email protected]>2021-12-06 17:21:42 +0000
committerGravatar HassanAbouelela <[email protected]>2021-12-06 17:21:42 +0000
commit2ee87c79bb390afe29139229ce83aace87f807fc (patch)
tree430e8e7e74e2fa049b756fc9b63b0eabca6c307f /_sources
parentInitial docs commit (diff)
Deploying to docs from @ python-discord/bot-core@cfe4d495f7e9581fe58576cdf5e5dd9a490e52ed 🚀
Diffstat (limited to '_sources')
-rw-r--r--_sources/changelog.rst.txt10
-rw-r--r--_sources/index.rst.txt27
-rw-r--r--_sources/output/botcore.regex.rst.txt7
-rw-r--r--_sources/output/botcore.rst.txt8
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
+