ICB-DCM / LNAplusplus

LNA++: a Fast C++ Implementation of the Linear Noise Approximation with first- and second-order sensitivities
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

API documentation to code? #10

Closed dweindl closed 6 years ago

dweindl commented 6 years ago

Documentation.pdf currently contains detailed API documentation. The respective functions in the source files (e.g. LNA.py::generateLNA) does not contain any documentation. Might be better to move it to the code. This allows using help() and integrates with most IDEs. Also it reduces chances of diverging code and documentation.