💡 update docstring for several modules

This commit is contained in:
yanyongyu
2020-10-06 02:08:48 +08:00
parent 2e989b5fe1
commit 734d3cd333
13 changed files with 597 additions and 51 deletions

View File

@ -3,12 +3,14 @@ NoneBot Api Reference
:模块索引:
- `nonebot <nonebot.html>`_
- `nonebot.typing <typing.html>`_
- `nonebot.config <config.html>`_
- `nonebot.sched <sched.html>`_
- `nonebot.log <log.html>`_
- `nonebot.matcher <matcher.html>`_
- `nonebot.rule <rule.html>`_
- `nonebot.permission <permission.html>`_
- `nonebot.sched <sched.html>`_
- `nonebot.log <log.html>`_
- `nonebot.utils <utils.html>`_
- `nonebot.typing <typing.html>`_
- `nonebot.exception <exception.html>`_
- `nonebot.adapters <adapters/>`_
- `nonebot.adapters.cqhttp <adapters/cqhttp.html>`_

View File

@ -4,7 +4,7 @@ sidebarDepth: 0
---
NoneBot.adapters 模块
=================
=====================
.. automodule:: nonebot.adapters
:members:

View File

@ -4,7 +4,7 @@ sidebarDepth: 0
---
NoneBot.adapters.cqhttp 模块
=================
============================
.. automodule:: nonebot.adapters.cqhttp
:members:

12
docs_build/matcher.rst Normal file
View File

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

View File

@ -4,7 +4,7 @@ sidebarDepth: 0
---
NoneBot.permission 模块
====================
=======================
.. automodule:: nonebot.permission
:members: