githubpsyche / pcitpy

The Probabilistic Curve Induction and Testing (P-CIT) toolbox, implemented in Python.
https://githubpsyche.github.io/pcitpy/
Apache License 2.0
0 stars 0 forks source link

Configure proper docstrings for each PCITpy function #33

Closed githubpsyche closed 3 years ago

githubpsyche commented 4 years ago

Docstrings occur within functions and whatnot. The quasi-notebook format I have now is ok but won't play well with literate programming resources we'll use down the line.

The current format allows opening the scripts as notebooks via Jupytext but that's not a high priority interest anymore. Time to move on.