Commit 32bccef
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>1 parent d2f5dd6 commit 32bccef
File tree
16 files changed
+1436
-129
lines changed- docs
- getting-started
- guides
- migration
- reference
16 files changed
+1436
-129
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
47 | 57 | | |
48 | 58 | | |
49 | 59 | | |
| |||
63 | 73 | | |
64 | 74 | | |
65 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
66 | 86 | | |
67 | 87 | | |
68 | 88 | | |
| |||
81 | 101 | | |
82 | 102 | | |
83 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
84 | 114 | | |
85 | 115 | | |
86 | 116 | | |
| |||
101 | 131 | | |
102 | 132 | | |
103 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
104 | 144 | | |
105 | 145 | | |
106 | 146 | | |
| |||
118 | 158 | | |
119 | 159 | | |
120 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
121 | 171 | | |
122 | 172 | | |
123 | 173 | | |
| |||
152 | 202 | | |
153 | 203 | | |
154 | 204 | | |
| 205 | + | |
| 206 | + | |
155 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
156 | 216 | | |
157 | 217 | | |
158 | 218 | | |
| |||
162 | 222 | | |
163 | 223 | | |
164 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
165 | 230 | | |
166 | 231 | | |
167 | 232 | | |
| |||
200 | 265 | | |
201 | 266 | | |
202 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
203 | 282 | | |
204 | 283 | | |
205 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
81 | 90 | | |
82 | 91 | | |
83 | 92 | | |
| |||
274 | 283 | | |
275 | 284 | | |
276 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
277 | 290 | | |
278 | 291 | | |
279 | 292 | | |
| |||
0 commit comments