Commit Graph

275 Commits

Author SHA1 Message Date
cydia2001
8cb06c2a8b fix: correct english homepage frontpage
Add an English-specific frontpage template so the default homepage no longer falls back to the Chinese frontpage, and clear homepage image backgrounds in the frontpage wrapper CSS.
2026-03-11 01:26:39 +00:00
cydia2001
cb9573119a feat: add homepage language switch links
Inject a homepage-only language switch into the mdBook frontpage wrapper so the English homepage links to the Chinese homepage and the Chinese homepage links back to the English homepage.
2026-03-11 01:19:56 +00:00
cydia2001
b938d3824e ci: use official pages deployment workflow
Switch the docs deployment workflow to the official GitHub Pages actions flow and verify it uses Pages action outputs for the deployment URL.
2026-03-11 01:10:46 +00:00
cydia2001
9d75cdc6c3 build: migrate docs publishing to mdbook
Move the English root site to mdBook, keep the Chinese site as a sub-book, and update CI/deploy to publish .mdbook outputs to docs/ and docs/cn/. Also add regression coverage for placeholder skipping, publish-tree assembly, and shared resource setup.
2026-03-11 00:57:34 +00:00
cydia2001
7143925e01 Merge branch 'feat/dark-mode-image-bg' 2026-03-10 23:54:55 +00:00
cydia2001
3c6701656c fix: enable inline math rendering in mdbook 2026-03-10 23:46:06 +00:00
cydia2001
2fff3c81bf fix: group mdbook toc by part titles 2026-03-10 23:45:56 +00:00
cydia2001
87705896fc style: set frontpage author grid to 6 columns and widen main content area
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 23:04:39 +00:00
cydia2001
da30b83b63 fix: strip LaTeX escapes outside math mode in mdbook preprocessor
Remove \_, \%, \#, \& escapes from text outside $...$ math spans
while preserving them inside math mode for MathJax compatibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 22:53:31 +00:00
cydia2001
ff236e6f3f refactor: switch citation display to footnote style
Use numbered superscript references [1] [2] inline with an ordered
list bibliography at page bottom. Each entry has a back-link (↩)
to the citation site.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 22:50:00 +00:00
cydia2001
037e278a61 feat: add BibTeX citation support with inline links and bibliography
Parse mlsys.bib to generate author-year inline citations linked to
per-page bibliography sections. Missing bib keys degrade gracefully
to plain text placeholders.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 22:43:51 +00:00
cydia2001
b64b394bb6 fix: add resource symlinks and repo root static fallback to mdbook build
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 22:31:16 +00:00
cydia2001
55bb87884a feat: add dark mode image background for mdbook dark themes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 22:31:14 +00:00
cydia2001
a699ae34c1 feat: add raw HTML inline and frontpage layout support for mdbook preprocessor
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 22:14:32 +00:00
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
Yeqi Huang
09dd269236 fix: fix ci, move url to original one (#489) 2026-03-09 21:51:04 +00:00
Yeqi Huang
085b874376 fix: fix ci (#488) 2026-03-09 18:50:47 +00:00
Yeqi Huang
f974d3e841 Split book into English and Chinese builds with framework update (#487)
* docs: split the book into English and Chinese builds

* feat: update english version framework

* fix: fix ci
2026-03-09 17:32:24 +00:00
Yiran Geng
1492ec6c41 update robot learning (#471)
Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>
2024-02-18 17:49:56 +08:00
Tao191
709431fa82 Update model_inference.md (#473)
卷积计算公式错误,本次修改进行修正
2024-02-18 09:00:41 +00:00
Jiarong Han
57f6301ff9 update (#453)
Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>
2023-06-08 09:56:10 +08:00
jojobugfree
004017beaa Adapt the mindspore code used in the book to the MS2.0 version (#455)
Co-authored-by: caifubi <caifubi1@huawei.com>
2023-05-10 14:16:14 +08:00
Jiarong Han
4c9dfc7d69 en-html test (#452)
* en-html test

* Update config.ini

* update

* update
2023-04-14 17:08:57 +08:00
Fan Zhang
4f4c4ffb72 Fix typo in 3.4 (#451)
* fix typo in 3.3.1

* fix typo in 3.4

---------

Co-authored-by: Cheng Lai <laicheng_VIP@163.com>
2023-04-13 16:36:41 +08:00
Fan Zhang
efc1cdabdc fix typo in 3.3.1 (#450) 2023-04-12 09:22:23 +08:00
chengtianwu
e75b7ad02b sync overleaf to git (#449) 2023-04-06 18:32:07 +08:00
Jiarong Han
e7a0ac8f58 fix ch04 (#441)
Co-authored-by: Tanzhipeng <Rudysheeppig@users.noreply.github.com>
2023-04-03 11:18:33 +08:00
Pei Mu
245bc4099f fix some reference issues (#446)
* fix some reference issues

* mis-remove of code

---------

Co-authored-by: Tanzhipeng <Rudysheeppig@users.noreply.github.com>
2023-03-31 18:49:10 +08:00
Luo Mai
5ac39809e9 Fix AllGather. (#442)
* Update collective.md

* Update overview.md

---------

Co-authored-by: Tanzhipeng <Rudysheeppig@users.noreply.github.com>
2023-03-31 18:39:08 +08:00
HaoyangLI
ff453ad396 fix image path bug in Explainable AI section (#443)
Co-authored-by: Tanzhipeng <Rudysheeppig@users.noreply.github.com>
2023-03-31 18:19:03 +08:00
zjuchujinjin
cef59fa233 fix bug for ch05 (#444)
Co-authored-by: chujinjin <chujinjin52@huawei.com>
Co-authored-by: Tanzhipeng <Rudysheeppig@users.noreply.github.com>
2023-03-31 17:40:13 +08:00
Corleone
04285985a3 fix bugs in ch06 (#447)
Co-authored-by: Corleone <liuchao195@huawei.com>
Co-authored-by: Tanzhipeng <Rudysheeppig@users.noreply.github.com>
2023-03-31 17:29:54 +08:00
hangangqiang
89a1128ed8 fix math-equal bug in deployment (#448)
Co-authored-by: hangangqiang <hangangqiang2@huawei.com>
2023-03-31 15:41:11 +08:00
Luo Mai
2d67effd58 Update ch10-computation-increase.png (#440) 2023-03-29 17:57:18 +01:00
Luo Mai
4541da5d58 Update the distributed training chapter. (#436)
* WIP: distributed.

* Update the distributed section.

* Fix line numbers.

* Update.

* Update collective.md
2023-03-29 17:26:29 +01:00
Jack
dbe4eee5b9 Update ros.md (#437)
Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>
2023-03-28 13:26:18 -07:00
Yao Fu
f5c3b21e12 Yao recsys dev (#438)
* add rec system

* fix

* add new figures

* fix

* update

* fix

* fix

* fix
2023-03-29 00:28:49 +08:00
Jack
728c4b2c31 Update rl_sys_intro.md (#435) 2023-03-28 11:01:32 +08:00
Jack
1315f33568 Robotics 3.24 (#433)
* robotics 3.24

* robotics 3.24

---------

Co-authored-by: Cheng Lai <laicheng_VIP@163.com>
2023-03-27 10:57:25 +08:00
Zihan Ding
4ca2b6f698 chapter RL modified according to publisher feedback (#434)
* fix chap12 render

* add distributed rl chapter

* fix bug

* fix issue #212

* fix typo

* update imgs

* fix chinese

* fix svg img

* update contents in rl chapter

* update marl sys

* fix a fig

* fix ref

* fix error

* update rl chapter according to chinese modification

* Revert "update rl chapter according to chinese modification"

This reverts commit 413f5b679f.

* update rl chapter with chinese modification

---------

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2023-03-26 08:21:38 +08:00
zjuchujinjin
842b5f5f79 update ch05 (#432)
Co-authored-by: chujinjin <chujinjin52@huawei.com>
Co-authored-by: Jiarong Han <jiaronghan@outlook.com>
2023-03-25 14:13:50 +08:00
Corleone
66d2496e53 update chinese images for ch06 (#426)
Co-authored-by: Corleone <liuchao195@huawei.com>
Co-authored-by: Jiarong Han <jiaronghan@outlook.com>
2023-03-24 18:18:21 +08:00
hangangqiang
fcdd97397b model-deployment: sync from overleaf (#422)
Co-authored-by: hangangqiang <hangangqiang2@huawei.com>
Co-authored-by: Tanzhipeng <Rudysheeppig@users.noreply.github.com>
Co-authored-by: Jiarong Han <jiaronghan@outlook.com>
2023-03-24 17:53:45 +08:00
Tanzhipeng
fb9f14f6f7 modify chapter_preface_advanced (#429)
modify  chapter_preface_advanced

Co-authored-by: Jiarong Han <jiaronghan@outlook.com>
2023-03-24 17:45:47 +08:00
Liang ZhiBo
540a6794d3 Update frontend ir (#431)
Co-authored-by: liangzhibo <liangzhibo@huawei.com>
2023-03-24 11:44:16 +08:00
Shaoyu Wang
ec6ccd4686 fix typo (#427)
fix typo
2023-03-24 10:45:52 +08:00
Cheng Lai
3d7c502c68 Update programming model (#425) 2023-03-09 16:21:00 +08:00
Hello_World
f80e6559b0 feat(accelerator): update according to the book (#423)
* update accelerator_practise.md

* update images in accelerator_practise.md

* update images in accelerator_practise.md

* feat(accelerator): update according to the book

---------

Co-authored-by: Went-Liang <wenteng_liang@163.com>
2023-03-06 15:28:36 +08:00
machine_gun_lin
a0912ecf41 修改一个标题笔误 (#398)
Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>
Co-authored-by: Jiarong Han <jiaronghan@outlook.com>
Co-authored-by: Cheng Lai <laicheng_VIP@163.com>
2023-02-17 10:26:56 +08:00
Corleone
039787dc8d sync overleaf for acceleerator (#420)
Co-authored-by: Corleone <liuchao195@huawei.com>
Co-authored-by: Jiarong Han <jiaronghan@outlook.com>
2023-02-17 10:16:44 +08:00