mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Fix cross-reference in pytrees.md
This commit is contained in:
parent
05e4a99d16
commit
6eb761576c
@ -45,7 +45,7 @@ Example pytrees:
|
||||
```
|
||||
|
||||
JAX can be extended to consider other container types as pytrees; see
|
||||
[Extending pytrees](extending pytrees) below.
|
||||
{ref}`extending-pytrees` below.
|
||||
|
||||
## Pytrees and JAX functions
|
||||
|
||||
@ -187,6 +187,8 @@ for structured in example_containers:
|
||||
show_example(structured)
|
||||
```
|
||||
|
||||
(extending-pytrees)=
|
||||
|
||||
### Extending pytrees
|
||||
|
||||
By default, any part of a structured value that is not recognized as an
|
||||
|
Loading…
x
Reference in New Issue
Block a user