Update docs
This commit is contained in:
@@ -4,4 +4,5 @@ myst_parser
|
|||||||
sphinx
|
sphinx
|
||||||
sphinx_copybutton
|
sphinx_copybutton
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
|
sphinxcontrib-openapi
|
||||||
sphinxcontrib-napoleon
|
sphinxcontrib-napoleon
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 254 KiB |
File diff suppressed because one or more lines are too long
@@ -34,6 +34,7 @@ master_doc = "index"
|
|||||||
extensions = [
|
extensions = [
|
||||||
"myst_parser",
|
"myst_parser",
|
||||||
"autoapi.extension",
|
"autoapi.extension",
|
||||||
|
"sphinxcontrib.openapi",
|
||||||
"sphinx.ext.intersphinx",
|
"sphinx.ext.intersphinx",
|
||||||
"sphinx.ext.napoleon",
|
"sphinx.ext.napoleon",
|
||||||
"sphinx_copybutton",
|
"sphinx_copybutton",
|
||||||
|
|||||||
@@ -6,10 +6,13 @@
|
|||||||
WeChatFerry
|
WeChatFerry
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
|
.. image:: _static/QRCodes.jpg
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 4
|
:maxdepth: 4
|
||||||
|
|
||||||
readme_link
|
readme_link
|
||||||
|
openapi
|
||||||
autoapi/index
|
autoapi/index
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
.. include:: ../../python/README.MD
|
||||||
:parser: myst_parser.sphinx_
|
:parser: myst_parser.sphinx_
|
||||||
|
|||||||
Reference in New Issue
Block a user