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

Generating documentation for my code only #31

Closed
leotrs opened this issue Feb 21, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@leotrs
Copy link

commented Feb 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?

@BurntSushi

This comment has been minimized.

Copy link
Contributor

commented Feb 21, 2015

See #25

@leotrs

This comment has been minimized.

Copy link
Author

commented Feb 21, 2015

I just found #25 and #15. Thanks!

@leotrs leotrs closed this Feb 21, 2015

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.