File tree Expand file tree Collapse file tree 2 files changed +11
-22
lines changed
Expand file tree Collapse file tree 2 files changed +11
-22
lines changed Original file line number Diff line number Diff line change 1- # _config.yml (焦土战术版)
2- # 请复制粘贴全部内容,完全覆盖你的旧文件。
1+ # https://jupyterbook.org/customize/config.html
32
4- title : " Wuhao's Portfolio"
3+ title : " Wuhao Xia 's Portfolio"
54author : 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
118exclude_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- # 保持执行关闭
2413execute :
2514 execute_notebooks : " off"
2615
27- # 你的其余配置
2816sphinx :
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"]
Original file line number Diff line number Diff line change 1- # _toc.yml (测试第1步)
21format : jb-book
32root : 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
You can’t perform that action at this time.
0 commit comments