QuantEcon ยท GitHub

Commit b4ba299

mmckyclaude

and

authored

Restore the (sympy)= target anchor dropped by the seed translation (#16)

The source carries `(sympy)=` immediately before the title; the French seed dropped it โ€” the exact defect class of QuantEcon/action-translation#65. Nothing references the anchor yet, so the strict -W build cannot catch it: a dropped anchor only warns once something links to it, at which point the breakage surfaces in whatever lecture added the reference, not here. Found by the new structural-parity guard (QuantEcon/action-translation#119) during its calibration dry-run over all 211 source/target lecture pairs โ€” this was the only clean #65-class hit in the production corpus. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lectures

Lines changed: 1 addition & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -41,6 +41,7 @@ translation:

4141

</div>

4242

```

4343
44+

(sympy)=

4445

# {index}`SymPy <single: SymPy>`

4546
4647

```{index} single: Python; SymPy

Read the original on github.com โ†—