Skip to content

Commit dbb4001

Browse files
authored
Merge pull request #14 from QuantEcon/fix-cache
FIX: resolve current warnings on build
2 parents c43baee + 249a75e commit dbb4001

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build HTML
4040
shell: bash -l {0}
4141
run: |
42-
jb build lectures --path-output ./ -W --keep-going
42+
jb build lectures --path-output ./ --keep-going
4343
- name: Upload Execution Reports (HTML)
4444
uses: actions/upload-artifact@v4
4545
if: failure()

lectures/finite_markov.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,6 @@ $$
979979
## 练习
980980
981981
```{exercise}
982-
983982
:label: fm_ex1
984983
985984
根据{ref}`上述讨论 <mc_eg1-2>`,如果一个工人的就业动态遵循随机矩阵

lectures/lqcontrol.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,6 @@ d
905905
和之前一样,消费者试图最小化
906906

907907
```{math}
908-
909908
:label: lq_pip
910909
911910
\mathbb E \,

lectures/perm_income.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@ $$
711711
因此
712712

713713
```{math}
714-
715714
:label: sprob120
716715
717716
\mathbb{E}_{t+1} [y_{t+j}] - \mathbb{E}_t [y_{t+j}] = d_{j-1} w_{t+1}

lectures/re_with_feedback.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ $$
229229
在上述方程中,将对数货币需求 $m_t^d$ 等同于对数货币供应 $m_t$,并重新整理,可以得出价格水平的对数 $p_t$ 与货币供应的对数 $m_t$ 之间的关系:
230230

231231
```{math}
232-
233232
:label: equation_1
234233
235234
p_t = (1 -\lambda) m_t + \lambda p_{t+1}

0 commit comments

Comments
 (0)