tudelft-cda-lab/SAGE

Add documentation for methods

jzelenjak opened this issue · 0 comments

Description

Currently, block comments are present in the code, helping the user understand the related parts. However, a method-level documentation in the form of Python Docstrings is missing.

Proposed solution

Document all the (non-helper) methods using Python Docstrings, in the following format:
image
image