Developer DocumentationΒΆ
Contributions are in the form of issues, code, documentation are always very welcome. The following are a set of guidelines to help ensure that contributions can be smoothly merged into the existing code base:
- All code contributions should be accompanied by a test. Tests can be placed into the test folder.
- All added functions should include a jsdoc string for javascript code or a numpy style docstring for python code.