Skip to content

Commit 1c1b2a5

Browse files
Merge pull request #16 from lambda-feedback/tr138-update-documentation
Updated links in docs
2 parents c80a78c + 82f6205 commit 1c1b2a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/docs/dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ArraySymbolicEqual
22

3-
This evaluation function can take any level of nesting for "response" and "answer" fields, as comparison is done recursively (as long as both shapes are identical). Symbolic grading is done using the [SymbolicEqual](https://github.com/lambda-feedback/SymbolicEqual) function, called using the experimental EvaluationFunctionClient from the evaluation-function-utils library.
3+
This evaluation function can take any level of nesting for "response" and "answer" fields, as comparison is done recursively (as long as both shapes are identical). Symbolic grading is done using the [SymbolicEqual](https://lambda-feedback.github.io/user-documentation/user_eval_function_docs/symbolicEqual/) function, called using the experimental EvaluationFunctionClient from the evaluation-function-utils library.
44

55
## Inputs
66
This compares cells using the `symbolicEqual` function. Please consult that function's documentation for details on it's allowable parameters, as the ones provided to this function are fed through as they are.

app/docs/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
This function compares two symbolic expression arrays, with any level of nesting (2D, 3D, irregular shape, ...). Each cell is compared using the [`SymbolicEqual`](https://github.com/lambda-feedback/SymbolicEqual/blob/master/app/docs/user.md) evaluation function.
44

55
## Inputs
6-
This function support all input parameters that [`SymbolicEqual`](https://github.com/lambda-feedback/SymbolicEqual/blob/master/app/docs/user.md) uses.
6+
This function support all input parameters that [`SymbolicEqual`](https://lambda-feedback.github.io/user-documentation/user_eval_function_docs/symbolicEqual/) uses.

0 commit comments

Comments
 (0)