Skip to content

Commit

Permalink
Add DocMeta.setdocmeta!
Browse files Browse the repository at this point in the history
  • Loading branch information
vavrines authored Jul 15, 2024
1 parent dc88d32 commit d6550fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ using Kinetic.KitML.Solaris: load_data, save_model
using Kinetic.KitBase.FiniteMesh
using Kinetic.KitBase.FiniteMesh: read_mesh, mesh_connectivity_2D, mesh_cell_center, mesh_cell_area_2D

DocMeta.setdocmeta!(KitBase, :DocTestSetup, :(using KitBase); recursive = true)
DocMeta.setdocmeta!(KitML, :DocTestSetup, :(using KitML); recursive = true)

tutorial_page = [
"Examples" => "tutorial.md",
"Advection diffusion" => "eg_advection.md",
Expand Down

0 comments on commit d6550fc

Please sign in to comment.