mirror of
https://github.com/openmlsys/openmlsys-zh.git
synced 2026-03-24 05:51:02 +08:00
* docs: update README and build guide * fix: escape * and _ inside math to prevent markdown emphasis corruption * fix: configure MathJax to use TeX (Computer Modern) font * feat: enhance markdown processing with label and figure collection * fix: remove duplicate bibliography directives from chapter summaries References are already handled at the chapter level, so the :bibliography: directives in summary pages are redundant and cause rendering issues. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
457 B
TOML
19 lines
457 B
TOML
[book]
|
|
authors = ["OpenMLSys Contributors"]
|
|
language = "en"
|
|
src = "en_chapters"
|
|
title = "Machine Learning Systems: Design and Implementation"
|
|
|
|
[build]
|
|
build-dir = ".mdbook/book"
|
|
create-missing = false
|
|
|
|
[preprocessor.openmlsys]
|
|
command = "python3 tools/mdbook_preprocessor.py"
|
|
|
|
[output.html]
|
|
mathjax-support = true
|
|
git-repository-url = "https://github.com/openmlsys/openmlsys-zh"
|
|
preferred-dark-theme = "navy"
|
|
additional-css = ["theme/dark-mode-images.css"]
|