Files
openmlsys-zh/book.toml
cydia2001 c52a509882 build: add mdbook support for zh chapters
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.
2026-03-10 21:50:08 +00:00

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"