diff options
author | 2022-02-25 01:30:11 +0000 | |
---|---|---|
committer | 2022-02-25 01:30:11 +0000 | |
commit | b64d5c3dc826438e501ce0a56e0c7904168d5545 (patch) | |
tree | c8267f36546677ef79b8e962b9dbce7eff3b0bfc /_sources | |
parent | Deploying to docs from @ python-discord/bot-core@554919b6314814320f35431a6cfb... (diff) |
Deploying to docs from @ python-discord/bot-core@5593a0c95e2b4fd9515c8875ea6e51c0ab88eb00 🚀
Diffstat (limited to '_sources')
-rw-r--r-- | _sources/index.rst.txt | 5 | ||||
-rw-r--r-- | _sources/output/botcore.utils.monkey_patches.rst.txt | 7 | ||||
-rw-r--r-- | _sources/output/botcore.utils.rst.txt | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index 81975f35..98dcd611 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -13,6 +13,11 @@ Reference output/botcore +.. toctree:: + :caption: Other: + + Changelog <https://github.com/python-discord/bot-core/blob/main/CHANGELOG.md> + Extras ================== diff --git a/_sources/output/botcore.utils.monkey_patches.rst.txt b/_sources/output/botcore.utils.monkey_patches.rst.txt new file mode 100644 index 00000000..dcd6f6d8 --- /dev/null +++ b/_sources/output/botcore.utils.monkey_patches.rst.txt @@ -0,0 +1,7 @@ +monkey\_patches +==================================== + +.. automodule:: botcore.utils.monkey_patches + :members: + :special-members: + :show-inheritance: diff --git a/_sources/output/botcore.utils.rst.txt b/_sources/output/botcore.utils.rst.txt index 6c59b47f..491f8e65 100644 --- a/_sources/output/botcore.utils.rst.txt +++ b/_sources/output/botcore.utils.rst.txt @@ -17,5 +17,6 @@ Submodules botcore.utils.extensions botcore.utils.logging botcore.utils.members + botcore.utils.monkey_patches botcore.utils.regex botcore.utils.scheduling |