💡 add rule utils docstring

This commit is contained in:
yanyongyu
2020-09-13 13:01:23 +08:00
parent ce2700c1d2
commit f79eabdc61
15 changed files with 212 additions and 89 deletions

View File

@ -7,5 +7,6 @@ NoneBot Api Reference
- `nonebot.config <config.html>`_
- `nonebot.sched <sched.html>`_
- `nonebot.log <log.html>`_
- `nonebot.rule <rule.html>`_
- `nonebot.utils <utils.html>`_
- `nonebot.exception <exception.html>`_

12
docs_build/rule.rst Normal file
View File

@ -0,0 +1,12 @@
---
contentSidebar: true
sidebarDepth: 0
---
NoneBot.rule 模块
====================
.. automodule:: nonebot.rule
:members:
:special-members:
:show-inheritance:

View File

@ -4,8 +4,9 @@ sidebarDepth: 0
---
NoneBot.utils 模块
=================
==================
.. automodule:: nonebot.utils
:members:
:show-inheritance:
.. autodecorator:: nonebot.utils.run_sync
.. autoclass:: nonebot.utils.DataclassEncoder
:show-inheritance: