pyOpenSci / pyosPackage

An example package that compliments our package guide & tutorials.
https://pyospackage.readthedocs.io/en/latest/
MIT License
0 stars 1 forks source link

Add numpy style docstrings with examples to add_numbers.py module #16

Closed lwasser closed 1 week ago

lwasser commented 1 week ago

Right now the code in this repo has no documentation. We want to add docstring(s) and examples to the current code using numpy style docstrings. Flesh it out as much as possible.