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
(Please let me know if the title could be improved)
I have a class C defined in submodule B of module A, so full python name would be A.B.C. But the class is imported in the __init__.py of A, thus exposed from the module A. And it is imported from there by other packages.
Autoapi does only resolve the name to A.C, this causes that cross-reference from other packages don't work. As in the objects.invA.C is not available, only A.B.C.
Is there anyway this could be solved?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
(Please let me know if the title could be improved)
I have a class C defined in submodule B of module A, so full python name would be
A.B.C
. But the class is imported in the__init__.py
of A, thus exposed from the module A. And it is imported from there by other packages.Autoapi does only resolve the name to
A.C
, this causes that cross-reference from other packages don't work. As in theobjects.inv
A.C
is not available, onlyA.B.C
.Is there anyway this could be solved?
The text was updated successfully, but these errors were encountered: