-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.py
More file actions
33 lines (33 loc) · 810 Bytes
/
config.py
File metadata and controls
33 lines (33 loc) · 810 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
31
32
33
o_name = "_book"
contents_name = "contents"
index_name = "README.md"
summary_name = "SUMMARY.md"
aaa_origin = "https://github.com/algorithm-archivists/algorithm-archive/archive/master.zip"
aaa_path = "contents"
aaa_readme = "README.md"
aaa_summary = "SUMMARY.md"
aaa_repo_path = "algorithm-archive-master"
ext = [
"fenced_code",
"codehilite",
"tables",
"mdx_links"
]
template = None
template_path = "index.html"
pygment_theme = "friendly"
summary = ""
summary_indent_level = 4
style_path = "styles"
bib_database = {}
book_json = ""
import_files = {
"SUMMARY.md": "SUMMARY.md",
"README.md": "README.md",
"contents": "contents",
"literature.bib": "literature.bib",
"book.json": "book.json",
"redirects.json": "redirects.json"
}
favicon_path = "favicon.ico"
num_workers = 4