This directory contains the complete documentation for EO-Toolkit.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtmkdocs serve
mkdocs serve --livereload
The documentation will be available at http://localhost:8000
mkdocs buildThis creates a site/ directory with static HTML files.
mkdocs gh-deployThis deploys to GitHub Pages
docs/- Source markdown filesmkdocs.yml- MkDocs configurationrequirements.txt- Python dependencies