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

Choose fix for missing __init__() documentation #41

Closed
proinsias opened this issue Dec 1, 2016 · 1 comment
Closed

Choose fix for missing __init__() documentation #41

proinsias opened this issue Dec 1, 2016 · 1 comment

Comments

@proinsias
Copy link
Contributor

When reading the documentation for LimeTabularExplainer, I noticed that there was no explanation of the function's arguments.

After a bit of digging, I realized that these arguments are documented in the __init__() function in the source code, but that this function's documentation is not included by Sphinx by default.

StackOverflow gives a couple of fixes for this.

@marcotcr
Copy link
Owner

marcotcr commented Dec 2, 2016

It's fixed.
Thanks!

@marcotcr marcotcr closed this as completed Dec 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants