From a168c456dfea3e34035bdddaad6d8297e983b003 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 21 Aug 2026 10:39:49 +1000 Subject: [PATCH] Remove the stale duplicated frontmatter block from hoist_failure.md The #260 resync left the previous frontmatter body in place below the new frontmatter, as text ahead of the {raw} header. Sphinx then reports 'Document headings start at H2, not H1' and the strict -W cache build fails (run 32426519586), which blocks the next publish tag. Only the duplicated block is removed; the engine's frontmatter and the lecture body are unchanged. --- lectures/hoist_failure.md | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/lectures/hoist_failure.md b/lectures/hoist_failure.md index 107b5dbd..8775a841 100644 --- a/lectures/hoist_failure.md +++ b/lectures/hoist_failure.md @@ -31,31 +31,6 @@ translation: Exercises: 练习 --- -jupytext: - text_representation: - extension: .md - format_name: myst - format_version: 0.13 - jupytext_version: 1.10.3 -kernelspec: - display_name: Python 3 - language: python - name: python3 -translation: - title: 故障树不确定性 - headings: - Overview: 概述 - The lognormal distribution: 对数正态分布 - The convolution theorem: 卷积定理 - Approximating continuous distributions: 近似连续分布 - Discretizing the lognormal distribution: 离散化对数正态分布 - Convolving probability mass functions: 概率质量函数的卷积 - Fault tree analysis: 故障树分析 - Failure rates unknown: 未知的故障率 - Application: waste hoist failure rate: 应用:废物提升机失效率 - Exercises: 练习 ---- - ```{raw} jupyter