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.
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.