Skip to content
Snippets Groups Projects
Forked from stackspin / stackspin
Source project has a limited visibility.
user avatar
authored

Documentation

This folder contains the documentation. You can find the documentation at https://stackspin.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