-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path_config.yml
More file actions
161 lines (155 loc) · 5.51 KB
/
_config.yml
File metadata and controls
161 lines (155 loc) · 5.51 KB
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
title: A First Course in Quantitative Economics with Python
author: Thomas J. Sargent & John Stachurski
logo: _static/qe-logo.png
description: This website presents introductory lectures on computational economics, designed and written by Thomas J. Sargent and John Stachurski.
parse:
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
- amsmath
- colon_fence
- deflist
- dollarmath
- html_admonition
- html_image
- linkify
- replacements
- smartquotes
- substitution
- tasklist
only_build_toc_files: true
execute:
execute_notebooks: "cache"
timeout: 600 # 10 minutes
exclude_patterns:
- '_static/*'
html:
baseurl: https://intro.quantecon.org/
bibtex_bibfiles:
- _static/quant-econ.bib
latex:
latex_documents:
targetname: quantecon-python-intro.tex
sphinx:
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter, sphinx_reredirects]
config:
bibtex_reference_style: author_year
# false-positive links
linkcheck_ignore: ['https://doi.org/https://doi.org/10.2307/1235116', 'https://math.stackexchange.com/*', 'https://stackoverflow.com/*']
# myst-nb config
nb_render_image_options:
width: 80%
nb_code_prompt_show: "Show {type}"
nb_merge_streams: true
nb_mime_priority_overrides: [
# HTML
['html', 'application/vnd.jupyter.widget-view+json', 10],
['html', 'application/javascript', 20],
['html', 'text/html', 30],
['html', 'text/latex', 40],
['html', 'image/svg+xml', 50],
['html', 'image/png', 60],
['html', 'image/jpeg', 70],
['html', 'text/markdown', 80],
['html', 'text/plain', 90],
# Jupyter Notebooks
['jupyter', 'application/vnd.jupyter.widget-view+json', 10],
['jupyter', 'application/javascript', 20],
['jupyter', 'text/html', 30],
['jupyter', 'text/latex', 40],
['jupyter', 'image/svg+xml', 50],
['jupyter', 'image/png', 60],
['jupyter', 'image/jpeg', 70],
['jupyter', 'text/markdown', 80],
['jupyter', 'text/plain', 90],
# LaTeX
['latex', 'text/latex', 10],
['latex', 'application/pdf', 20],
['latex', 'image/png', 30],
['latex', 'image/jpeg', 40],
['latex', 'text/markdown', 50],
['latex', 'text/plain', 60],
# Link Checker
['linkcheck', 'text/plain', 10],
]
suppress_warnings: [mystnb.unknown_mime_type, myst.domains]
# sphinx-proof
proof_minimal_theme: true
# -------------
html_js_files:
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
html_favicon: _static/lectures-favicon.ico
html_theme: quantecon_book_theme
html_static_path: ['_static']
html_theme_options:
authors:
- name: Thomas J. Sargent
url: http://www.tomsargent.com/
- name: John Stachurski
url: https://johnstachurski.net/
dark_logo: quantecon-logo-transparent.png
header_organisation_url: https://quantecon.org
header_organisation: QuantEcon
repository_url: https://github.com/QuantEcon/lecture-python-intro
nb_repository_url: https://github.com/QuantEcon/lecture-python-intro.notebooks
path_to_docs: lectures
twitter: quantecon
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
description: This website presents introductory lectures on computational economics, designed and written by Thomas J. Sargent and John Stachurski.
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
analytics:
google_analytics_id: G-QDS1YRJNGM
launch_buttons:
colab_url : https://colab.research.google.com
thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
intersphinx_mapping:
intermediate:
- https://python.quantecon.org/
- null
pyprog:
- https://python-programming.quantecon.org/
- null
intro:
- https://intro.quantecon.org/
- null
dle:
- https://dle.quantecon.org/
- null
dps:
- https://dps.quantecon.org/
- null
eqm:
- https://eqm.quantecon.org/
- null
stats:
- https://stats.quantecon.org/
- null
tools:
- https://tools-techniques.quantecon.org/
- null
dynam:
- https://dynamics.quantecon.org/
- null
mathjax3_config:
tex:
macros:
"argmax" : "arg\\,max"
"argmin" : "arg\\,min"
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
rediraffe_redirects:
index_toc.md: intro.md
# Remote Redirects
redirects:
ak2: https://python.quantecon.org/ak2.html
tojupyter_static_file_path: ["_static"]
tojupyter_target_html: true
tojupyter_urlpath: "https://intro.quantecon.org/"
tojupyter_image_urlpath: "https://intro.quantecon.org/_static/"
tojupyter_lang_synonyms: ["ipython", "ipython3", "python"]
tojupyter_kernels:
python3:
kernelspec:
display_name: "Python"
language: python3
name: python3
file_extension: ".py"
tojupyter_images_markdown: true