Docs site: animation gallery + MkDocs GitHub Pages deploy#8
Closed
promitmoitra wants to merge 2 commits into
Closed
Docs site: animation gallery + MkDocs GitHub Pages deploy#8promitmoitra wants to merge 2 commits into
promitmoitra wants to merge 2 commits into
Conversation
Assembles the hosted docs site on top of current main (which had advanced with the perturb_tau RNG-seeding fix, E3 framing correction, and the E7-E9 / C5-C7 extensions). Rather than merge the stale review-branch base, the viz work was re-applied cleanly onto main: - New: ghca_net_viz.py animator; E2/E4/E5 animation scripts + four GIFs; docs/animations.md gallery; docs/index.md landing; mkdocs.yml (Material); .github/workflows/deploy-docs.yml (Pages deploy on push to deploy-viz-page). - Reconciled README.md and docs/e2_results.md by hand (kept mains rerun/fix edits, added the viz entries + E2 animation embed); e4/e5 embeds transferred cleanly (main had not touched them). - Nav includes everything on main: E0-E9, C0-C7, extensions, synthesis, review. - hallucination_review.md now carries a status banner noting both findings (RNG seeding, E3 framing) were confirmed and fixed on main (ccc2e37, b4cfe3d), so the hosted page is accurate rather than describing already-fixed issues. Strict mkdocs build passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013goY3hJpWKigqejHuosLr1
Switch Material primary/accent from deep orange to red, matching the animations colour key (active=red, refractory=black, rested=white). Light mode keeps a white canvas; dark (slate) mode gives a near-black canvas -> red on white / red on black.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closing without merging.
deploy-viz-pageis now a dedicated publication branch for the GitHub Pages site — the flow is one-way into it (curated results cherry-picked frommain/dev branches for public display), so adeploy-viz-page → mainmerge is the wrong direction and would push site-only plumbing (mkdocs.yml, deploy workflow,docs/index.md) into the trunk.The reusable viz code (
ghca_net_viz.py+ thee*_animation.pyscripts) is being brought tomainseparately in a minimal, code-only PR. The site tooling stays ondeploy-viz-page.