Skip to content
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

pdoc now reports submodules in __all__ as variables #171

Open
mitsuhiko opened this issue Sep 7, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@mitsuhiko
Copy link

commented Sep 7, 2018

With the last release version a submodule mentioned in __all__ would be reported as a module. Now it's reported as variable as well as a module but the links are broken.

integrations here is a module in fact (mentioned in __all__):

screen shot 2018-09-07 at 23 23 32

In the selector below the module in __all__ has a different name than others (and the link is broken):

screen shot 2018-09-07 at 23 23 30

This change is likely related to #170

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.