diff --git a/doc/source/_static/videos/Valve.mp4 b/doc/source/_static/videos/Valve.mp4 new file mode 100644 index 00000000..048aba6b Binary files /dev/null and b/doc/source/_static/videos/Valve.mp4 differ diff --git a/doc/source/animations/Valve.mp4 b/doc/source/animations/Valve.mp4 deleted file mode 100644 index 24a862e8..00000000 Binary files a/doc/source/animations/Valve.mp4 and /dev/null differ diff --git a/doc/source/basic_examples/basic/ex_01-valve.rst b/doc/source/basic_examples/basic/ex_01-valve.rst index b680605b..f2d689e7 100644 --- a/doc/source/basic_examples/basic/ex_01-valve.rst +++ b/doc/source/basic_examples/basic/ex_01-valve.rst @@ -199,6 +199,13 @@ Export stress animation os.path.join(os.getcwd(), "Valve.mp4"), animation_export_format, settings_720p ) +.. raw:: html + + + Cleanup ------- diff --git a/doc/source/basic_examples/images/thumb/sphx_glr_embedding_basic_01_stress.png b/doc/source/basic_examples/images/thumb/sphx_glr_embedding_basic_01_stress.png new file mode 100644 index 00000000..36661aa7 Binary files /dev/null and b/doc/source/basic_examples/images/thumb/sphx_glr_embedding_basic_01_stress.png differ diff --git a/doc/source/basic_examples/index.rst b/doc/source/basic_examples/index.rst index ad150fe4..269083cb 100644 --- a/doc/source/basic_examples/index.rst +++ b/doc/source/basic_examples/index.rst @@ -7,13 +7,13 @@ Basic Examples .. raw:: html -
+
.. raw:: html -
+
.. only:: html @@ -24,7 +24,7 @@ Basic Examples .. raw:: html -
Valve
+
Valve
.. raw:: html @@ -39,8 +39,3 @@ Basic Examples basic/ex_01-valve.rst -.. only:: html - - .. rst-class:: sphx-glr-signature - - `Gallery generated by Sphinx-Gallery `_ diff --git a/doc/source/conf.py b/doc/source/conf.py index 1193d3f7..8348ec3e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -128,7 +128,7 @@ config.SolveProcessSettings.DistributeSolution = False # static path -# html_static_path = ["_static"] +html_static_path = ["_static"] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] diff --git a/doc/source/index.rst b/doc/source/index.rst index 6a9f3366..efee3ef7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -21,8 +21,8 @@ Summary of the exposed basic examples -------------------------------------- .. include:: ./basic_examples/index.rst - :start-line: 11 - :end-line: 130 + :start-line: 7 + :end-line: 33 .. === EXAMPLES ===