Closed padix-key closed 2 months ago
Click to see where and how coverage changed
File Statements Missing Coverage Coverage
(new stmts)Lines missing
src/plinder/core
__init__.py
src/plinder/core/scores
__init__.py
Project Total
This report was generated by python-coverage-comment-action
This PR adds an API reference generated from the code. It comprises the user-faced part of
plinder.core
andplinder.core.scores
.I would need some help for the following parts:
plinder.core
andplinder.core.scores
should have a module docstring in__init__.py
that explains what the respective package is about.docs/api/index.md
PlinderSystem
misses theAttribute
section).numpydoc
requires docstrings to be written in reStructuredText instead of Markdown. They are very similar but there are small nuances where they are different. For example monospace is formatted with double backticks instead of single ones.