Skip to content

Commit 634c3d4

Browse files
committed
Fix doc links
1 parent 97ed17b commit 634c3d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/linalg/impl_linalg.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,14 +1173,14 @@ where A: LinalgScalar
11731173
/// - Axis indices can be negative, in which case they are interpreted
11741174
/// relative to the end of the tensor (e.g., `-1` refers to the last axis).
11751175
/// - The number and dimensionality of contracted axes determine the rank of
1176-
/// the result of [`tensordot`].
1176+
/// the result of [tensordot].
11771177
/// - `AxisSpec` exists to disambiguate and formalise axis specifications,
1178-
/// avoiding confusion with [`ndarray::Axis`] and ['ndarray::iter::Axes'].
1178+
/// avoiding confusion with [crate::Axis] and [crate::iter::Axes].
11791179
///
11801180
/// # See also
11811181
///
1182-
/// [`tensordot`] — Performs the generalized tensor contraction described by this specification.
1183-
/// [`ndarray::Axis`] — Represents a single axis index within an array.
1182+
/// [tensordot] — Performs the generalized tensor contraction described by this specification.
1183+
/// [`Axis`] — Represents a single axis index within an array.
11841184
#[derive(Clone, Debug)]
11851185
pub enum AxisSpec
11861186
{

0 commit comments

Comments
 (0)