Skip to content

Commit

Permalink
Docs: Add See Also callout
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Jan 2, 2024
1 parent e4b2e21 commit a80dc8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ callouts:
note:
title: Note
color: purple
seealso:
title: See Also
color: green

last_edit_timestamp: true # requires `last_modified_date` in frontmatter
last_edit_time_format: "%Y-%m-%d"
Expand Down
4 changes: 1 addition & 3 deletions docs/api/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ This module uses derived data types where the default operators are overloaded w
- Dot-Product (single contraction) `A*B`
- Double-Dot-Product (double contraction) `A**B`

{: .note }
> See Also
>
{: .seealso }
> There are also functions available for the dyadic product `A.dya.B` and the symmetric crossed-dyadic product `A.cdya.B` to perform `C(i,j,k,l) = (A(i,k)*B(j,l) + A(i,l)*B(j,k) + B(i,k)*A(j,l) + B(i,l)*A(j,k)) / 4.`.
{: .warning }
Expand Down

0 comments on commit a80dc8c

Please sign in to comment.