ソースを参照

新增 gitbook目录

Spareribs 7 年 前
コミット
db1ea58fc4
3 ファイル変更43 行追加0 行削除
  1. 30 0
      .gitignore
  2. 7 0
      SUMMARY.md
  3. 6 0
      book.json

+ 30 - 0
.gitignore

@@ -0,0 +1,30 @@
+# Logs
+logs
+*.log
+
+# Runtime data
+pids
+*.pid
+*.seed
+
+# Directory for instrumented libs generated by jscoverage/JSCover
+lib-cov
+
+# Coverage directory used by tools like istanbul
+coverage
+
+# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
+.grunt
+
+# Compiled binary addons (http://nodejs.org/api/addons.html)
+build/Release
+
+# Dependency directory
+# Deployed apps should consider commenting this line out:
+# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
+node_modules
+
+_book/
+book.pdf
+book.epub
+book.mobi

+ 7 - 0
SUMMARY.md

@@ -0,0 +1,7 @@
+# 目录
+
+* [简介](README.md)
+* 第1章 [绪论](chapter1.md)
+* 第2章 [模型评估与选择](chapter2.md)
+* 第3章 [线性模型](chapter3.md)
+

+ 6 - 0
book.json

@@ -0,0 +1,6 @@
+{
+    "plugins": ["katex"],
+    "pdf": {
+        "fontFamily": "SimHei"
+    }
+}