Skip to content

Commit 69be3b2

Browse files
authored
DOC: Fix :ref: format
Change ref format from {ref}`working-with-pytrees` to :ref:`working-with-pytrees`. The old version just renders literally, not as a link. It appears to be a markdown-style reference. I'm not familiar with reST, but :ref: is how the other references are formatted. Introduced in d1235fa (DOC: add key concepts doc).
1 parent 477a44f commit 69be3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ JAX Glossary of Terms
5353

5454
pytree
5555
A pytree is an abstraction that lets JAX handle tuples, lists, dicts, and other more
56-
general containers of array values in a uniform way. Refer to {ref}`working-with-pytrees`
56+
general containers of array values in a uniform way. Refer to :ref:`working-with-pytrees`
5757
for a more detailed discussion.
5858

5959
reverse-mode autodiff

0 commit comments

Comments
 (0)