mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-14 16:06:54 +00:00
add nonebot.typing docs
This commit is contained in:
@ -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
6
docs_build/config.rst
Normal file
@ -0,0 +1,6 @@
|
||||
NoneBot.config 模块
|
||||
===================
|
||||
|
||||
.. automodule:: nonebot.config
|
||||
:members:
|
||||
:show-inheritance:
|
@ -3,5 +3,4 @@ NoneBot 模块
|
||||
|
||||
.. automodule:: nonebot
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
6
docs_build/typing.rst
Normal file
6
docs_build/typing.rst
Normal file
@ -0,0 +1,6 @@
|
||||
NoneBot.typing 模块
|
||||
===================
|
||||
|
||||
.. automodule:: nonebot.typing
|
||||
:members:
|
||||
:show-inheritance:
|
Reference in New Issue
Block a user