mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-26 15:51:26 +00:00
add log and config docs
This commit is contained in:
@ -4,4 +4,5 @@ NoneBot Api Reference
|
||||
:模块索引:
|
||||
- `nonebot <nonebot.html>`_
|
||||
- `nonebot.typing <typing.html>`_
|
||||
- `nonebot.log <log.html>`_
|
||||
- `nonebot.config <config.html>`_
|
||||
|
@ -2,5 +2,5 @@ NoneBot.config 模块
|
||||
===================
|
||||
|
||||
.. automodule:: nonebot.config
|
||||
:members:
|
||||
:members: Env, Config
|
||||
:show-inheritance:
|
||||
|
6
docs_build/exception.rst
Normal file
6
docs_build/exception.rst
Normal file
@ -0,0 +1,6 @@
|
||||
NoneBot.exception 模块
|
||||
======================
|
||||
|
||||
.. automodule:: nonebot.exception
|
||||
:members:
|
||||
:show-inheritance:
|
6
docs_build/log.rst
Normal file
6
docs_build/log.rst
Normal file
@ -0,0 +1,6 @@
|
||||
NoneBot.log 模块
|
||||
=================
|
||||
|
||||
.. automodule:: nonebot.log
|
||||
:members:
|
||||
:show-inheritance:
|
Reference in New Issue
Block a user