Skip to content

Documentation and comments cleanup

Raffi Enficiaud requested to merge release/0.2.7-alpha into main

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

Merge request reports