Mercurial > repos > public > sbplib_julia
comparison docs/make.jl @ 1751:f3d7e2d7a43f feature/sbp_operators/laplace_curvilinear
Merge feature/grids/manifolds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 11 Sep 2024 16:26:19 +0200 |
parents | 471a948cd2b2 |
children | ec5589090faa |
comparison
equal
deleted
inserted
replaced
1731:3684db043add | 1751:f3d7e2d7a43f |
---|---|
1 using Documenter | 1 using Documenter |
2 using Sbplib | 2 using Diffinitive |
3 | 3 |
4 using Sbplib.DiffOps | 4 using Diffinitive.DiffOps |
5 using Sbplib.Grids | 5 using Diffinitive.Grids |
6 using Sbplib.LazyTensors | 6 using Diffinitive.LazyTensors |
7 using Sbplib.RegionIndices | 7 using Diffinitive.RegionIndices |
8 using Sbplib.SbpOperators | 8 using Diffinitive.SbpOperators |
9 using Sbplib.StaticDicts | 9 using Diffinitive.StaticDicts |
10 | 10 |
11 sitename = "Sbplib.jl" | 11 sitename = "Diffinitive.jl" |
12 | 12 |
13 remotes = nothing | 13 remotes = nothing |
14 edit_link = nothing | 14 edit_link = nothing |
15 repolink = nothing | 15 repolink = nothing |
16 | 16 |
29 | 29 |
30 pages = [ | 30 pages = [ |
31 "Home" => "index.md", | 31 "Home" => "index.md", |
32 "operator_file_format.md", | 32 "operator_file_format.md", |
33 "grids_and_grid_functions.md", | 33 "grids_and_grid_functions.md", |
34 "matrix_and_tensor_representations.md", | |
34 "Submodules" => [ | 35 "Submodules" => [ |
35 "submodules/grids.md", | 36 "submodules/grids.md", |
36 "submodules/diff_ops.md", | 37 "submodules/diff_ops.md", |
37 "submodules/lazy_tensors.md", | 38 "submodules/lazy_tensors.md", |
38 "submodules/region_indices.md", | 39 "submodules/region_indices.md", |