Mercurial > repos > public > sbplib_julia
comparison docs/make.jl @ 1829:871f3f1decea refactor/grids/iterable_boundary_indices
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 20 Oct 2024 21:38:09 +0200 |
parents | 2311f33b6bd3 |
children | 84e5ab97902d |
comparison
equal
deleted
inserted
replaced
1828:8adecef380b4 | 1829:871f3f1decea |
---|---|
1 using Documenter | 1 using Documenter |
2 using Sbplib | 2 using Diffinitive |
3 | 3 |
4 using Sbplib.DiffOps | 4 using Diffinitive.Grids |
5 using Sbplib.Grids | 5 using Diffinitive.LazyTensors |
6 using Sbplib.LazyTensors | 6 using Diffinitive.RegionIndices |
7 using Sbplib.RegionIndices | 7 using Diffinitive.SbpOperators |
8 using Sbplib.SbpOperators | |
9 using Sbplib.StaticDicts | |
10 | 8 |
11 sitename = "Sbplib.jl" | 9 sitename = "Diffinitive.jl" |
12 | 10 |
13 remotes = nothing | 11 remotes = nothing |
14 edit_link = nothing | 12 edit_link = nothing |
15 repolink = nothing | 13 repolink = nothing |
16 | 14 |
29 | 27 |
30 pages = [ | 28 pages = [ |
31 "Home" => "index.md", | 29 "Home" => "index.md", |
32 "operator_file_format.md", | 30 "operator_file_format.md", |
33 "grids_and_grid_functions.md", | 31 "grids_and_grid_functions.md", |
32 "matrix_and_tensor_representations.md", | |
34 "Submodules" => [ | 33 "Submodules" => [ |
35 "submodules/grids.md", | 34 "submodules/grids.md", |
36 "submodules/diff_ops.md", | |
37 "submodules/lazy_tensors.md", | 35 "submodules/lazy_tensors.md", |
38 "submodules/region_indices.md", | 36 "submodules/region_indices.md", |
39 "submodules/sbp_operators.md", | 37 "submodules/sbp_operators.md", |
40 "submodules/static_dicts.md", | |
41 ], | 38 ], |
42 "doc_index.md", | 39 "doc_index.md", |
43 ] | 40 ] |
44 # This ordering is not respected by @contents. See https://github.com/JuliaDocs/Documenter.jl/issues/936 | 41 # This ordering is not respected by @contents. See https://github.com/JuliaDocs/Documenter.jl/issues/936 |
45 | 42 |