feat: publish numerics and optimization chapter

This commit is contained in:
wuyang
2026-07-29 04:02:56 +08:00
parent 2a74cba527
commit c21af182fb
19 changed files with 4495 additions and 34 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
"check:reasoning-browser": "node scripts/check-reasoning-browser.mjs",
"check:training-systems-browser": "node scripts/check-training-systems-browser.mjs",
"check:scaling-browser": "node scripts/check-scaling-browser.mjs",
"check:data-browser": "node scripts/check-data-browser.mjs"
"check:data-browser": "node scripts/check-data-browser.mjs",
"check:numerics-browser": "node scripts/check-numerics-browser.mjs"
},
"dependencies": {
"@astrojs/sitemap": "3.7.3",