X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Ftui_creating_meshes.rst;h=d4c1c8f9af48509a70d8108396c75b71842d175b;hb=eb32ac37f34e97d1da90cd63579efa6590ecf300;hp=46b4f9ff410caf5124db80619315ac322590fc2c;hpb=8d297d6698f361d4f2dde723050bcfbaea050920;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/tui_creating_meshes.rst b/doc/salome/gui/SMESH/input/tui_creating_meshes.rst index 46b4f9ff4..d4c1c8f9a 100644 --- a/doc/salome/gui/SMESH/input/tui_creating_meshes.rst +++ b/doc/salome/gui/SMESH/input/tui_creating_meshes.rst @@ -16,7 +16,6 @@ Construction of a mesh ====================== .. literalinclude:: ../../../examples/creating_meshes_ex01.py - :linenos: :language: python :download:`Download this script <../../../examples/creating_meshes_ex01.py>` @@ -27,7 +26,6 @@ Construction of a sub-mesh ========================== .. literalinclude:: ../../../examples/creating_meshes_ex02.py - :linenos: :language: python :download:`Download this script <../../../examples/creating_meshes_ex02.py>` @@ -38,7 +36,6 @@ Change priority of sub-meshes in mesh ===================================== .. literalinclude:: ../../../examples/creating_meshes_ex03.py - :linenos: :language: python :download:`Download this script <../../../examples/creating_meshes_ex03.py>` @@ -49,7 +46,6 @@ Intermediate edition while meshing ================================== .. literalinclude:: ../../../examples/a3DmeshOnModified2Dmesh.py - :linenos: :language: python :download:`Download this script <../../../examples/a3DmeshOnModified2Dmesh.py>` @@ -60,7 +56,6 @@ Editing a mesh (i.e. changing hypotheses) ========================================= .. literalinclude:: ../../../examples/creating_meshes_ex04.py - :linenos: :language: python :download:`Download this script <../../../examples/creating_meshes_ex04.py>` @@ -71,7 +66,6 @@ Export of a Mesh ================ .. literalinclude:: ../../../examples/creating_meshes_ex05.py - :linenos: :language: python :download:`Download this script <../../../examples/creating_meshes_ex05.py>` @@ -85,7 +79,6 @@ The next script creates a hexahedral mesh on a cylinder. A picture below the scr demonstrates the resulting mesh. .. literalinclude:: ../../../examples/creating_meshes_ex06.py - :linenos: :language: python :download:`Download this script <../../../examples/creating_meshes_ex06.py>` @@ -100,7 +93,6 @@ Building a compound of meshes ============================= .. literalinclude:: ../../../examples/creating_meshes_ex07.py - :linenos: :language: python :download:`Download this script <../../../examples/creating_meshes_ex07.py>` @@ -111,7 +103,6 @@ Mesh Copying ============ .. literalinclude:: ../../../examples/creating_meshes_ex08.py - :linenos: :language: python :download:`Download this script <../../../examples/creating_meshes_ex08.py>`