Skip to content

Commit 88c9c9c

Browse files
committed
connect missing doc link to jax lecture
1 parent 251520d commit 88c9c9c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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

lectures/jax_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ ax.legend(loc='upper center')
493493
plt.show()
494494
```
495495

496-
We defer further exploration of automatic differentiation with JAX until {doc}`autodiff`.
496+
We defer further exploration of automatic differentiation with JAX until {doc}`jax:autodiff`.
497497

498498
## Writing vectorized code
499499

0 commit comments

Comments
 (0)