Skip to content

Commit 9e0844e

Browse files
jstacmmcky
andauthored
Adding a discussion of JAX (#366)
* misc * connect missing doc link to jax lecture * install jax for cpu * remove the remove compile time step as run times are very similar --------- Co-authored-by: mmcky <[email protected]>
1 parent a2a3763 commit 9e0844e

File tree

2 files changed

+716
-8
lines changed

2 files changed

+716
-8
lines changed

lectures/_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ latex:
1515
targetname: quantecon-python-programming.tex
1616

1717
sphinx:
18-
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinx_exercise, sphinx_togglebutton]
18+
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx]
1919
config:
2020
# bibtex_reference_style: author_year #TODO: enable if bibtex bibliography is used in series
2121
# false-positive links
@@ -52,6 +52,10 @@ sphinx:
5252
notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"]
5353
colab_url : https://colab.research.google.com
5454
thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
55+
intersphinx_mapping:
56+
jax:
57+
- "https://jax.quantecon.org/"
58+
- null
5559
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
5660
rediraffe_redirects:
5761
index_toc.md: intro.md

0 commit comments

Comments
 (0)