You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a look and many links are broken because either:
it references the imported class/function in the __init__.py module and this module is currently not processed by Sphinx (not automodule defined)
it references the correct fully qualified name which is also not processed by Sphinx
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?
The text was updated successfully, but these errors were encountered:
The documentation is really good, but there are lot of references to other objects returned or used internally which are missing, example:
Properties
Connection.channel()
etc.
I had a look and many links are broken because either:
__init__.py
module and this module is currently not processed by Sphinx (notautomodule
defined)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?The text was updated successfully, but these errors were encountered: