-
Notifications
You must be signed in to change notification settings - Fork 125
/
book.json
40 lines (40 loc) · 1.03 KB
/
book.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
{
"title":
"Programming Basics with Python",
"description":
"Free book \"Programming Basics with Python\" for absolute beginners. Covers the Python language, the PyCharm development environment, variables, data, calculations, conditional statements, loops, nested loops, functions and many practical exercises.",
"isbn":
"978-619-00-1403-4",
"language":
"en",
"plugins": [
"ga",
"meta",
"anchors",
"expandable-chapters-small",
"katex",
"scripts",
"page-toc-button"
],
"pluginsConfig": {
"ga": {
"token": "UA-11309924-36"
},
"scripts": {
"files": [
"./assets/js/repl.it-code-runner.js",
"./assets/js/video.js",
"./assets/js/top-menu.js"
]
}
},
"pdf": {
"paperSize": "a4",
"margin": {
"top": 48,
"bottom": 48,
"left": 36,
"right": 36
}
}
}