mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-26 15:51:26 +00:00
💡 add utils docstring
This commit is contained in:
@ -7,4 +7,5 @@ NoneBot Api Reference
|
||||
- `nonebot.config <config.html>`_
|
||||
- `nonebot.sched <sched.html>`_
|
||||
- `nonebot.log <log.html>`_
|
||||
- `nonebot.utils <utils.html>`_
|
||||
- `nonebot.exception <exception.html>`_
|
||||
|
11
docs_build/utils.rst
Normal file
11
docs_build/utils.rst
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
contentSidebar: true
|
||||
sidebarDepth: 0
|
||||
---
|
||||
|
||||
NoneBot.utils 模块
|
||||
=================
|
||||
|
||||
.. automodule:: nonebot.utils
|
||||
:members:
|
||||
:show-inheritance:
|
Reference in New Issue
Block a user