Skip to content

Commit c1b8dbe

Browse files
authored
chore: migrate heading-map → translation frontmatter (#14)
* chore: migrate heading-map → translation frontmatter format Converted all 25 lecture files from flat heading-map: YAML to structured translation: { title, headings } format using action-translation v0.13.0 headingmap CLI. Backward compatible — the sync pipeline reads both formats. * chore: bump action-translation to v0.13.0 * fix: regenerate heading-maps with MyST role stripping (v0.13.1)
1 parent 71d9288 commit c1b8dbe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+461
-412
lines changed

.github/workflows/review-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 2
1717

18-
- uses: QuantEcon/action-translation@v0.12.4
18+
- uses: QuantEcon/action-translation@v0.13.0
1919
with:
2020
mode: review
2121
source-repo: QuantEcon/lecture-python-programming

.translate/state/about_py.md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ synced-at: "2026-03-20"
33
model: claude-sonnet-4-6
44
mode: NEW
55
section-count: 3
6-
tool-version: 0.11.1
6+
tool-version: 0.13.0

.translate/state/debugging.md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ synced-at: "2026-03-20"
33
model: claude-sonnet-4-6
44
mode: NEW
55
section-count: 4
6-
tool-version: 0.11.1
6+
tool-version: 0.13.0

.translate/state/functions.md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ synced-at: "2026-03-20"
33
model: claude-sonnet-4-6
44
mode: NEW
55
section-count: 7
6-
tool-version: 0.11.1
6+
tool-version: 0.13.0

.translate/state/getting_started.md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ synced-at: "2026-03-20"
33
model: claude-sonnet-4-6
44
mode: NEW
55
section-count: 7
6-
tool-version: 0.11.1
6+
tool-version: 0.13.1

.translate/state/intro.md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ synced-at: "2026-03-20"
33
model: claude-sonnet-4-6
44
mode: NEW
55
section-count: 0
6-
tool-version: 0.11.1
6+
tool-version: 0.13.0

.translate/state/jax_intro.md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ synced-at: "2026-03-20"
33
model: claude-sonnet-4-6
44
mode: NEW
55
section-count: 6
6-
tool-version: 0.11.1
6+
tool-version: 0.13.0

.translate/state/matplotlib.md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ synced-at: "2026-03-20"
33
model: claude-sonnet-4-6
44
mode: NEW
55
section-count: 5
6-
tool-version: 0.11.1
6+
tool-version: 0.13.0

.translate/state/names.md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ synced-at: "2026-03-20"
33
model: claude-sonnet-4-6
44
mode: NEW
55
section-count: 9
6-
tool-version: 0.11.1
6+
tool-version: 0.13.1

.translate/state/need_for_speed.md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ synced-at: "2026-03-20"
33
model: claude-sonnet-4-6
44
mode: NEW
55
section-count: 5
6-
tool-version: 0.11.1
6+
tool-version: 0.13.1

0 commit comments

Comments
 (0)