It uses the mkdocs package (https://mkdocs.readthedocs.io) to generate static project documentation with Markdown.
$ pip install -r requirements.txt
$ mkdocs serve
Then point your browser at http://localhost:8000
$ mkdocs serve --dev-addr=0.0.0.0:3000
Then point your browser at http://localhost:3000
To build a static version of the docs, run:
$ mkdocs build
The static files will be built in the site
directory.
- document errors in simpl store