diff --git a/examples/00_basic/example_01_simple_structural_solve.py b/examples/00_basic/example_01_simple_structural_solve.py index dc7cc21a..23232ac0 100644 --- a/examples/00_basic/example_01_simple_structural_solve.py +++ b/examples/00_basic/example_01_simple_structural_solve.py @@ -24,7 +24,7 @@ print(f"Downloaded the geometry file to: {geometry_path}") # %% -# Launch mechanical +# Launch Mechanical # ~~~~~~~~~~~~~~~~~ # Launch a new Mechanical session in batch, setting the ``cleanup_on_exit`` # argument to ``False``. To close this Mechanical session when finished, @@ -210,8 +210,8 @@ def write_file_contents_to_console(path): os.remove(solve_out_local_path) # %% -# Close mechanical +# Close Mechanical # ~~~~~~~~~~~~~~~~ -# Close the mechanical instance. +# Close the Mechanical session. mechanical.exit() diff --git a/examples/00_basic/example_02_capture_images.py b/examples/00_basic/example_02_capture_images.py index 0cc05628..88c5c588 100644 --- a/examples/00_basic/example_02_capture_images.py +++ b/examples/00_basic/example_02_capture_images.py @@ -32,7 +32,7 @@ print(f"Downloaded the script files to: {script_file_path}") # %% -# Launch mechanical +# Launch Mechanical # ~~~~~~~~~~~~~~~~~ # Launch a new Mechanical session in batch, setting the ``cleanup_on_exit`` # argument to ``False``. To close this Mechanical session when finished, @@ -136,8 +136,8 @@ def display_image(path): mechanical.clear() ########################################################### -# Close mechanical +# Close Mechanical # ~~~~~~~~~~~~~~~~ -# Close the mechanical instance. +# Close the Mechanical instance. mechanical.exit() diff --git a/examples/00_basic/example_03_show_object_properties.py b/examples/00_basic/example_03_show_object_properties.py index dbbd605d..307dee0a 100644 --- a/examples/00_basic/example_03_show_object_properties.py +++ b/examples/00_basic/example_03_show_object_properties.py @@ -24,7 +24,7 @@ print(f"Downloaded the MECHDAT file to: {mechdat_path}") # %% -# Launch mechanical +# Launch Mechanical # ~~~~~~~~~~~~~~~~~ # Launch a new Mechanical session in batch, setting the ``cleanup_on_exit`` # argument to ``False``. To close this Mechanical session when finished, @@ -86,8 +86,8 @@ mechanical.clear() # %% -# Close mechanical +# Close Mechanical # ~~~~~~~~~~~~~~~~ -# Close the mechanical instance. +# Close the Mechanical instance. mechanical.exit()