marianoguerra / rst2html5

transform restructuredtext documents to html5 + twitter's bootstrap css, deck.js or reveal.js
http://marianoguerra.github.com/rst2html5
MIT License
177 stars 51 forks source link

Any way to use this directly in another Python program? #103

Open advance512 opened 4 years ago

advance512 commented 4 years ago

Like:

import rst2html5
rst2html5.transform(rstFilePath, htmlFilePath)

Thanks!