aboutsummaryrefslogtreecommitdiffstats
path: root/main/_sources
diff options
context:
space:
mode:
authorGravatar HassanAbouelela <[email protected]>2022-07-23 15:20:09 +0000
committerGravatar HassanAbouelela <[email protected]>2022-07-23 15:20:09 +0000
commit7a1270a3782f04548c8c9527006cd1ae6a04b51b (patch)
tree56df6f4435254d98d5c106c7cff1b503318cb2c0 /main/_sources
parentDeploying to docs from @ python-discord/bot-core@4242df7b1a2ce8cffcf4d094a081... (diff)
Deploying to docs from @ python-discord/bot-core@94c4b408f1afa604ae6907aa28ab694870af20f2 🚀
Diffstat (limited to 'main/_sources')
-rw-r--r--main/_sources/changelog.rst.txt4
-rw-r--r--main/_sources/development.rst.txt2
-rw-r--r--main/_sources/index.rst.txt2
3 files changed, 8 insertions, 0 deletions
diff --git a/main/_sources/changelog.rst.txt b/main/_sources/changelog.rst.txt
index 8dce8564..b5d049d9 100644
--- a/main/_sources/changelog.rst.txt
+++ b/main/_sources/changelog.rst.txt
@@ -4,6 +4,10 @@
Changelog
=========
+- :bug:`107` Declare aiodns as a project dependency.
+- :support:`107` Add a sample project with boilerplate and documentation explaining how to develop for bot-core.
+
+
- :release:`7.5.0 <23rd July 2022>`
- :feature:`101` Add a utility to clean a string or referenced message's content
diff --git a/main/_sources/development.rst.txt b/main/_sources/development.rst.txt
new file mode 100644
index 00000000..25b8e0a7
--- /dev/null
+++ b/main/_sources/development.rst.txt
@@ -0,0 +1,2 @@
+.. Stub file to expose the README to sphinx
+.. include:: ../dev/README.rst
diff --git a/main/_sources/index.rst.txt b/main/_sources/index.rst.txt
index 0a375b90..aee7b269 100644
--- a/main/_sources/index.rst.txt
+++ b/main/_sources/index.rst.txt
@@ -17,6 +17,7 @@ Reference
:caption: Other:
:hidden:
+ development
changelog
@@ -26,4 +27,5 @@ Extras
* :ref:`genindex`
* :ref:`search`
* :repo-file:`Information <docs/README.md>`
+* :doc:`development`
* :doc:`changelog`