Search code examples
pythondocumentationrestructuredtextdita

Generate DITA xml from docstring


I need to document my project using DITA and I'm wondering if I can use python's docstring conventions and reStructuredText to create DITA's XMLs.

Any pointers?


Solution

  • Sorry to be a bit late to this question, but I've done some work along these lines and put the resulting kit into this repository:

    https://github.com/donrday/rst2dita

    I hope there is something there that you or others can make use of.