Skip to content

Commit 28172ba

Browse files
committed
fix: regenerate heading-maps with MyST role stripping (v0.13.1)
1 parent ca0e488 commit 28172ba

12 files changed

Lines changed: 35 additions & 35 deletions

.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.13.0
6+
tool-version: 0.13.1

.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.13.0
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.13.0
6+
tool-version: 0.13.1

.translate/state/numba.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: 8
6-
tool-version: 0.13.0
6+
tool-version: 0.13.1

.translate/state/pandas.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.13.0
6+
tool-version: 0.13.1

.translate/state/scipy.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: 8
6-
tool-version: 0.13.0
6+
tool-version: 0.13.1

lectures/getting_started.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ translation:
1616
Local Install::The Anaconda Distribution: Anaconda 发行版
1717
Local Install::Installing Anaconda: 安装 Anaconda
1818
Local Install::Updating `conda`: 更新 `conda`
19-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`': '{index}`Jupyter 笔记本 <single: Jupyter Notebooks>`'
20-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::Starting the Jupyter Notebook': 启动 Jupyter 笔记本
21-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::Notebook Basics': 笔记本基础
22-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::Notebook Basics::Running Cells': 运行单元格
23-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::Notebook Basics::Modal Editing': 模式编辑
24-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::Notebook Basics::Inserting Unicode (e.g., Greek Letters)': 插入 Unicode(例如希腊字母)
25-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::Notebook Basics::A Test Program': 测试程序
26-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::Working with the Notebook': 使用笔记本
27-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::Working with the Notebook::Tab Completion': Tab 补全
28-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::Working with the Notebook::On-Line Help': 在线帮助
29-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::Working with the Notebook::Other Content': 其他内容
30-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::Debugging Code': 调试代码
31-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::Sharing Notebooks': 共享笔记本
32-
'{index}`Jupyter Notebooks <single: Jupyter Notebooks>`::QuantEcon Notes': QuantEcon Notes
19+
Jupyter Notebooks: Jupyter 笔记本
20+
Jupyter Notebooks::Starting the Jupyter Notebook: 启动 Jupyter 笔记本
21+
Jupyter Notebooks::Notebook Basics: 笔记本基础
22+
Jupyter Notebooks::Notebook Basics::Running Cells: 运行单元格
23+
Jupyter Notebooks::Notebook Basics::Modal Editing: 模式编辑
24+
Jupyter Notebooks::Notebook Basics::Inserting Unicode (e.g., Greek Letters): 插入 Unicode(例如希腊字母)
25+
Jupyter Notebooks::Notebook Basics::A Test Program: 测试程序
26+
Jupyter Notebooks::Working with the Notebook: 使用笔记本
27+
Jupyter Notebooks::Working with the Notebook::Tab Completion: Tab 补全
28+
Jupyter Notebooks::Working with the Notebook::On-Line Help: 在线帮助
29+
Jupyter Notebooks::Working with the Notebook::Other Content: 其他内容
30+
Jupyter Notebooks::Debugging Code: 调试代码
31+
Jupyter Notebooks::Sharing Notebooks: 共享笔记本
32+
Jupyter Notebooks::QuantEcon Notes: QuantEcon Notes
3333
Installing Libraries: 安装库
3434
Working with Python Files: 使用 Python 文件
3535
Working with Python Files::Editing and Execution: 编辑与执行
36-
'Working with Python Files::Editing and Execution::Option 1: {index}`JupyterLab <single: JupyterLab>`': '选项 1:{index}`JupyterLab <single: JupyterLab>`'
36+
'Working with Python Files::Editing and Execution::Option 1: JupyterLab': 选项 1:JupyterLab
3737
'Working with Python Files::Editing and Execution::Option 2: Using a Text Editor': 选项 2:使用文本编辑器
3838
Exercises: 练习
3939
---

lectures/names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ translation:
1919
Local Namespaces: 局部命名空间
2020
The `__builtins__` Namespace: '`__builtins__` 命名空间'
2121
Name Resolution: 名称解析
22-
'Name Resolution::{index}`Mutable <single: Mutable>` Versus {index}`Immutable <single: Immutable>` Parameters': '{index}`可变 <single: Mutable>` 与 {index}`不可变 <single: Immutable>` 参数'
22+
Name Resolution::Mutable Versus Immutable Parameters: 可变 不可变 参数
2323
---
2424

2525
(oop_names)=

lectures/need_for_speed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ translation:
2424
Pure Python is slow::Data Access::Summing in Pure Python: 在纯 Python 中求和
2525
Pure Python is slow::Summary: 总结
2626
Accelerating Python: 加速 Python
27-
'Accelerating Python::{index}`Vectorization <single: Vectorization>`': '{index}`向量化 <single: Vectorization>`'
27+
Accelerating Python::Vectorization: 向量化
2828
Accelerating Python::Vectorization vs for pure Python loops: 向量化 vs 纯 Python 循环
2929
Accelerating Python::JIT compilers: JIT 编译器
3030
Parallelization: 并行化

lectures/numba.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ translation:
1313
title: Numba
1414
headings:
1515
Overview: 概述
16-
'{index}`Compiling Functions <single: Compiling Functions>`': '{index}`编译函数 <single: Compiling Functions>`'
17-
'{index}`Compiling Functions <single: Compiling Functions>`::An Example': 一个示例
18-
'{index}`Compiling Functions <single: Compiling Functions>`::How and When it Works': 工作原理及适用场景
16+
Compiling Functions: 编译函数
17+
Compiling Functions::An Example: 一个示例
18+
Compiling Functions::How and When it Works: 工作原理及适用场景
1919
Decorator Notation: 装饰器语法
2020
Type Inference: 类型推断
2121
Compiling Classes: 编译类

0 commit comments

Comments
 (0)