Skip to content

Commit 3abf22a

Browse files
committed
Remove redundant MyST labels that clash with doc targets
Remove (jax_intro)= from jax_intro.md and (autodiff)= from autodiff.md. These labels duplicate the automatic :std:doc: targets created from the filenames, causing myst.xref_ambiguous warnings that fail CI with -W.
1 parent 2206c1c commit 3abf22a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lectures/autodiff.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
(autodiff)=
15-
1614
# Adventures with Autodiff
1715

1816

lectures/jax_intro.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
(jax_intro)=
15-
1614
# JAX
1715

1816
This lecture provides a short introduction to [Google JAX](https://github.com/jax-ml/jax).

0 commit comments

Comments
 (0)