uit-cosmo / blobmodel

Model of propagating blobs in 1D and 2D
https://blobmodel.readthedocs.io
MIT License
6 stars 2 forks source link

Numpy docstrings #65

Closed gregordecristoforo closed 1 year ago

gregordecristoforo commented 1 year ago

This PR adds numpy style docstrings to the code. This is a first step for building a usable documentation for the package. As a next step I intend to implement a propper docs page using sphinx.

Some of docstrings seem like extra boiler plate code but I added them anyway for automatic doc generating with sphinx.

gregordecristoforo commented 1 year ago

fix #60