-
-
Notifications
You must be signed in to change notification settings - Fork 200
Fix link to object if it is exposed in __all__
#670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…h all modules, use module name of the matched item
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR! I generally agree that #669 is something we should support. 👍
That being said - we are reaching ugly levels of function complexity here, not sure yet how we can make things simpler. Worst case it just needs more docstrings. I will take a closer look when I have a few cycles. In the meantime, could you please 1) add a snapshot test and 2) a CHANGELOG entry? Thanks!
Thanks for looking into it! |
Hi! I'm facing the same issue. Unfortunately, this PR seems a bit stale. Do you plan to continue with this? Do you need a hand? |
# Conflicts: # test/testdata/demopackage.html # test/testdata/demopackage_dir.html
This PR should be ready for merge |
Sorry this took so long! I've finally found some time do do a deep dive here and refactor things a bit. Does this look good to you now? |
I just tested it and it looks great, thank you! |
Related issue #669
Search through the possible sources of the module when looking in
all_modules.
Also use the path of the matched object.