Skip to content
Snippets Groups Projects
Forked from stackspin / stackspin
4707 commits behind the upstream repository.
README.md 318 B

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