Skip to content

chaseWillden/ai-results-debate

Repository files navigation

Debate Bracket Docs

This folder contains a static site for viewing the debate bracket, session transcripts, and graded results.

Viewing

  • Option 1: Open index.html in 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:
    python3 -m http.server 8000 --directory docs
    Then go to http://localhost:8000

What’s included

  • 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.

Rebuilding

After changing anything under debate-sessions/, regenerate the docs from the project root:

python3 build_docs.py

This refreshes docs/index.html and all files under docs/sessions/.

Releases

No releases published

Packages

 
 
 

Contributors