Skip to content

Commit

Permalink
Put docstring before plot in DiagonalReduction
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrevalles committed Sep 13, 2023
1 parent 5172bf4 commit 6bcd695
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ Tenet.HyperindConverter
```

## Diagonal reduction
```@docs
Tenet.DiagonalReduction
```

```@example plot
set_theme!(resolution=(800,200)) # hide
fig = Figure() #hide
Expand Down Expand Up @@ -145,10 +149,6 @@ Label(fig[1, 2, Bottom()], "Transformed") #hide
fig #hide
```

```@docs
Tenet.DiagonalReduction
```

## Anti-diagonal reduction
```@docs
Tenet.AntiDiagonalGauging
Expand Down

0 comments on commit 6bcd695

Please sign in to comment.