From b03c3edf9c627b8eefaf8018e44d93d867443d91 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Mon, 24 Aug 2026 20:06:40 +1000 Subject: [PATCH] Renumber Job Search VI-X, and point baseurl at the live site MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two independent fixes, bundled because both take effect only at the next publish build and that build is imminent. Job Search renumbering. Upstream inserted Job Search V and shifted five siblings; the shifts were lost with the auto-closed #242 and never arrived by another route. Seeding mccall_risk as V in #264 turned that into an active collision: mccall_risk and mccall_persist_trans both read 工作搜寻 V. Shift the five, matching the English source verbatim — mccall_persist_trans V→VI, career VI→VII, jv VII→VIII, odu VIII→IX, mccall_q IX→X — in each file's H1 and its translation.title, plus the English half of jv's {index} target, which also read VII. References to Job Search I-IV are deliberately untouched: they sit before the insertion point, so the two in-prose cross-references in mccall_persist_trans (III and IV) remain correct. Baseurl. lectures/_config.yml pointed html.baseurl at python.quantecon-zh-cn.org, which is NXDOMAIN and has never been configured as a Pages custom domain. It reached published output only as rel=canonical and og:url, so no reader was affected, but it told search engines that 148 pages live on a host with no DNS record. Point it at the site that actually serves, matching the other five editions. Prose and config only; no code cell changes, so the execution cache is unaffected. Refs #266 (the two refactor backports and the likelihood_bayes state refresh remain open there), #270, and QuantEcon/project-translation#20. Renumbering source: QuantEcon/lecture-python.myst#760 Co-Authored-By: Claude Opus 5 (1M context) --- lectures/_config.yml | 2 +- lectures/career.md | 4 ++-- lectures/jv.md | 4 ++-- lectures/mccall_persist_trans.md | 4 ++-- lectures/mccall_q.md | 4 ++-- lectures/odu.md | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index d49f6123..29861625 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -25,7 +25,7 @@ bibtex_bibfiles: - _static/quant-econ.bib html: - baseurl: https://python.quantecon-zh-cn.org/ + baseurl: https://quantecon.github.io/lecture-python.zh-cn/ latex: latex_documents: diff --git a/lectures/career.md b/lectures/career.md index 54b621bd..d424341e 100644 --- a/lectures/career.md +++ b/lectures/career.md @@ -8,7 +8,7 @@ kernelspec: language: python name: python3 translation: - title: 工作搜寻 VI:职业选择建模 + title: 工作搜寻 VII:职业选择建模 headings: Overview: 概述 Overview::Model Features: 模型特点 @@ -27,7 +27,7 @@ translation: ``` -# 工作搜寻 VI:职业选择建模 +# 工作搜寻 VII:职业选择建模 ```{index} single: Modeling; Career Choice ``` diff --git a/lectures/jv.md b/lectures/jv.md index fdd25aae..dea09270 100644 --- a/lectures/jv.md +++ b/lectures/jv.md @@ -8,7 +8,7 @@ kernelspec: language: python name: python3 translation: - title: 工作搜寻 VII:在职搜索 + title: 工作搜寻 VIII:在职搜索 headings: Overview: 概述 Overview::Model Features: 模型特点 @@ -29,7 +29,7 @@ translation: ``` -# {index}`工作搜寻 VII:在职搜索 ` +# {index}`工作搜寻 VIII:在职搜索 ` ```{index} single: Models; On-the-Job Search ``` diff --git a/lectures/mccall_persist_trans.md b/lectures/mccall_persist_trans.md index 46c0ed8b..eceba568 100644 --- a/lectures/mccall_persist_trans.md +++ b/lectures/mccall_persist_trans.md @@ -10,7 +10,7 @@ kernelspec: language: python name: python3 translation: - title: 工作搜寻 V:持续性与暂时性工资冲击 + title: 工作搜寻 VI:持续性与暂时性工资冲击 headings: Overview: 概述 The model: 模型 @@ -28,7 +28,7 @@ translation: ``` -# 工作搜寻 V:持续性与暂时性工资冲击 +# 工作搜寻 VI:持续性与暂时性工资冲击 ```{include} _admonition/gpu.md ``` diff --git a/lectures/mccall_q.md b/lectures/mccall_q.md index a1c75a65..141cdede 100644 --- a/lectures/mccall_q.md +++ b/lectures/mccall_q.md @@ -10,7 +10,7 @@ kernelspec: language: python name: python3 translation: - title: 工作搜寻 IX:McCall劳动者的Q学习 + title: 工作搜寻 X:McCall劳动者的Q学习 headings: Overview: 概述 Review of McCall model: McCall 模型回顾 @@ -21,7 +21,7 @@ translation: Possible extensions: 可能的扩展方向 --- -# 工作搜寻 IX:McCall劳动者的Q学习 +# 工作搜寻 X:McCall劳动者的Q学习 ## 概述 diff --git a/lectures/odu.md b/lectures/odu.md index 600a3f95..f087c606 100644 --- a/lectures/odu.md +++ b/lectures/odu.md @@ -8,7 +8,7 @@ kernelspec: language: python name: python3 translation: - title: '工作搜寻 VIII: 带学习的搜索' + title: '工作搜寻 IX: 带学习的搜索' headings: Overview: 概述 Overview::Model Features: 模型特点 @@ -43,7 +43,7 @@ translation: ``` -# 工作搜寻 VIII: 带学习的搜索 +# 工作搜寻 IX: 带学习的搜索 ```{contents} 目录 :depth: 2