mirror of
https://github.com/openmlsys/openmlsys-zh.git
synced 2026-04-01 01:41:17 +08:00
Add mdBook configuration rooted at zh_chapters, generate and commit SUMMARY.md, rewrite d2l-specific directives through a Python preprocessor, refresh chapter resource symlinks from the build scripts, and ignore local build-only links and helper directories.
18 lines
406 B
TOML
18 lines
406 B
TOML
[book]
|
|
authors = ["OpenMLSys Contributors"]
|
|
language = "zh-CN"
|
|
src = "zh_chapters"
|
|
title = "机器学习系统:设计和实现"
|
|
|
|
[build]
|
|
build-dir = ".mdbook-zh/book"
|
|
create-missing = false
|
|
|
|
[preprocessor.openmlsys-zh]
|
|
command = "python3 tools/mdbook_zh_preprocessor.py"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/openmlsys/openmlsys-zh"
|
|
mathjax-support = true
|
|
preferred-dark-theme = "navy"
|