Skip to content

Commit 05b8676

Browse files
committed
fix: file path
1 parent 5b90dc7 commit 05b8676

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/source/user_guide/tutorials/animate/animate_time.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Use |animate| with the displacement results.
128128
:hide-code:
129129
:hide-output:
130130

131-
disp_fc.animate(off_screen=True,save_as="source/user_guide/tutorials/animate/animate_disp_1.gif")
131+
disp_fc.animate(off_screen=True,save_as="doc/source/user_guide/tutorials/animate/animate_disp_1.gif")
132132

133133
.. image:: animate_disp_1.gif
134134
:scale: 50 %
@@ -146,7 +146,7 @@ Use |animate| with the displacement results.
146146
:hide-code:
147147
:hide-output:
148148

149-
disp_fc.animate(off_screen=True,save_as="source/user_guide/tutorials/animate/animate_disp_2.gif",
149+
disp_fc.animate(off_screen=True,save_as="doc/source/user_guide/tutorials/animate/animate_disp_2.gif",
150150
deform_by=False)
151151

152152
.. image:: animate_disp_2.gif
@@ -173,7 +173,7 @@ Use |animate| with the stress results.
173173
:hide-code:
174174
:hide-output:
175175

176-
stress_fc.animate(off_screen=True,save_as="source/user_guide/tutorials/animate/animate_stress_1.gif",
176+
stress_fc.animate(off_screen=True,save_as="doc/source/user_guide/tutorials/animate/animate_stress_1.gif",
177177
deform_by=disp_fc)
178178

179179
.. image:: animate_stress_1.gif
@@ -192,7 +192,7 @@ Use |animate| with the stress results.
192192
:hide-code:
193193
:hide-output:
194194

195-
stress_fc.animate(off_screen=True,save_as="source/user_guide/tutorials/animate/animate_stress_2.gif")
195+
stress_fc.animate(off_screen=True,save_as="doc/source/user_guide/tutorials/animate/animate_stress_2.gif")
196196

197197
.. image:: animate_stress_2.gif
198198
:scale: 50 %
@@ -220,7 +220,7 @@ Uniform constant scaling
220220
:hide-code:
221221
:hide-output:
222222

223-
disp_fc.animate(off_screen=True,save_as="source/user_guide/tutorials/animate/animate_disp_3.gif",
223+
disp_fc.animate(off_screen=True,save_as="doc/source/user_guide/tutorials/animate/animate_disp_3.gif",
224224
scale_factor=uniform_scale_factor, text="Uniform scale factor")
225225

226226
.. image:: animate_disp_3.gif
@@ -242,7 +242,7 @@ Varying scaling
242242
:hide-code:
243243
:hide-output:
244244

245-
disp_fc.animate(off_screen=True,save_as="source/user_guide/tutorials/animate/animate_disp_4.gif",
245+
disp_fc.animate(off_screen=True,save_as="doc/source/user_guide/tutorials/animate/animate_disp_4.gif",
246246
scale_factor=varying_scale_factor, text="Varying scale factor")
247247

248248
.. image:: animate_disp_4.gif
@@ -309,7 +309,7 @@ Fixed camera
309309
:hide-code:
310310
:hide-output:
311311

312-
stress_fc.animate(save_as="source/user_guide/tutorials/animate/animate_disp_5.gif",
312+
stress_fc.animate(save_as="doc/source/user_guide/tutorials/animate/animate_disp_5.gif",
313313
cpos=cam_pos,
314314
off_screen=True)
315315

@@ -339,7 +339,7 @@ Moving camera
339339
:hide-code:
340340
:hide-output:
341341

342-
stress_fc.animate(save_as="source/user_guide/tutorials/animate/animate_disp_6.gif",
342+
stress_fc.animate(save_as="doc/source/user_guide/tutorials/animate/animate_disp_6.gif",
343343
cpos=cpos_list,
344344
off_screen=True)
345345

0 commit comments

Comments
 (0)