Skip to content

Commit

Permalink
add lines to remove test files and a comment in numerical setup example
Browse files Browse the repository at this point in the history
  • Loading branch information
mberto79 committed Sep 7, 2024
1 parent 6e1d547 commit f8b8e4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/makeLocal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ makedocs(
"release_notes.md"
]
)

foreach(rm, filter(endswith(".vtk"), readdir("docs", join=true)))
foreach(rm, filter(endswith(".vtu"), readdir("docs", join=true)))
2 changes: 2 additions & 0 deletions docs/src/user_guide/3_numerical_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ end
```jldoctest; filter = r".*"s => s"", output = false
using XCALibre
# Note: this example assumes a Physics object named `model` already exists
solvers = (
U = set_solver(
model.momentum.U;
Expand Down

0 comments on commit f8b8e4c

Please sign in to comment.