Skip to content

Commit f26c77d

Browse files
committed
yes
1 parent 208d054 commit f26c77d

File tree

2 files changed

+11
-22
lines changed

2 files changed

+11
-22
lines changed

_config.yml

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,23 @@
1-
# _config.yml (焦土战术版)
2-
# 请复制粘贴全部内容,完全覆盖你的旧文件。
1+
# https://jupyterbook.org/customize/config.html
32

4-
title: "Wuhao's Portfolio"
3+
title: "Wuhao Xia's Portfolio"
54
author: Wuhao Xia
65

7-
# 我们将手动排除所有内容,所以关闭这个选项以防万一。
8-
only_build_toc_files: false
9-
10-
# 明确排除所有不在 _toc.yml 中的文件和所有目录
6+
# https://jupyterbook.org/v1/structure/configure.html#disable-building-files-that-arent-in-the-table-of-contents
7+
only_build_toc_files: true
118
exclude_patterns:
12-
# 目录
139
- .github/*
14-
- .venv/*
15-
- _build/*
1610
- .pytest_cache/*
17-
# 根目录中的其他文件
18-
- .gitignore
19-
- lecture_16_example.ipynb
20-
- Motor_Vehicle_Collisions_-_Crashes_20251101.csv
21-
- requirements.txt
11+
- .venv/*
2212

23-
# 保持执行关闭
2413
execute:
2514
execute_notebooks: "off"
2615

27-
# 你的其余配置
2816
sphinx:
2917
config:
18+
# https://myst-parser.readthedocs.io/en/latest/syntax/cross-referencing.html#implicit-targets
3019
myst_heading_anchors: 4
20+
# https://jupyterbook.org/v1/interactive/interactive.html#plotly
3121
html_js_files:
3222
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.7/require.min.js
3323
suppress_warnings: ["mystnb.unknown_mime_type"]

_toc.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# _toc.yml (测试第1步)
21
format: jb-book
32
root: index
4-
# chapters:
5-
# - file: Project_1
6-
# - file: 0928_webpage_summarizer
7-
# - file: 1025_brochure_generator
3+
chapters:
4+
- file: Project_1
5+
- file: 0928_webpage_summarizer
6+
- file: 1025_brochure_generator

0 commit comments

Comments
 (0)