API documentation ================= .. note:: This software adheres to `Semantic Versioning `_. The current release is a **beta version**, hence the **API is not entirely fixed yet**. This means that with the deployment of new releases you should expect minor changes to existing features including additions and deletions. Once version 1.0.0 is reached the public API will be fixed. This `API documentation `_ gives detailed information on all public functions provided by this package to its users. It is semi-automatically generated from source code and `docstrings `_ with the popular tool `Sphinx `_ and its `autodoc `_ and `napoleon `_ extensions. The same information can be obtained as help page with `Python's built-in help system `_ but only in plain text instead of nicely formatted HTML documents. Here is an entry point to the package and all modules and functions it provides: .. toctree:: :maxdepth: 1 package