I'm trying to produce a post-dev "interface control document" for a not particularly well documented, smallish Python codebase. To fit into an in-place document schema it needs to be delivered as a flat Word document. It needs to be mostly extracted from the code.
So far my only candidate is doxygen's .rtf capability. And doxygen is sort of so-so with Python. And so-so with rtf. So. Can anyone suggest a better solution?
