kymata-atlas / kymata-core

Core Kymata codebase, including statistical analysis and plotting tools
https://kymata.org
MIT License
5 stars 0 forks source link

Make sure main functions and __init__s have docstrings #186

Closed caiw closed 5 months ago

caiw commented 8 months ago

Removed the comment # TODO: Docstring from expression.py as part of #173/#184

caiw commented 8 months ago

We could consider adding this to CI checks

caiw commented 8 months ago

We should also maybe settle on a fixed docstring format, because then we can use tooling to automatically create browseable API documentation.