-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path_config.yml
More file actions
69 lines (65 loc) · 2.92 KB
/
_config.yml
File metadata and controls
69 lines (65 loc) · 2.92 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
title: Python Programming for Economics and Finance
author: Thomas J. Sargent & John Stachurski
logo: _static/qe-logo.png
description: This website presents a set of lectures on python programming for economics, designed and written by Thomas J. Sargent and John Stachurski.
execute:
execute_notebooks: "cache"
timeout: 600 # 10 minutes
html:
baseurl: https://python-programming.quantecon.org/
latex:
latex_documents:
targetname: quantecon-python-programming.tex
sphinx:
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx]
config:
# bibtex_reference_style: author_year #TODO: enable if bibtex bibliography is used in series
# false-positive links
linkcheck_ignore: ['https://github.com/matplotlib/matplotlib/blob/v3.6.2/lib/matplotlib/axes/_axes.py#L1417-L1669',
'https://ieeexplore.ieee.org/document/8757088',
'https://www.sciencedirect.com/science/article/pii/S1477388021000177',
'https://keras.io/',
'https://data.oecd.org/',
'https://www.reddit.com/',
'https://openai.com',
'https://chatgpt.com/']
nb_merge_streams: true
# sphinx-exercise
exercise_style: "solution_follow_exercise"
html_favicon: _static/lectures-favicon.ico
html_theme: quantecon_sphinx_theme
html_static_path: ['_static']
html_theme_options:
color_scheme: default
dark_mode: auto
toc_sticky: true
toc_autoexpand: true
dark_logo: quantecon-logo-transparent.png
repository_url: https://github.com/QuantEcon/lecture-python-programming.myst
repository_branch: main
path_to_docs: lectures
use_repository_button: true
description: This website presents a set of lectures on python programming for 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
og_image: https://assets.quantecon.org/img/qe-og-logo.png
twitter_handle: quantecon
intersphinx_mapping:
jax:
- "https://jax.quantecon.org/"
- null
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
rediraffe_redirects:
index_toc.md: intro.md
tojupyter_static_file_path: ["source/_static", "_static"]
tojupyter_target_html: true
tojupyter_urlpath: "https://python-programming.quantecon.org/"
tojupyter_image_urlpath: "https://python-programming.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