@@ -8,33 +8,39 @@ Gallery
88-------
99
1010.. list-table ::
11- :widths: 32 32 32
11+ :widths: 25 25 25 25
1212 :header-rows: 0
1313
1414 * - .. figure:: ../../examples/kelvin_helmholtz/movie.gif
15- :width: 300px
15+ :height: 200px
1616 :align: center
1717 :alt: kelvin_helmholtz
1818 :target: examples.html#kelvin-helmholtz
1919
2020 - .. figure:: ../../examples/logo_inverse_problem/movie.gif
21- :width: 300px
21+ :height: 200px
2222 :align: center
2323 :alt: logo_inverse_problem
2424 :target: examples.html#logo-inverse-problem
2525
2626 - .. figure:: ../../examples/orszag_tang/movie.gif
27- :width: 300px
27+ :height: 200px
2828 :align: center
2929 :alt: orszag_tang
3030 :target: examples.html#orszag-tang
3131
32+ - .. figure:: ../../examples/rayleigh_taylor/movie.gif
33+ :height: 200px
34+ :align: center
35+ :alt: rayleigh_taylor
36+ :target: examples.html#rayleigh-taylor
37+
3238
3339kelvin_helmholtz
3440----------------
3541
3642.. figure :: ../../examples/kelvin_helmholtz/movie.gif
37- :width : 300px
43+ :height : 300px
3844 :align: center
3945 :alt: kelvin_helmholtz
4046 :target: examples.html#kelvin-helmholtz
@@ -56,7 +62,7 @@ logo_inverse_problem
5662--------------------
5763
5864.. figure :: ../../examples/logo_inverse_problem/movie.gif
59- :width : 300px
65+ :height : 300px
6066 :align: center
6167 :alt: logo_inverse_problem
6268 :target: examples.html#logo-inverse-problem
@@ -78,7 +84,7 @@ orszag_tang
7884-----------
7985
8086.. figure :: ../../examples/orszag_tang/movie.gif
81- :width : 300px
87+ :height : 300px
8288 :align: center
8389 :alt: orszag_tang
8490 :target: examples.html#kelvin-helmholtz
@@ -94,3 +100,26 @@ Script:
94100
95101.. literalinclude :: ../../examples/orszag_tang/orszag_tang.py
96102 :language: python
103+
104+
105+ rayleigh_taylor
106+ ---------------
107+
108+ .. figure :: ../../examples/rayleigh_taylor/movie.gif
109+ :height: 300px
110+ :align: center
111+ :alt: rayleigh_taylor
112+ :target: examples.html#rayleigh-taylor
113+
114+ See on GitHub: `examples/rayleigh_taylor <https://github.com/AdirondaxProject/adirondax/tree/main/examples/rayleigh_taylor>`_
115+
116+ README:
117+
118+ .. literalinclude :: ../../examples/rayleigh_taylor/README.md
119+ :language: md
120+
121+ Script:
122+
123+ .. literalinclude :: ../../examples/rayleigh_taylor/rayleigh_taylor.py
124+ :language: python
125+
0 commit comments