Skip to content

Commit

Permalink
Fix docs (#146)
Browse files Browse the repository at this point in the history
* Add missing figures - doc

* fix `index.md` file location

* Add missing figures again

* fix path

* fix broken link

* add submodules to docs
  • Loading branch information
aelligp authored May 6, 2024
1 parent 07812be commit 49542d2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ makedocs(;

warnonly = Documenter.except(:footnote),
pages=[
"Home" => "man/index.md",
"Home" => "index.md",
"User guide"=> Any[
"Installation" => "man/installation.md",
"Backend" => "man/backend.md",
Expand Down
Binary file added docs/src/assets/Blankenbach_Temp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/assets/Blankenbach_Time_Series_V_Nu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/src/man/index.md → docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The package serves several purposes:
* It provides a collection of solvers to be used in quickly developing new applications
* It provides some standardization so that application codes can

- more easily handle local material properties through the use of [GeoParams.jl]((https://github.com/JuliaGeodynamics/GeoParams.jl))
- more easily handle local material properties through the use of [GeoParams.jl](https://github.com/JuliaGeodynamics/GeoParams.jl)
- more easily switch between a pseudo-transient solver and another solvers (e.g. an explicit thermal solvers)

* It provides a natural repository for contributions of new solvers for use by the larger community
Expand Down
4 changes: 2 additions & 2 deletions docs/src/man/Blankenbach.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ fig

### Final model
Temperature field
![Temperatuere](../assets/Blankenbach/Temp.png)
![Temperature](../assets/Blankenbach_Temp.png)

And time history of the rms-velocity and Nusselt number
![time series](../assets/Blankenbach/Time_Series_V_Nu.png)
![time series](../assets/Blankenbach_Time_Series_V_Nu.png)
2 changes: 1 addition & 1 deletion docs/src/man/listfunctions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Here an overview of all functions:
```@autodocs
Modules = [JustRelax]
Modules = [JustRelax, JustRelax.JustRelax2D, JustRelax.JustRelax3D, JustRelax.DataIO]
```

0 comments on commit 49542d2

Please sign in to comment.