Skip to content

Commit d11b946

Browse files
Copilotmmcky
andcommitted
Update seealso admonitions with standardized JAX template and intersphinx links
Co-authored-by: mmcky <[email protected]>
1 parent dcccb47 commit d11b946

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

lectures/_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ sphinx:
9898
advanced:
9999
- "https://python-advanced.quantecon.org"
100100
- null
101+
jax:
102+
- "https://jax.quantecon.org/"
103+
- null
101104
mathjax3_config:
102105
tex:
103106
macros:

lectures/newton_method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ kernelspec:
2929
```
3030

3131
```{seealso}
32-
A version of this lecture using a GPU is [available here](https://jax.quantecon.org/newtons_method.html)
32+
A version of this lecture using [JAX](https://github.com/jax-ml/jax) is {doc}`available here <jax:newtons_method>`
3333
```
3434

3535
## Overview
@@ -789,7 +789,7 @@ With the larger overhead, the speed is not better than the optimized `scipy` fun
789789
Our next step is to investigate a large market with 3,000 goods.
790790

791791
A JAX version of this section using GPU accelerated linear algebra and
792-
automatic differentiation is available [here](https://jax.quantecon.org/newtons_method.html#application)
792+
automatic differentiation is {doc}`available here <jax:newtons_method>`
793793

794794
The excess demand function is essentially the same, but now the matrix $A$ is $3000 \times 3000$ and the parameter vectors $b$ and $c$ are $3000 \times 1$.
795795

lectures/wealth_dynamics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kernelspec:
2424
```
2525

2626
```{seealso}
27-
A version of this lecture using a GPU is [available here](https://jax.quantecon.org/wealth_dynamics.html)
27+
A version of this lecture using [JAX](https://github.com/jax-ml/jax) is {doc}`available here <jax:wealth_dynamics>`
2828
```
2929

3030
In addition to what's in Anaconda, this lecture will need the following libraries:

0 commit comments

Comments
 (0)