Skip to content

Commit

Permalink
Change readme image links to raw github content for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
kburns committed Dec 30, 2023
1 parent 8030627 commit be95f2f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,31 +43,31 @@ Our numerical algorithms produce sparse and spectrally accurate discretizations
<th width="25%">
<a href="https://dedalus-project.readthedocs.io/en/latest/pages/examples/ivp_1d_kdv_burgers.html">
<figure>
<img src="docs/pages/examples/images/kdv_burgers.png">
<img src="https://raw.githubusercontent.com/DedalusProject/dedalus/master/docs/pages/examples/images/kdv_burgers.png">
<figcaption>KdV-Burgers equation (1D IVP)</figcaption>
</figure>
</a>
</th>
<th width="25%">
<a href="https://dedalus-project.readthedocs.io/en/latest/pages/examples/ivp_2d_rayleigh_benard.html">
<figure>
<img src="docs/pages/examples/images/rayleigh_benard.png">
<img src="https://raw.githubusercontent.com/DedalusProject/dedalus/master/docs/pages/examples/images/rayleigh_benard.png">
<figcaption>Rayleigh-Benard convection (2D IVP)</figcaption>
</figure>
</a>
</th>
<th width="25%">
<a href="https://dedalus-project.readthedocs.io/en/latest/pages/examples/ivp_2d_shear_flow.html">
<figure>
<img src="docs/pages/examples/images/shear_flow.png">
<img src="https://raw.githubusercontent.com/DedalusProject/dedalus/master/docs/pages/examples/images/shear_flow.png">
<figcaption>Periodic shear flow (2D IVP)</figcaption>
</figure>
</a>
</th>
<th width="25%">
<a href="https://dedalus-project.readthedocs.io/en/latest/pages/examples/lbvp_2d_poisson.html">
<figure>
<img src="docs/pages/examples/images/poisson.png">
<img src="https://raw.githubusercontent.com/DedalusProject/dedalus/master/docs/pages/examples/images/poisson.png">
<figcaption>Poisson equation (2D LBVP)</figcaption>
</figure>
</a>
Expand All @@ -79,31 +79,31 @@ Our numerical algorithms produce sparse and spectrally accurate discretizations
<th width="25%">
<a href="https://dedalus-project.readthedocs.io/en/latest/pages/examples/ivp_disk_libration.html">
<figure>
<img src="docs/pages/examples/images/libration.png">
<img src="https://raw.githubusercontent.com/DedalusProject/dedalus/master/docs/pages/examples/images/libration.png">
<figcaption>Librational instability (disk IVP)</figcaption>
</figure>
</a>
</th>
<th width="25%">
<a href="https://dedalus-project.readthedocs.io/en/latest/pages/examples/ivp_sphere_shallow_water.html">
<figure>
<img src="docs/pages/examples/images/shallow_water.png">
<img src="https://raw.githubusercontent.com/DedalusProject/dedalus/master/docs/pages/examples/images/shallow_water.png">
<figcaption>Spherical shallow water (sphere IVP)</figcaption>
</figure>
</a>
</th>
<th width="25%">
<a href="https://dedalus-project.readthedocs.io/en/latest/pages/examples/ivp_shell_convection.html">
<figure>
<img src="docs/pages/examples/images/shell_convection.png">
<img src="https://raw.githubusercontent.com/DedalusProject/dedalus/master/docs/pages/examples/images/shell_convection.png">
<figcaption>Spherical shell convection (shell IVP)</figcaption>
</figure>
</a>
</th>
<th width="25%">
<a href="https://dedalus-project.readthedocs.io/en/latest/pages/examples/ivp_ball_internally_heated_convection.html">
<figure>
<img src="docs/pages/examples/images/internally_heated_convection.png">
<img src="https://raw.githubusercontent.com/DedalusProject/dedalus/master/docs/pages/examples/images/internally_heated_convection.png">
<figcaption>Internally heated convection (ball IVP)</figcaption>
</figure>
</a>
Expand Down

0 comments on commit be95f2f

Please sign in to comment.