Update docs
This commit is contained in:
@@ -4,4 +4,5 @@ myst_parser
|
||||
sphinx
|
||||
sphinx_copybutton
|
||||
sphinx_rtd_theme
|
||||
sphinxcontrib-openapi
|
||||
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 = [
|
||||
"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
|
||||
|
||||
|
||||
|
||||
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user