forked from d2l-ai/d2l-en
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
126 lines (84 loc) · 3.74 KB
/
config.ini
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
[project]
# The project name, used as the filename of the package and the PDF file. For
# example, if set to d2l-book, then will build d2l-book.zip and d2l-book.pdf
name = d2l-en
# Book title. It will be displayed on the top-right of the HTML page and the
# front page of the PDF file
title = Dive into Deep Learning
author = Aston Zhang, Zachary C. Lipton, Mu Li, and Alexander J. Smola
copyright = 2019, All authors. Licensed under CC-BY-SA-4.0 and MIT-0.
release = 0.8.0
[build]
# A list of wildcards to indicate the markdown files that need to be evaluated as
# Jupyter notebooks.
notebooks = *.md */*.md
# A list of files that will be copied to the build folder.
resources = img/ d2l/ d2l.bib setup.py
# Files that will be skipped.
exclusions = README.md STYLE_GUIDE.md INFO.md CODE_OF_CONDUCT.md CONTRIBUTING.md contrib/*md
# If True (default), then will evaluate the notebook to obtain outputs.
eval_notebook = True
# If True, the mark the build as failed for any warning. Default is False.
warning_is_error = False
tabs = mxnet, pytorch, tensorflow
# A list of files, if anyone is modified after the last build, will re-build all
# documents.
dependencies =
sphinx_extensions = sphinx.ext.intersphinx
sphinx_configs = intersphinx_mapping = {
'numpy': ('https://numpy.org/doc/stable/', None),
'mxnet': ('https://mxnet.apache.org/api/python/docs/', None),
'torch': ('https://pytorch.org/docs/stable/', None),
}
[html]
# A list of links that is displayed on the navbar. A link consists of three
# items: name, URL, and a fontawesome icon
# (https://fontawesome.com/icons?d=gallery). Items are separated by commas.
# PDF, http://numpy.d2l.ai/d2l-en.pdf, fas fa-file-pdf,
header_links = Courses, https://courses.d2l.ai, fas fa-user-graduate,
PDF, https://d2l.ai/d2l-en.pdf, fas fa-file-pdf,
All Notebooks, https://d2l.ai/d2l-en.zip, fas fa-download,
Discuss, https://discuss.d2l.ai, fab fa-discourse,
GitHub, https://github.com/d2l-ai/d2l-en, fab fa-github,
中文版, https://zh.d2l.ai, fas fa-external-link-alt
favicon = static/favicon.png
html_logo = static/logo-with-text.png
[pdf]
# The file used to post-process the generated tex file.
post_latex = ./static/post_latex/main.py
latex_logo = static/logo.png
main_font = Source Serif Pro
sans_font = Source Sans Pro
mono_font = Inconsolata
[library]
# A list of filename and pattern pairs.
save_patterns = d2l/mxnet.py, mxnet
d2l/torch.py, pytorch
d2l/tensorflow.py, tensorflow
version = 0.13.2
version_file = d2l/__init__.py
[deploy]
other_file_s3urls = s3://d2l-webdata/releases/d2l-en/d2l-en-0.7.0.zip
s3://d2l-webdata/releases/d2l-en/d2l-en-0.7.1.zip
s3://d2l-webdata/releases/d2l-en/d2l-en-0.8.0.zip
google_analytics_tracking_id = UA-96378503-10
[colab]
github_repo = mxnet, d2l-ai/d2l-en-colab
pytorch, d2l-ai/d2l-pytorch-colab
tensorflow, d2l-ai/d2l-tensorflow-colab
replace_svg_url = img, http://d2l.ai/_images
libs = mxnet, mxnet, -U mxnet-cu101mkl==1.6.0 # updating mxnet to at least v1.6
mxnet, d2l, d2l==version
pytorch, d2l, d2l==version
tensorflow, d2l, d2l==version
[sagemaker]
github_repo = mxnet, d2l-ai/d2l-en-sagemaker
pytorch, d2l-ai/d2l-pytorch-sagemaker
tensorflow, d2l-ai/d2l-tensorflow-sagemaker
kernel = mxnet, conda_mxnet_p36
pytorch, conda_pytorch_p36
tensorflow, conda_tensorflow_p36
libs = mxnet, mxnet, -U mxnet-cu101mkl==1.6.0 # updating mxnet to at least v1.6
mxnet, d2l, .. # installing d2l
pytorch, d2l, .. # installing d2l
tensorflow, d2l, .. # installing d2l