Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,6 @@ jobs:
git config user.name "QuantEcon Services"
git config user.email "admin@quantecon.org"
git add *.ipynb
git add *.toml
git commit -m "auto publishing updates to notebooks"
git push origin main
70 changes: 42 additions & 28 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ logo: _static/qe-logo-large.png
description: This website presents a set of lectures on quantitative economic modeling, designed and written by Jesse Perla, Thomas J. Sargent and John Stachurski. The language instruction is Julia.

execute:
execute_notebooks: "force"
execute_notebooks: "cache"
timeout: 600

bibtex_bibfiles:
Expand All @@ -18,51 +18,65 @@ latex:
targetname: quantecon-julia.tex

sphinx:
extra_extensions: [sphinx_multitoc_numbering,sphinxext.rediraffe, sphinx_tojupyter] #,
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter]
config:
nb_render_priority:
html:
- "application/vnd.jupyter.widget-view+json"
- "application/javascript"
- "text/html"
- "text/latex"
- "image/svg+xml"
- "image/png"
- "image/jpeg"
- "text/markdown"
- "text/plain"
jupyter:
- "application/vnd.jupyter.widget-view+json"
- "application/javascript"
- "text/html"
- "text/latex"
- "image/svg+xml"
- "image/png"
- "image/jpeg"
- "text/markdown"
- "text/plain"
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],
]
highlight_language: julia
html_favicon: _static/lectures-favicon.ico # html_theme: quantecon_book_theme
html_favicon: _static/lectures-favicon.ico
html_theme: quantecon_book_theme
html_static_path: ['_static']
html_theme_options:
header_organisation_url: https://quantecon.org
header_organisation: QuantEcon
repository_url: https://github.com/QuantEcon/lecture-julia.myst
repository_url: https://github.com/quantecon/lecture-julia.myst
repository_branch: main
nb_repository_url: https://github.com/QuantEcon/lecture-julia.notebooks
nb_repository_url: https://github.com/quantecon/lecture-julia.notebooks
nb_branch: main
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 a set of lectures on quantitative economic modeling, designed and written by Jesse Perla, Thomas J. Sargent and John Stachurski. The language instruction is Julia.
keywords: Julia, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
google_analytics_id: UA-54984338-8
analytics:
google_analytics_id: G-3PCWRLGWND
launch_buttons:
colab_url: https://colab.research.google.com
mathjax3_config:
tex:
macros:
"argmax" : "arg\\,max"
"argmin" : "arg\\,min"
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
rediraffe_redirects:
index_toc.md: intro.md
tojupyter_default_lang: julia
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
jupyter-book==0.12.3
quantecon-book-theme==0.3.1
sphinx-tojupyter==0.2.1
sphinxext.rediraffe==0.2.7
jupyter-server<2
jupyter-book==0.15.1
quantecon-book-theme==0.5.3
sphinx-tojupyter==0.3.0
sphinxext.rediraffe==0.2.7