Update docs
This commit is contained in:
parent
d3d64ec68f
commit
1c1ffa829f
@ -4,4 +4,5 @@ myst_parser
|
||||
sphinx
|
||||
sphinx_copybutton
|
||||
sphinx_rtd_theme
|
||||
sphinxcontrib-openapi
|
||||
sphinxcontrib-napoleon
|
||||
|
BIN
docs/source/_static/QRCodes.jpg
Normal file
BIN
docs/source/_static/QRCodes.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 254 KiB |
1
docs/source/_static/openapi-wcfhttp.json
Normal file
1
docs/source/_static/openapi-wcfhttp.json
Normal file
File diff suppressed because one or more lines are too long
@ -34,6 +34,7 @@ master_doc = "index"
|
||||
extensions = [
|
||||
"myst_parser",
|
||||
"autoapi.extension",
|
||||
"sphinxcontrib.openapi",
|
||||
"sphinx.ext.intersphinx",
|
||||
"sphinx.ext.napoleon",
|
||||
"sphinx_copybutton",
|
||||
|
@ -6,10 +6,13 @@
|
||||
WeChatFerry
|
||||
=======================================
|
||||
|
||||
.. image:: _static/QRCodes.jpg
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
readme_link
|
||||
openapi
|
||||
autoapi/index
|
||||
|
||||
|
||||
|
11
docs/source/openapi.rst
Normal file
11
docs/source/openapi.rst
Normal file
@ -0,0 +1,11 @@
|
||||
OpenAPI
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
wcfhttp
|
||||
-------
|
||||
从 docs 中查看更详细(默认地址为:http://localhost:9999/docs )。
|
||||
|
||||
.. openapi:: _static/openapi-wcfhttp.json
|
@ -1,5 +1,8 @@
|
||||
项目介绍
|
||||
=========
|
||||
|
||||
.. include:: ../../http/README.MD
|
||||
:parser: myst_parser.sphinx_
|
||||
|
||||
.. include:: ../../python/README.MD
|
||||
:parser: myst_parser.sphinx_
|
||||
|
Loading…
Reference in New Issue
Block a user