You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: alive everywhere — autoplay, ambient micro-widgets across all pages
Every widget now autoplays when scrolled into view (pausing offscreen;
reduced-motion gets a rich pre-rendered frame, never an empty axis) and
heroes pre-warm so first paint already shows a running system.
Adds docs/viz/inline.js: ten parameterized ambient micro-widgets
(dist-strip, posterior-morph, trace-ticker, rhat-spark, shrinkage,
regression-mini, mixture-resp, logistic-boundary, elbo-climb, abc-eps)
with real math inside (split-R-hat and ESS ported from
src/inference/diagnostics.rs, EM responsibilities, conjugate updates),
embedded at the point of discussion across ~20 pages — including a
deliberately unconverged rhat-spark on debugging-models and a live
partial-pooling shrinkage widget on hierarchical-models.
Removes all "new in 0.2.0"-style callouts (13 sites incl. the
distributions widget's selector group) — version history lives in the
CHANGELOG, not the docs.
Browser-verified: all 25 widget-bearing pages animate on arrival, zero
console errors, zero >50ms long tasks during ambient play on the
busiest pages, reduced-motion renders rich static frames (fixed a
resize race that blanked paused micro-widgets).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DEAKcbnLVP8iSXub2Pqor2
Copy file name to clipboardExpand all lines: docs/src/getting-started/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,8 @@ graph TB
127
127
128
128
**Fugue** makes this safe, fast, and composable in Rust.
129
129
130
+
<divclass="fugue-explorable fv-inline"data-viz="posterior-morph"data-kind="beta"data-caption="Step 3, Infer, in miniature: each yellow observation sharpens the green posterior around the blue prior."></div>
0 commit comments