Skip to content

Commit e17f166

Browse files
committed
adjustments from pre-commit and Runic
1 parent 4e4a427 commit e17f166

33 files changed

+1154
-1167
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78"
5454

5555
[targets]
5656
test = ["Aqua", "ExplicitImports", "DoubleFloats", "Test"]
57-

docs/make.jl

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,38 @@ using Documenter
22
using ExtendableASGFEM
33

44
makedocs(
5-
modules = [ExtendableASGFEM],
6-
sitename = "ExtendableASGFEM.jl",
7-
authors = "Christian Merdon, Martin Eigel",
8-
format = Documenter.HTML(; repolink = "https://github.com/WIAS-PDELib/ExtendableASGFEM.jl", mathengine = MathJax3()),
9-
clean = false,
10-
checkdocs = :all,
11-
warnonly = false,
12-
doctest = true,
13-
pages = [
14-
"Home" => "index.md"
15-
"KLE expansions" => [
16-
"coefficients.md",
17-
]
18-
"Stochastic discretization" => [
19-
"orthogonal_polynomials.md",
20-
"onbasis.md",
21-
"tonbasis.md",
22-
]
23-
"Solvers" => [
24-
"sgfevector.md",
25-
"modelproblems.md",
26-
]
27-
"Adaptivity" => [
28-
"estimators.md"
29-
]
30-
"Plotting" => [
31-
"plots.md"
32-
]
33-
],
34-
)
5+
modules = [ExtendableASGFEM],
6+
sitename = "ExtendableASGFEM.jl",
7+
authors = "Christian Merdon, Martin Eigel",
8+
format = Documenter.HTML(; repolink = "https://github.com/WIAS-PDELib/ExtendableASGFEM.jl", mathengine = MathJax3()),
9+
clean = false,
10+
checkdocs = :all,
11+
warnonly = false,
12+
doctest = true,
13+
pages = [
14+
"Home" => "index.md"
15+
"KLE expansions" => [
16+
"coefficients.md",
17+
]
18+
"Stochastic discretization" => [
19+
"orthogonal_polynomials.md",
20+
"onbasis.md",
21+
"tonbasis.md",
22+
]
23+
"Solvers" => [
24+
"sgfevector.md",
25+
"modelproblems.md",
26+
]
27+
"Adaptivity" => [
28+
"estimators.md",
29+
]
30+
"Plotting" => [
31+
"plots.md",
32+
]
33+
],
34+
)
3535

3636

3737
deploydocs(
3838
repo = "github.com/WIAS-PDELib/ExtendableASGFEM.jl",
39-
)
39+
)

docs/src/coefficients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ is given by the following subtype.
1919
Modules = [ExtendableASGFEM]
2020
Pages = ["coefficients/cosinus.jl"]
2121
Order = [:type, :function]
22-
```
22+
```

docs/src/estimators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ reference error to assess the efficiency of the residual-based error estimator.
4242
Modules = [ExtendableASGFEM]
4343
Pages = ["sampling_error.jl"]
4444
Order = [:type, :function]
45-
```
45+
```

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The spatial discretization is based on the finite element package [ExtendableFEM
2323
M. Eigel and C. Merdon\
2424
SIAM/ASA J. Uncertainty Quantification 4(1) (2016), 1372--1397"\
2525
[>Journal-Link<](https://epubs.siam.org/doi/10.1137/15M102188X)
26-
[>Preprint-Link<](http://www.wias-berlin.de/publications/wias-publ/run.jsp?template=abstract&type=Preprint&year=2014&number=1997)
26+
[>Preprint-Link<](http://www.wias-berlin.de/publications/wias-publ/run.jsp?template=abstract&type=Preprint&year=2014&number=1997)

docs/src/onbasis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Modules = [ExtendableASGFEM]
55
Pages = ["onbasis.jl"]
66
Order = [:type, :function]
7-
```
7+
```

docs/src/plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ basically delegate to the plotting routines from ExtendableFEM/GridVisualize.
77
Modules = [ExtendableASGFEM]
88
Pages = ["plots.jl"]
99
Order = [:type, :function]
10-
```
10+
```

docs/src/sgfevector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Modules = [ExtendableASGFEM]
55
Pages = ["sgfevector.jl"]
66
Order = [:type, :function]
7-
```
7+
```

docs/src/tonbasis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Modules = [ExtendableASGFEM]
55
Pages = ["tensorizedbasis.jl"]
66
Order = [:type, :function]
7-
```
7+
```

0 commit comments

Comments
 (0)