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
Add output blocks to all documentation code snippets (#306)
* Add output blocks to all documentation code snippets
Every code snippet that produces visible output now shows the expected
result, making the docs feel like Jupyter notebooks. Covers all 16 doc
files across guides, getting-started, reference, and migration sections.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix review issues: len() commas, math errors, 2020 ACS skip
- Remove comma formatting from len() output blocks (len() returns plain
ints, not comma-separated)
- Fix moe_sum output: 2746.0 → 2746.4 (sqrt(1500² + 2300²))
- Fix moe_ratio output: 0.063 → 0.065 (correct formula application)
- Fix multi-year.md inflation example to skip 2020 ACS 1-year (not
released due to COVID-19)
- Fix DATE_DESC values in multi-year.md to match population-estimates.md
- Fix housing WGTP column count: 80 → 81 (WGTP + WGTP1–WGTP80)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments