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

Feature request: Add means to exclude items (modules, functions, etc.) from being included in the docs besides using the _ prefix #12

Closed
b52 opened this issue Jan 25, 2019 · 3 comments

Comments

2 participants
@b52
Copy link
Contributor

commented Jan 25, 2019

The title basically says it all.

@kernc

This comment has been minimized.

Copy link
Contributor

commented Jan 25, 2019

Have you tried __pdoc__ dict? I guess that could go with slightly more emphasis.

@kernc kernc added this to the 0.5.2 milestone Jan 25, 2019

@kernc

This comment has been minimized.

Copy link
Contributor

commented Jan 25, 2019

Clearer rewording welcome!

@b52

This comment has been minimized.

Copy link
Contributor Author

commented Jan 25, 2019

You are right, it is indeed possible with __pdoc__[MY_SYMBOL] = False. I just somewhat skipped this part in the README it seems.

@b52 b52 closed this Jan 25, 2019

@kernc kernc reopened this Jan 25, 2019

@kernc kernc closed this in a34a40b Jan 26, 2019

@kernc kernc added the question label Jan 27, 2019

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.