-
Notifications
You must be signed in to change notification settings - Fork 395
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 more docs to matrix filter aka heatmap in error analysis #1489
Conversation
1e5d211
to
45e5964
Compare
Codecov Report
@@ Coverage Diff @@
## main #1489 +/- ##
=======================================
Coverage 87.56% 87.56%
=======================================
Files 108 108
Lines 5081 5081
=======================================
Hits 4449 4449
Misses 632 632
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Is there a way to enforce that it stays this way, i.e., failing the linter or something like that if a new method is added without docstring? |
@romanlutz yes, when you run sphinx you can make it fail on missing docs. I'm not sure about using a linter for docs though. |
I think if you set warnings as errors in sphinx it will fail on missing method docs: |
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.
I got quite nitpicky here, so apologies for that, but feel free to ignore as you see fit.
I do see that we have installed: |
45e5964
to
530e582
Compare
530e582
to
cc5f4aa
Compare
Description
Add more docs to matrix filter aka heatmap in error analysis. It looks like now all methods in erroranalysis package, both public and private, have docstrings.
Checklist