Tabs for different solvers -------------------------- Showcase a different script for each supported solvers .. tab-set:: .. tab-item:: MAPDL Explanation ... .. jupyter-execute:: # Code block .. tab-item:: LSDYNA Explanation ... .. jupyter-execute:: # Code block .. tab-item:: Fluent Explanation ... .. jupyter-execute:: # Code block .. tab-item:: CFX Explanation ... .. jupyter-execute:: # Code block Bullet lists ------------ Enumerate something: - something 1; - something 2; - something 3. Enumerate something with a numbered list: #. something 1; #. something 2; #. something 3. Bullet lists with explanations between items -------------------------------------------- Enumerate something and reference them to use each item as a subheading: - :ref:`Something 1`; - :ref:`Something 2`; - :ref:`Something 3`. .. _ref_something_1: Something 1 ^^^^^^^^^^^ Explanation 1 .. jupyter-execute:: # Code block 1 .. _ref_something_2: Something 2 ^^^^^^^^^^^ Explanation 2 .. jupyter-execute:: # Code block 2 .. _ref_something_3: Something 3 ^^^^^^^^^^^ Explanation 3 .. jupyter-execute:: # Code block 3