Skip to content

Commit e3254bf

Browse files
authored
Merge pull request #6239 from gassmoeller/fix_sphinx_documentation
Fix Sphinx warnings
2 parents 551530e + 4419c11 commit e3254bf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

benchmarks/advection/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Benchmarks:
1313
2. Rotate Shape (rotate_shape_supg.prm, rotate_shape_ev.prm)
1414
Various shapes being rotated by 360 degrees by a fixed velocity
1515

16-
See [doc/advection.md](doc/advection.md) for details.
16+
See [](doc/advection) for details.

benchmarks/advection/doc/advection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Both benchmarks have the identical setup in the temperature and a
2323
compositional field. The only difference is that the temperature equation
2424
contains a (small) physical diffusion term.
2525

26-
**[Description of benchmark files](../README.md)**
26+
**[Description of benchmark files](../README)**
2727

2828
```{figure-md} fig:benchmark-drop
2929
<img src="drop.png" />

benchmarks/rayleigh_taylor_instability/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This file can later be processed with the 'gnuplot_script'.
1111
There is also the standalone input file `rayleigh_taylor_instability.prm` which
1212
runs only one of the cases (isoviscous and lambda=256km).
1313

14-
See [doc/rayleigh_taylor_instability.md](doc/rayleigh_taylor_instability.md) for more information.
14+
See [](doc/rayleigh_taylor_instability) for more information.

benchmarks/rayleigh_taylor_instability/doc/rayleigh_taylor_instability.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ file:
5757
end
5858

5959

60-
**[Description of benchmark files](../README.md)**
60+
**[Description of benchmark files](../README)**
6161

6262
```{figure-md} fig:RTi_grids_a
6363
<img src="grid.*" style="width:44.0%" />

benchmarks/sinking_block/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ In order to run the benchmark for many resolution, density and viscosity combina
88
all the input files generated inside the triple loop.
99
The `sinking_block.prm` input file is the standalone prm file for the sinking block benchmark.
1010

11-
For more information see [doc/sinking_block.md](doc/sinking_block.md).
11+
For more information see [](doc/sinking_block).

benchmarks/sinking_block/doc/sinking_block.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $\delta\rho=8,32,128~\text{ kg m}^{-3}$. Results are shown in
3434
{numref}`fig:sinking_block2` and we indeed recover the expected trend with all data
3535
points forming a single smooth line.
3636

37-
**[Description of benchmark files](../README.md)**
37+
**[Description of benchmark files](../README)**
3838

3939
```{figure-md} fig:sinking_block1
4040
<img src="dens_vel.png" style="width:60.0%" />

0 commit comments

Comments
 (0)