Update docs

This commit is contained in:
Changhua 2023-05-08 16:13:43 +08:00
parent d3d64ec68f
commit 1c1ffa829f
7 changed files with 20 additions and 0 deletions

View File

@ -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

View File

@ -34,6 +34,7 @@ master_doc = "index"
extensions = [
"myst_parser",
"autoapi.extension",
"sphinxcontrib.openapi",
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinx_copybutton",

View File

@ -6,10 +6,13 @@
WeChatFerry
=======================================
.. image:: _static/QRCodes.jpg
.. toctree::
:maxdepth: 4
readme_link
openapi
autoapi/index

11
docs/source/openapi.rst Normal file
View File

@ -0,0 +1,11 @@
OpenAPI
=========
.. toctree::
:titlesonly:
wcfhttp
-------
从 docs 中查看更详细默认地址为http://localhost:9999/docs )。
.. openapi:: _static/openapi-wcfhttp.json

View File

@ -1,5 +1,8 @@
项目介绍
=========
.. include:: ../../http/README.MD
:parser: myst_parser.sphinx_
.. include:: ../../python/README.MD
:parser: myst_parser.sphinx_