Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upIgnore sub-modules #52
Comments
This comment has been minimized.
This comment has been minimized.
|
Does using # pygdbmi.py
__pdoc__ = {
'StringStream`: False,
'printcolor': False,
} |
kernc
closed this
Apr 30, 2019
kernc
reopened this
Apr 30, 2019
This comment has been minimized.
This comment has been minimized.
|
That works, thank you! I put it in my |
cs01
closed this
Apr 30, 2019
This comment has been minimized.
This comment has been minimized.
|
At the top or at the bottom. Documentation improvements welcome! |
kernc
added
invalid
question
and removed
invalid
labels
Apr 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cs01 commentedApr 30, 2019
•
edited
First of all I want to say I absolutely LOVE how easy it is to install and run
pdoc. So thank you!The feature I am requesting is the ability to ignore certain sub-modules. For example, on my docs (https://cs01.github.io/pygdbmi/), I don't want
pygdbmi.StringStreamorpygdbmi.printcolorto appear in generated documentation.Maybe something like: