Hi, I have lots of Python (2.x) source files in a quite large project. Most of them is quite well documented - in docstrings, or comments at the beginning of classes/methods.
What I look for is a tool that would read those files and create a documentation out of it - best would be with class inheritance, method names and arguments and with the contents of those docstrings/comments extracted. Output should be a nice document that would be possible to be printed and handed together with the project as technical documentation.
I searched a bit and found a HappyDoc project, but it looks rather old and inactive.
Do you use a tool like this and are able to propose something both enough powerful to do this and still simple enough so setting it up won't take entire day?