[action-translation] resync: lqcontrol.md - #191
Conversation
✅ Deploy Preview for astonishing-narwhal-a8fc64 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR forward-resyncs the Chinese translation of lqcontrol.md to match the current upstream (English) source document, restoring previously missing/altered explanatory content and updating structure/labels to the new source layout.
Changes:
- Re-synced headings and cross-references (including advanced lecture links) to match upstream naming and structure.
- Restored/updated mathematical notation and explanatory notes (e.g., the non-universal
Q/Rnotation note). - Updated exercises/solutions structure and labels (e.g., solution
:label:fields) and refactored the main application code block to the upstreamNamedTuple/helper-function pattern.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| lectures/lqcontrol.md | Whole-file translation resync: headings, math notation, references, exercises/solutions labels, and upstream-aligned code structure. |
| .translate/state/lqcontrol.md.yml | Updates translation sync metadata (source SHA, sync date, tool version). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
✅ Translation Quality ReviewVerdict: PASS | Model: claude-sonnet-5 | Date: 2026-07-21 📝 Translation Quality
Summary: 翻译整体质量优秀,准确传达了原文关于LQ控制理论的技术内容,数学公式与代码块保存完好,专业术语翻译规范一致。存在少量可改进之处,包括维基百科链接来源的一致性以及个别术语表达的统一性,但均为次要问题,不影响整体理解和技术准确性。 数学公式和LaTeX代码块完整保留,编号引用(如{eq} Suggestions:
🔍 Diff Quality
Summary: The resync correctly updates the target document to match the source structure, content, and heading map with only the intended file modified. This review was generated automatically by action-translation review mode. |
|
Policy decision on the review's first suggestion (measure-theory link): Baidu Baike is an acceptable substitute for Wikipedia links in zh-cn editions, given better accessibility in mainland China (Matt, 2026-07-22). No change needed here; recorded in the program decision register so future reviews don't re-flag localised link substitutions. |
Forward Resync: lqcontrol.md
Source: QuantEcon/lecture-python.myst — lectures/lqcontrol.md
Source commit:
a1353f0This PR resyncs the translation to match the current source document.
Reason: The translation uses inline code (not NamedTuple-based) for the LQModel implementation, differing from the source's refactored NamedTuple/create_lq_model/simulate_and_plot approach, but this is largely a code structuring difference reflecting an older source version. More importantly, some source content is missing in translation: the note about notation not being universal ('some authors let Q be the matrix...') is dropped, the bullet about classical formulations using matrix decompositions with links to advanced:lu_tricks/classical_filtering is altered/shortened, and the exercise/solution labels lose some structure (e.g., 'lqc_ex1_solution' label removed). These are substantive content omissions requiring re-translation.
Changes
Whole-file resync applied. The entire document was resynced in a single pass.
Created by action-translation forward resync