Found while seeding the zh-cn edition (QuantEcon/lecture-python.zh-cn#196): three citation keys are cited in this repo's lectures but have no entry in lectures/_static/quant-econ.bib, so {cite} references render as dangling.
| Key |
Cited in |
GilboaSchmeidler:1989 |
robust_permanent_income.md |
Whittle_1981 |
robust_permanent_income.md |
Whittle_1990 |
robust_permanent_income.md, theil_2.md |
All three exist in lecture-python-advanced.myst's quant-econ.bib (these lectures were ported from there), so the fix is copying those entries across. The zh-cn edition has already added them on its side.
Related tooling context: QuantEcon/action-translation#117 tracks the engine not syncing the shared bib; a dangling-key lint in CI would have caught this at port time.
Found while seeding the zh-cn edition (QuantEcon/lecture-python.zh-cn#196): three citation keys are cited in this repo's lectures but have no entry in
lectures/_static/quant-econ.bib, so{cite}references render as dangling.GilboaSchmeidler:1989robust_permanent_income.mdWhittle_1981robust_permanent_income.mdWhittle_1990robust_permanent_income.md,theil_2.mdAll three exist in lecture-python-advanced.myst's
quant-econ.bib(these lectures were ported from there), so the fix is copying those entries across. The zh-cn edition has already added them on its side.Related tooling context: QuantEcon/action-translation#117 tracks the engine not syncing the shared bib; a dangling-key lint in CI would have caught this at port time.