文件名称:sphinxcontrib-mermaid:Sphinx技术文档中的美人鱼图
文件大小:19KB
文件格式:ZIP
更新时间:2024-05-29 07:23:18
uml diagrams sphinx-doc sphinxcontrib sphinx-extension
此扩展名使您可以将图嵌入文档中,包括常规流程图,序列图和甘特图。
它添加了一个指令来嵌入美人鱼标记。 例如:
.. mermaid::
sequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts
prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jo
【文件预览】:
sphinxcontrib-mermaid-master
----MANIFEST.in(101B)
----.travis.yml(183B)
----README.rst(7KB)
----docs()
--------conf.py(5KB)
--------requirements.txt(33B)
--------Makefile(622B)
--------index.rst(521B)
----sphinxcontrib()
--------__init__.py(365B)
--------autoclassdiag.py(2KB)
--------mermaid.py(13KB)
--------exceptions.py(103B)
----tests()
--------test_html.py(2KB)
--------roots()
--------conftest.py(197B)
----LICENSE.rst(1KB)
----setup.cfg(46B)
----setup.py(2KB)
----.gitignore(1KB)
----CHANGELOG.rst(2KB)