Open
Description
We should create some API documentation. Some of this can be automated based on docstrings, though we also will need to write tutorials.
There are some automated tools for this. The most popular one is Sphinx, though I've heard some good things about MkDocs (with mkdocstrings plugin).
We should setup a github action to publish the generated docs to github pages.