-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Turn off support of Google Style docstrings #1663
Labels
Comments
menshikh-iv
added
documentation
Current issue related to documentation
difficulty easy
Easy issue: required small fix
good first issue
Issue for new contributors (not required gensim understanding + very simple)
labels
Oct 30, 2017
anotherbugmaster
removed
the
good first issue
Issue for new contributors (not required gensim understanding + very simple)
label
Oct 30, 2017
menshikh-iv
added
the
good first issue
Issue for new contributors (not required gensim understanding + very simple)
label
Oct 30, 2017
menshikh-iv
removed
the
good first issue
Issue for new contributors (not required gensim understanding + very simple)
label
Oct 30, 2017
Can I take this up @menshikh-iv @anotherbugmaster ? |
@kaustubhhiware no, because we didn't finished with docstrings yet |
@anotherbugmaster FYI, #1605 seems closed. Is this one up for grabs? |
@jxub we'll make it after finishing all docstrings (that happens soon, I hope) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
All docstrings should be refactored first
To prevent contributors from using Google Style docstrings, we need to set
napoleon_google_docstring = False
,like explained here.
The text was updated successfully, but these errors were encountered: