Github pages repository for Form History Control
Static html generated by mkdocs, this is the acual github pages repository.
The github pages url is: https://stephanmahieu.github.io/fhc-home/
The directory containing the documentation source markdown files.
From the same directory as the mkdocs.yml configuration file:
mkdocs build --clean
From the same directory as the mkdocs.yml configuration file:
mkdocs serve -a localhost:8080
This is where binaries are stored that are made available for download.
# supported python versions 3.5, 3.6, 3.7, 3.8, and pypy3.
scoop install python
python -m pip install --upgrade pip
pip install mkdocs
pip install mkdocs-material
# add the 'versions' bucket if you haven't already
scoop bucket add versions
scoop install python37
scoop reset python37