Skip to content

Commit 589b7c3

Browse files
committed
Add links to new parser help page
1 parent 073dcf2 commit 589b7c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_includes/modules/CalculateFieldData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The output needs to be stored in the variable ```RESULT```.
4545

4646
#### Available Functions
4747

48-
A list of available functions is available in the GUI of the module. The ***Parser Help*** button brings up a list of available functions to do scalar/vector/tensor algebra and to view the functions that can be applied to the ```ELEMENT``` variable.
48+
A list of available functions is available in the GUI of the module. The [Parser Help](parserhelp.html) button brings up a list of available functions to do scalar/vector/tensor algebra and to view the functions that can be applied to the ```ELEMENT``` variable.
4949

5050
#### Input Ports
5151

@@ -63,7 +63,7 @@ Suppose one wants to set the data values to a certain value:
6363
RESULT = 2;
6464
```
6565

66-
This will set every data value inside the Field equal to the value 2.
66+
This will set every data value inside the Field equal to the value 2.
6767

6868
Similarly one can set the data value to a value specified inside the first Matrix on the input ports:
6969

docs/_includes/modules/CalculateMeshNodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This module allows the computation of a new position for each node in the input
4444

4545
#### Available Functions
4646

47-
A list of available functions is available in the GUI of the module. The ***Parser Help*** button brings up a list of available functions to do scalar/vector/tensor algebra.
47+
A list of available functions is available in the GUI of the module. The [Parser Help](parserhelp.html) button brings up a list of available functions to do scalar/vector/tensor algebra.
4848

4949
#### Input Ports
5050

0 commit comments

Comments
 (0)