Skip to content

Commit 84cf8aa

Browse files
committed
fix: join multi-line {ref} role in jax_intro to single line
1 parent 39d5099 commit 84cf8aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lectures/jax_intro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,7 @@ We defer further exploration of automatic differentiation with JAX until {doc}`j
794794
:label: jax_intro_ex2
795795
```
796796

797-
In the Exercise section of {doc}`our lecture on Numba <numba>`, we {ref}`used Monte
798-
Carlo to price a European call option <numba_ex4>`.
797+
In the Exercise section of {doc}`our lecture on Numba <numba>`, we {ref}`used Monte Carlo to price a European call option <numba_ex4>`.
799798

800799
The code was accelerated by Numba-based multithreading.
801800

0 commit comments

Comments
 (0)