You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>
/// Represents a multi-dimensional matrix containing elements of a single data type.
/// </summary>
///
/// <example>
/// A tensor can be constructed from a list or sequence using <see cref="M:DiffSharp.dsharp.tensor(System.Object)" />
///
/// <code>
/// let t = dsharp.tensor([[1.; -1.]; [1.; -1.]])
/// </code>
/// </example>
The cref is resolving to http://localhost:8901/reference/diffsharp-dsharp.html which is the best link for the containing type not the specific member
The text was updated successfully, but these errors were encountered:
dsyme
changed the title
cref to members are not resolving to best possible link
ApiDocs: cref to members are not resolving to best possible link
Sep 9, 2020
In DiffSharp, consider
The
cref
is resolving tohttp://localhost:8901/reference/diffsharp-dsharp.html
which is the best link for the containing type not the specific memberThe text was updated successfully, but these errors were encountered: