From b434828b47671f829fe2670b2f3f18ee7484f06c Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Tue, 21 Jul 2026 14:30:25 +1000 Subject: [PATCH] Restore the (sympy)= target anchor dropped by the seed translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- lectures/sympy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/lectures/sympy.md b/lectures/sympy.md index 4210369..fd76921 100644 --- a/lectures/sympy.md +++ b/lectures/sympy.md @@ -41,6 +41,7 @@ translation: ``` +(sympy)= # {index}`SymPy ` ```{index} single: Python; SymPy