forked from chiphuyen/machine-learning-systems-design
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmagicbook.json
More file actions
30 lines (30 loc) · 675 Bytes
/
magicbook.json
File metadata and controls
30 lines (30 loc) · 675 Bytes
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
{
"title" : "Machine learning systems design",
"destination" : "build/:build",
"files" : [
"content/toc.html",
"content/research-vs-production.md",
"content/design-a-machine-learning-system.md",
"content/case-studies.md",
"content/exercises.md"
],
"builds" : [
{
"format" : "pdf",
"layout" : "layouts/pdf.html",
"stylesheets" : {
"files" : ["stylesheets/pdf.scss"]
}
},
{
"format" : "html",
"layout" : "layouts/html.html",
"stylesheets" : {
"files" : ["stylesheets/html.scss"]
},
"javascripts" : {
"files" : ["javascripts/scripts.js"]
}
}
]
}