diff options
Diffstat (limited to 'main/_sources')
-rw-r--r-- | main/_sources/changelog.rst.txt | 4 | ||||
-rw-r--r-- | main/_sources/development.rst.txt | 2 | ||||
-rw-r--r-- | main/_sources/index.rst.txt | 2 |
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` |