-
Notifications
You must be signed in to change notification settings - Fork 14
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
Release/v2.2.9 #235
Release/v2.2.9 #235
Conversation
- fix read the docs errors - run the markdown_refdocs plugin with mkdocs
Feature/rtd fixes
Codecov Report
@@ Coverage Diff @@
## master #235 +/- ##
===========================================
+ Coverage 80.51% 91.16% +10.64%
===========================================
Files 52 52
Lines 9126 9132 +6
===========================================
+ Hits 7348 8325 +977
+ Misses 1778 807 -971
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
The error fix will now report this error
Instead of the less informative
|
**default**: `#!python {repr(value)}`{accepted} | ||
|
||
{desc} | ||
''' |
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.
Consider using textwrap.dedent()
to keep the string inline with the rest of the code without adding any extra whitespace. I think it's a standard python library.
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.
cool! I didn't know there was a function for that! I have similar strings in other parts of the code tho so I will make an issue so we can replace them all at once instead of just here. created #236
BugFixes
Improvements