Mercurial > repos > public > sbplib_julia
comparison docs/make.jl @ 1726:471a948cd2b2 rename_module
Rename project from Sbplib to Diffinitive
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 07 Sep 2024 12:11:53 -0700 |
parents | 40dffe6e2ecb |
children | ec5589090faa |
comparison
equal
deleted
inserted
replaced
1725:8317252e4535 | 1726:471a948cd2b2 |
---|---|
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 |