|
Project Information
|
db2rst.py script tries to convert DocBook XML to reST (with Sphinx markup enhancements). I wrote it to convert fityk manual, it doesn't handle all DocBook elements, only the ones I needed. The script should be easy to understand and modify. Let me know if you improve it (gmail: wojdyr). lxml library is used for parsing DocBook XML. Here is a fork of this script: https://github.com/kurtmckee/db2rst |