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 upGenerating documentation for my code only #31
Comments
This comment has been minimized.
This comment has been minimized.
|
See #25 |
This comment has been minimized.
This comment has been minimized.
leotrs
closed this
Feb 21, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
leotrs commentedFeb 21, 2015
I just started using pdoc today after struggling to find a usable automatic documentation tool. So far, so good. My only problem is this: I use wxpython extensively and when pdoc generates documentation from my package, it also includes documentation for code that is part of wx, not part of my code (eg, if my class derives from wx.Window, the documentation includes ALL the methods from wx.Window, not just mine). How can I avoid this?