To this documentationΒΆ

To contribute to this documentation please the following:

  • Important when adding new functionlaities please document with examples as fast as they are created

  • When creating a function use Typing. for providing guidelines about the type of arguments.

  • Put the majority of the documentation in the docstrings of the code.

  • This documentation follows the guidelines of Google Python Style Guide. Docstrings may extend over multiple lines. Sections are created with a section header and a colon followed by a block of indented text.