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.

.. _Google Python Style Guide:
   https://google.github.io/styleguide/pyguide.html


.. _Typing:
   https://docs.python.org/3/library/typing.html