## Documentation

This folder contains the documentation. You can find the documentation at
https://openappstack.readthedocs.io/. It is also possible to build the
documentation, using Sphinx:

    pip install -r ./requirements.txt
    make html

Then point your browser to the newly generated pages:

    make browser