Sphinx: How to automatically generate documentation from XML Schema (XSD)

本小妞迷上赌 提交于 2019-12-11 04:38:32

问题


We want to document an XML file structure using the self-documented XSD schema file.

As Sphinx provides some autodoc support for some languages, is there an equivalent way to generate some kind of good looking documentation directly from XSD ?

NB: we use Sphinx / ReStructuredText for project documentation.


回答1:


A great XSD documentation generator you can find here: http://www.flexdoc.xyz/flexdoc-xml/xsddoc/

It generates highly detailed XML schema documentation with diagrams:



来源:https://stackoverflow.com/questions/49538195/sphinx-how-to-automatically-generate-documentation-from-xml-schema-xsd

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!