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

Document the "public API" imports in Python modules #153

Closed
AWhetter opened this issue Aug 4, 2018 · 0 comments
Closed

Document the "public API" imports in Python modules #153

AWhetter opened this issue Aug 4, 2018 · 0 comments

Comments

@AWhetter
Copy link
Collaborator

AWhetter commented Aug 4, 2018

Ideally module documentation would work similarly to wildcard imports. If __all__ is specified, only what's in __all__ should be documented, if __all__ is not specified then all imports from the local package should be documented.

@AWhetter AWhetter modified the milestone: 0.6.0 Aug 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant