Conversation
Codecov Report
@@ Coverage Diff @@
## master #595 +/- ##
==========================================
- Coverage 83.58% 83.55% -0.03%
==========================================
Files 207 207
Lines 13838 13803 -35
==========================================
- Hits 11566 11533 -33
+ Misses 2272 2270 -2
|
|
Shall we add a note for those of us who now us VS-code on how to set up auto docstrings? 😆 I'm using this extension |
|
Otherwise LGTM! Although why was the docs CI cancelled? |
|
Actually another question: How do we document static classes or classes that don't implement an |
Yuck... but yes good idea.
I don't know... perhaps because I authored the PR via the github UI and it doesn't touch the codebase?
Good question. Maybe the convention should be "add docstring in init if it exists, otherwise add to the class-level docstring"? |
|
@mauicv just updated following your comments. |
Expand guidance on docstrings for classes.
Update
CONTRIBUTING.mdwith a note on where to add class docstrings.Will do the same for
alibiand delete thecontributing-updatebranch upon merge.