Skip to content

Commit

Permalink
Fix a few docs typos (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingraha authored Sep 18, 2024
1 parent 2433989 commit 3a4af98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/src/itr_tests2.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ leg = Legend(fig[1, 1], [
"Tip",
]; orientation=:horizontal, tellwidth=false, tellheight=true, nbanks=2)
text!(ax1, 210, 62; text="markers: CCBlade.jl+BPM.jl\nlines: CCBlade.jl+AcousticAnalogies.jl")
text!(ax1, 210, 62; text="markers: PAS+ROTONET+BARC\nlines: CCBlade.jl+AcousticAnalogies.jl")
save("figure22b-spl-barc.png", fig)
```
Expand Down Expand Up @@ -598,7 +598,7 @@ leg = Legend(fig[1, 1], [
"Tip",
]; orientation=:horizontal, tellwidth=false, tellheight=true, nbanks=2)
text!(ax1, 210, 62; text="markers: CCBlade.jl+BPM.jl\nlines: CCBlade.jl+AcousticAnalogies.jl")
text!(ax1, 210, 62; text="markers: PAS+ROTONET+BARC\nlines: CCBlade.jl+AcousticAnalogies.jl")
save("figure23c-spl-barc.png", fig)
```
Expand Down Expand Up @@ -893,7 +893,7 @@ leg = Legend(fig[1, 1], [
"Tip",
]; orientation=:horizontal, tellwidth=false, tellheight=true, nbanks=2)
text!(ax1, 210, 44; text="markers: CCBlade.jl+BPM.jl\nlines: CCBlade.jl+AcousticAnalogies.jl")
text!(ax1, 210, 44; text="markers: PAS+ROTONET+BARC\nlines: CCBlade.jl+AcousticAnalogies.jl")
save("figure24b-spl-barc.png", fig)
```
Expand Down
2 changes: 0 additions & 2 deletions docs/src/sqa.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,6 @@ save("anopp2_comparison.png", fig)

The difference between the two codes' predictions is very small (less than 1% error).

### Brooks, Pope & Marcolini Tests

## Signed Commits
The AcousticAnalogies.jl GitHub repository requires all commits to the `main` branch to be signed.
See the [GitHub docs on signing commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) for more information.
Expand Down

0 comments on commit 3a4af98

Please sign in to comment.