Ted Ross wrote:
I seem to recall using a tool called amqp-doc (in qpid/python) to generate pydoc-style output for the AMQP specification. This output included the "generated" parts of the API.

Unfortunately, that tool doesn't seem to work in the latest SVN.

Ideally, I'd like to find a way to produce documentation that shows me whatever I can call in Python, generated or not, in one place. I'll look at amqp-doc to see what it did.

I actually tried writing a program that loaded the spec and then called the pydoc API, but that didn't show the generated methods. Worth a try ;->

Jonathan

Reply via email to