-
-
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
Add flake8-rst
for docstring code examples
#2192
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @kataev 👍 definitely useful addition!
Please also add this check to CI here https://github.com/RaRe-Technologies/gensim/blob/develop/.travis.yml#L16
Notes (mostly for me)
Next great step (after this PR) will be #2107, @kataev have you time to help us with it? |
flake8-rst
for docstring code examples
Great work, thanks @kataev 🌟 Congratz with first contribution 🚀 |
Hello, i'm created new tool flake8-rst.
Idea is simple, crop with regex code snippets and put it in flake8.
PR splitted into logical commits for better review. First commit, add
sourcecode:: pycon
, next fix found issues.