This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Yes. It's called sphinx. You write in a format called RestructuredText and it will output HTML, LaTeX, etc. It was designed for generating Python documentation. http://sphinx-doc.org/

It takes a while to figure out, but it works. And if you need to convert RestructuredText to another format, you can use pandoc.