Skip to content

Commit 0e860b1

Browse files
committed
further improved doc
1 parent 5a42b3b commit 0e860b1

File tree

4 files changed

+5
-26
lines changed

4 files changed

+5
-26
lines changed

docs/make.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ makedocs(
66
sitename = "ExtendableASGFEM.jl",
77
authors = "Christian Merdon, Martin Eigel",
88
format = Documenter.HTML(; repolink = "https://github.com/WIAS-PDELib/ExtendableASGFEM.jl", mathengine = MathJax3()),
9-
clean = false,
9+
clean = true,
1010
checkdocs = :all,
1111
warnonly = false,
1212
doctest = true,
1313
pages = [
1414
"Home" => "index.md"
15-
"KLE expansions" => [
15+
"Model problems" => [
16+
"modelproblems.md",
1617
"coefficients.md",
1718
]
1819
"Stochastic discretization" => [
1920
"orthogonal_polynomials.md",
2021
"onbasis.md",
2122
"tonbasis.md",
2223
]
23-
"Solvers" => [
24-
"sgfevector.md",
25-
"modelproblems.md",
24+
"Solving" => [
25+
"solvers.md",
2626
"estimators.md",
2727
]
2828
"Plotting" => [

docs/src/modelproblems.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,3 @@ Pages = ["modelproblems/poisson_primal.jl",
1010
"modelproblems/logpoisson_dual.jl"]
1111
Order = [:type, :function]
1212
```
13-
14-
## Solver
15-
16-
Each of the above model problems has an iterative solver
17-
implemented that is used as an default in the following
18-
solve method.
19-
20-
```@autodocs
21-
Modules = [ExtendableASGFEM]
22-
Pages = ["modelproblems/modelproblems.jl"]
23-
Order = [:type, :function]
24-
```
25-
26-
## A posteriori error estimator

docs/src/modelproblems.pdf

-1.49 KB
Binary file not shown.

docs/src/sgfevector.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)