forked from nature-of-code/noc-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatlas.json
46 lines (46 loc) · 1.02 KB
/
atlas.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"branch": "master",
"files": [
"chapters/00_1_titlepage.html",
"chapters/00_2_dedication.html",
"chapters/00_3_creditscopyright.html",
"chapters/00_4_acknowledgments.html",
"chapters/00_5_preface.html",
"chapters/00_6_TOC.html",
"chapters/00_7_intro.html",
"chapters/01_vectors.html",
"chapters/02_forces.html",
"chapters/03_oscillation.html",
"chapters/04_particles.html",
"chapters/05_physicslib.html",
"chapters/06_steering.html",
"chapters/07_ca.html",
"chapters/08_fractals.html",
"chapters/09_ga.html",
"chapters/10_nn.html",
"chapters/xx_1_furtherreading.html",
"chapters/xx_2_index.html"
],
"formats": {
"pdf": {
"toc": true,
"index": true,
"version": "web"
},
"epub": {
"index": false,
"toc": false,
"epubcheck": false
},
"mobi": {
"index": false,
"toc": false
},
"html": {
"index": false,
"toc": false
}
},
"theme": "",
"title": "The Nature of Code"
}