From c54ffd41bca1c3c6635c2a89391a43e33c0b1e15 Mon Sep 17 00:00:00 2001 From: Roy Frostig Date: Sun, 11 Aug 2024 12:44:50 -0700 Subject: [PATCH] in `dot` docstring, format and link to `dot_general` --- jax/_src/lax/lax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jax/_src/lax/lax.py b/jax/_src/lax/lax.py index c0ed971770b4..3924d355e591 100644 --- a/jax/_src/lax/lax.py +++ b/jax/_src/lax/lax.py @@ -721,7 +721,7 @@ def dot(lhs: Array, rhs: Array, precision: PrecisionLike = None, `_ operator. - For more general contraction, see the `dot_general` operator. + For more general contraction, see the :func:`jax.lax.dot_general` operator. Args: lhs: an array of dimension 1 or 2.