Skip to content

Commit dcccb47

Browse files
Copilotmmcky
andcommitted
Standardize seealso admonitions to consistent format
Co-authored-by: mmcky <[email protected]>
1 parent d49b5ce commit dcccb47

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

lectures/newton_method.md

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

3131
```{seealso}
32-
**GPU:** A version of this lecture which makes use of [jax](https://jax.readthedocs.io) to run the code
33-
on a `GPU` is [available here](https://jax.quantecon.org/newtons_method.html)
32+
A version of this lecture using a GPU is [available here](https://jax.quantecon.org/newtons_method.html)
3433
```
3534

3635
## Overview

lectures/wealth_dynamics.md

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

2626
```{seealso}
27-
A [version of this lecture](https://jax.quantecon.org/wealth_dynamics.html) using a `GPU`
28-
is [available here](https://jax.quantecon.org/wealth_dynamics.html)
27+
A version of this lecture using a GPU is [available here](https://jax.quantecon.org/wealth_dynamics.html)
2928
```
3029

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

0 commit comments

Comments
 (0)