add log and config docs

This commit is contained in:
yanyongyu
2020-08-20 15:07:05 +08:00
parent 1d982fc77b
commit 02ca49f6d0
20 changed files with 488 additions and 68 deletions

View File

@ -4,4 +4,5 @@ NoneBot Api Reference
:模块索引:
- `nonebot <nonebot.html>`_
- `nonebot.typing <typing.html>`_
- `nonebot.log <log.html>`_
- `nonebot.config <config.html>`_

View File

@ -2,5 +2,5 @@ NoneBot.config 模块
===================
.. automodule:: nonebot.config
:members:
:members: Env, Config
:show-inheritance:

6
docs_build/exception.rst Normal file
View File

@ -0,0 +1,6 @@
NoneBot.exception 模块
======================
.. automodule:: nonebot.exception
:members:
:show-inheritance:

6
docs_build/log.rst Normal file
View File

@ -0,0 +1,6 @@
NoneBot.log 模块
=================
.. automodule:: nonebot.log
:members:
:show-inheritance: