-
Notifications
You must be signed in to change notification settings - Fork 329
Updated sphinx syntax #231
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
Conversation
Changed singel args to : param
Also fixed some mistakes from the previous commit.
Codecov Report
@@ Coverage Diff @@
## master #231 +/- ##
=======================================
Coverage 46.98% 46.98%
=======================================
Files 32 32
Lines 77334 77334
Branches 6370 6370
=======================================
Hits 36332 36332
Misses 40951 40951
Partials 51 51
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Summary: As described in #230 there are different documentation styles in some files which I tried to unify. |
Looks good to me, would you mind just linking me to the guide you used? |
Thanks! Of course, it's from Sphinx. |
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.
Really appreciate you going through and fixing these comments!
Pleasure! Thanks for approving. |
@rogebrd Just to confirm, would you like me to add anything else because this would be ready to merge from my side? |
As outlined in #230 the documentation style is not consistent. This fixes the style for the OAuth file.
Fixes #227