Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upDocs are missing any notes about which modules are gated by features #1874
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
behnam commentedOct 5, 2018
At a very basic level, looking at a specific module, like
r2d2, doesn't make it clear that a feature needs to be enable for it to become available, since there's no mention of the feature in any of:I think it would be great to add a note to the module's docstring, so it's visible in the API docs. What do you think?