add nonebot.typing docs

This commit is contained in:
yanyongyu
2020-08-19 20:29:37 +08:00
parent e523aa8d89
commit 5e3d1c76cc
11 changed files with 486 additions and 34 deletions

View File

@ -10,13 +10,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import sys
# sys.path.insert(
# 0,
# os.path.join(os.path.abspath(os.path.dirname(os.path.dirname(__file__))),
# "nonebot"))
sys.path.insert(0, os.path.abspath(os.path.dirname(os.path.dirname(__file__))))
# import os
# import sys
# sys.path.insert(0, os.path.abspath(os.path.dirname(os.path.dirname(__file__))))
# -- Project information -----------------------------------------------------

6
docs_build/config.rst Normal file
View File

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

View File

@ -3,5 +3,4 @@ NoneBot 模块
.. automodule:: nonebot
:members:
:undoc-members:
:show-inheritance:

6
docs_build/typing.rst Normal file
View File

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