Restore the (sympy)= target anchor dropped by the seed translation#16
Merged
Conversation
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>
There was a problem hiding this comment.
Pull request overview
Restores the missing MyST explicit target (sympy)= in the French SymPy lecture so future cross-references can reliably link to the page/section.
Changes:
- Re-add the
(sympy)=target immediately before the SymPy title inlectures/sympy.md.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+44
to
45
| (sympy)= | ||
| # {index}`SymPy <single: SymPy>` |
📖 Netlify Preview Ready!Preview URL: https://pr-16--verdant-toffee-3261a8.netlify.app Commit: 📚 Changed LecturesBuild Info
|
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One-line restore of the
(sympy)=anchor the seed translation dropped — the action-translation#65 defect class, live in production. Invisible to the strict-Wbuild because nothing references the anchor yet; it would have surfaced as a broken cross-reference in whichever lecture first linked to it. Found by the structural-parity guard (action-translation#119) during its calibration dry-run over all 211 source/target pairs — the only clean #65-class hit in the corpus.🤖 Generated with Claude Code