This repository serves the public Statlib website as static HTML generated from Markdown.
Edit Markdown files in content/, not the generated root HTML files.
content/index.mdbuildsindex.htmlcontent/roadmap.mdbuildsroadmap.htmlcontent/projects.mdbuildsprojects.htmlcontent/contribute.mdbuildscontribute.html
After editing Markdown, rebuild the HTML:
python3 tools/build_site.pyBefore opening a PR:
python3 tools/build_site.py
git statusInclude the changed content/*.md files and the regenerated .html files. CI fails if the generated HTML is stale.