Skip to content

Commit

Permalink
correct links
Browse files Browse the repository at this point in the history
  • Loading branch information
simonp0420 committed Dec 1, 2024
1 parent e3b0c39 commit 2ac2c32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/PSS_&_FSS_Element_Gallery/rectstrip/demo_rect4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# ---

# This example uses the `rot` keyword and should be compared to the
# [`diagstrip` example](../diagstrip/demo_diagstrip1.html) and the
# [`rectstrip` example](./demo_rect5.html) that uses the `orient` keyword.
# `diagstrip` and the
# `rectstrip` example that uses the `orient` keyword.

using Plots, PSSFSS
strip = rectstrip(Nx=10, Ny=2, Px=1, Py=1, Lx=0.5, Ly=0.1, rot=45, units=cm)
Expand Down
4 changes: 2 additions & 2 deletions docs/PSS_&_FSS_Element_Gallery/rectstrip/demo_rect5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# ---

# This example uses the `orient` keyword and should be compared to the
# [`diagstrip` example](../diagstrip/demo_diagstrip1.html) and the
# [`rectstrip` example](./demo_rect4.html) that uses the `rot` keyword.
# `diagstrip` example and the
# `rectstrip` example that uses the `rot` keyword.

using Plots, PSSFSS
strip = rectstrip(Nx=10, Ny=2, Px=1, Py=1, Lx=0.5, Ly=0.1, orient=45, units=cm)
Expand Down

0 comments on commit 2ac2c32

Please sign in to comment.