Documentation and comments cleanup
Documentation and comments cleanup
- typos in code and documentation
- sphinx update
- adding citation section to sphinx documentation
- typos
- cleaning up equations' latex (also in waveform.pyx)
- removing import * as not used and preventing the documentation to generate properly.
- removing the
sys.path.add(parent)
from the sphinx configuration so that we can safely build the documentation against either an existing installation or an installation in editable mode
Other:
- basic test, linter and documentation runner using tox and integration using gitlab (on site)
- basic conda build/test and documentation generation