mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
DOC: fix doc formatting
This commit is contained in:
parent
4ffeafed85
commit
e5cd69479b
@ -346,7 +346,7 @@
|
||||
"\n",
|
||||
"* [`jax.tree_util.tree_map_with_path`](https://jax.readthedocs.io/en/latest/_autosummary/jax.tree_util.tree_map_with_path.html): Works similarly with `jax.tree_util.tree_map`, but the function also takes key paths as arguments.\n",
|
||||
"\n",
|
||||
"* [`jax.tree_util.keystr`]((https://jax.readthedocs.io/en/latest/_autosummary/jax.tree_util.keystr.html)): Given a general key path, returns a reader-friendly string expression.\n",
|
||||
"* [`jax.tree_util.keystr`](https://jax.readthedocs.io/en/latest/_autosummary/jax.tree_util.keystr.html): Given a general key path, returns a reader-friendly string expression.\n",
|
||||
"\n",
|
||||
"One use case is to print debugging information related to a certain leaf value:"
|
||||
]
|
||||
|
@ -199,7 +199,7 @@ The APIs for working with key paths are:
|
||||
|
||||
* [`jax.tree_util.tree_map_with_path`](https://jax.readthedocs.io/en/latest/_autosummary/jax.tree_util.tree_map_with_path.html): Works similarly with `jax.tree_util.tree_map`, but the function also takes key paths as arguments.
|
||||
|
||||
* [`jax.tree_util.keystr`]((https://jax.readthedocs.io/en/latest/_autosummary/jax.tree_util.keystr.html)): Given a general key path, returns a reader-friendly string expression.
|
||||
* [`jax.tree_util.keystr`](https://jax.readthedocs.io/en/latest/_autosummary/jax.tree_util.keystr.html): Given a general key path, returns a reader-friendly string expression.
|
||||
|
||||
One use case is to print debugging information related to a certain leaf value:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user