Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9e0844e

Browse filesBrowse 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 <mamckay@gmail.com>
1 parent a2a3763 commit 9e0844e
Copy full SHA for 9e0844e

File tree

Expand file treeCollapse file tree

2 files changed

+716
-8
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+716
-8
lines changed
Open diff view settings
Collapse file

‎lectures/_config.yml‎

Copy file name to clipboardExpand all lines: lectures/_config.yml
+5-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.