You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/index.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: API Reference
5
5
Obtain a comparer object in one of the following ways:
6
6
7
7
- From matched data with [from_matched()](`modelskill.from_matched`)
8
-
- After defining [observation](observation/index.qmd)s and [model result](model/index.qmd)s using the [match()](`modelskill.match`) function.
8
+
- After defining [observation](obs.qmd)s and [model result](model.qmd)s using the [match()](`modelskill.match`) function.
9
9
- From a config file with [from_config()](`modelskill.from_config`)
10
10
11
11
Do analysis and plotting with the returned [Comparer](`modelskill.Comparer`) (a single observation) or [ComparerCollection](`modelskill.ComparerCollection`) (multiple observations):
0 commit comments