mirror of
https://github.com/openmlsys/openmlsys-zh.git
synced 2026-04-01 01:41:17 +08:00
19 lines
454 B
TOML
19 lines
454 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"
|
|
additional-css = ["theme/dark-mode-images.css"]
|