Skip to content

Commit 5718949

Browse files
committed
Add missing (jax_at_workaround)= anchor in jax_intro.md
The cross-reference {ref}`jax_at_workaround` in numpy_vs_numba_vs_jax.md exists in upstream but the anchor was dropped during translation. Restoring it so the Jupyter Book build resolves the reference.
1 parent 88b6332 commit 5718949

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lectures/jax_intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ except Exception as e:
292292

293293
JAX 的设计者选择将数组设为不可变的,因为 JAX 使用函数式编程风格,我们将在下面讨论这一点。
294294

295+
(jax_at_workaround)=
295296
#### 变通方法
296297

297298
我们注意到 JAX 确实提供了一种替代原地数组修改的方式,使用 [`at` 方法](https://docs.jax.dev/en/latest/_autosummary/jax.numpy.ndarray.at.html)

0 commit comments

Comments
 (0)