Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swatplus-documentation

Documentation site for SWAT+, built with MkDocs Material.

Published at https://swat-model.github.io/swatplus-documentation/

Layout

swatplus-documentation/
├── mkdocs.yml       site config, theme, and nav
├── docs/            all documentation content and assets
├── pdf/             per-section PDF build pipeline (pandoc -> xelatex)
└── requirements.txt

Develop

pip install -r requirements.txt
mkdocs serve

Then open http://localhost:8000.

Build

mkdocs build
python3 pdf/build.py --repo . --out site

Static output, including per-section PDFs, is written to site/.

Deploy

A GitHub Actions workflow (.github/workflows/deploy.yml) builds the site and PDFs and publishes them to GitHub Pages on every push to main.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages