This folder contains a static site for viewing the debate bracket, session transcripts, and graded results.
- Option 1: Open
index.htmlin a browser (double-click or drag into a browser window). - Option 2: From the project root, run a local server so links and assets load reliably:
Then go to http://localhost:8000
python3 -m http.server 8000 --directory docs
- Bracket (
index.html) — Lists all rounds (Round 1, Quarterfinals, Semifinals, Final) with clickable matches. - Session pages (
sessions/<session-id>/index.html) — For each match:- Debate transcript — Full exchange (plain text, line breaks preserved).
- Graded results — Rendered from
results.md(tables, headings, summary, winner).
BYE rounds show the README content and a short notice that there was no debate.
After changing anything under debate-sessions/, regenerate the docs from the project root:
python3 build_docs.pyThis refreshes docs/index.html and all files under docs/sessions/.