Commit d6d0474
Repair the sync PR so it can build: resolve the olg collision, drop the undelivered lecture, backfill the bib
Three fixes, all consequences of the run that produced this PR being
partial (see QuantEcon/action-translation#222).
1. Merge conflict on olg_adaptive_money. Both this PR and #208 created
lectures/olg_adaptive_money.md and its state file from scratch. Keep
main's version, which #208 landed: it is built from the newer source
SHA (a4fbd86) and so carries the pip-install cell, and it matches the
English source structurally at 62 fenced directives to 62. This
branch's copy predates #1006 and is one directive short.
2. learning_approximation was never delivered. The run committed a
_toc.yml entry for it but failed structural parity on the file, so
the entry pointed at nothing and the build failed with
"toctree contains reference to nonexisting document", plus four
unknown-document cross-references. Drop the _toc.yml entry and remove
the four {doc} references from bounded_rationality.md and
genetic_classifier.md. The lecture stays untranslated and is tracked
separately; the references return when it is seeded.
3. quant-econ.bib was missing 21 keys cited by the new lectures, fatal
under -W. Replace the file wholesale from the English source rather
than backfilling the cited subset — the target bib is a strict subset
of source (0 target-only keys), this is the third such backfill, and
the wholesale copy also closes the three latent keys that are not yet
cited. Mechanism tracked in QuantEcon/action-translation#117.
Verified: all 355 citations resolve, every _toc.yml entry has a file,
every lecture is reachable from _toc.yml, no dangling {doc} references.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>20 files changed
Lines changed: 995 additions & 750 deletions
File tree
- .translate/state
- lectures
- _static
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments