gmr / rabbitpy

A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library
http://rabbitpy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
242 stars 58 forks source link

Documentation lacks many internal links #105

Open multani opened 7 years ago

multani commented 7 years ago

The documentation is really good, but there are lot of references to other objects returned or used internally which are missing, example:

I had a look and many links are broken because either:

I'm willing to send a patch, but it will probably require to use fully qualified names everywhere instead of using the shortcuts provided by the __init__.py module. Would that be OK?