Skip to content

Commit bfef0a7

Browse files
committed
Add links to FEAScript platform help and website in tutorials
1 parent 2db25ca commit bfef0a7

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

tutorials/HeatConduction2DFinPlatform.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ <h1>Heat Conduction in a Two-Dimensional Fin (FEAScript platform)</h1>
9595

9696
<div class="highlight-container">
9797
<p>
98-
This tutorial demonstrates how to solve the 2D heat conduction fin problem using the
99-
FEAScript platform with a no-code, block-based approach. For the mathematical formulation and theory
100-
behind this example, see the
98+
This tutorial demonstrates how to solve the 2D heat conduction fin problem using the FEAScript
99+
platform with a no-code, block-based approach. For the mathematical formulation and theory behind this
100+
example, see the
101101
<a href="HeatConduction2DFin.html" target="_blank">JavaScript API tutorial</a>.
102102
</p>
103103
</div>
@@ -153,7 +153,11 @@ <h2 id="tutorial"><a name="Tutorial"></a>Step-by-Step Tutorial</h2>
153153
<p class="image-caption">The loaded block diagram showing the complete simulation setup</p>
154154
</div>
155155

156-
<p>These blocks represent the same setup as described in the JavaScript API tutorial.</p>
156+
<p>
157+
These blocks represent the same setup as described in the JavaScript API tutorial. If you need help
158+
understanding the different block types and their functions, refer to the
159+
<a href="https://platform.feascript.com/help.html" target="_blank">FEAScript platform help page</a>.
160+
</p>
157161
</li>
158162
<li>
159163
<strong>Click "Evaluate"</strong> in the Control Panel to run the simulation.
@@ -177,6 +181,9 @@ <h2 id="tutorial"><a name="Tutorial"></a>Step-by-Step Tutorial</h2>
177181
<li>
178182
<a href="https://feascript.com/index.html" target="_blank">Return to FEAScript Website</a>
179183
</li>
184+
<li>
185+
<a href="https://platform.feascript.com/help.html" target="_blank">Return to FEAScript Platform Help</a>
186+
</li>
180187
</ul>
181188

182189
<p>&#169; 2023-<span id="currentYear"></span> FEAScript</p>

tutorials/HeatConduction2DFinWorker.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ <h2 id="results"><a name="Results"></a>Results</h2>
196196
>Return to Main Tutorial</a
197197
>
198198
</li>
199+
<li>
200+
<a href="https://feascript.com/index.html" target="_blank">Return to FEAScript Website</a>
201+
</li>
199202
</ul>
200203

201204
<script type="module">

0 commit comments

Comments
 (0)