Skip to content

Commit 61f097d

Browse files
authored
fix livefit link (#243)
1 parent 8db343c commit 61f097d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/fitting/fitting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Similar to [`LivePlot`](../callbacks/plotting.md), [`ibex_bluesky_core`](ibex_bluesky_core) provides a thin wrapper around Bluesky's [`LiveFit`](ibex_bluesky_core.callbacks.LiveFit) class, enhancing it with additional functionality to better support real-time data fitting. This wrapper not only offers a wide selection of models to fit your data on, but also introduces guess generation for fit parameters. As new data points are acquired, the wrapper refines these guesses dynamically, improving the accuracy of the fit with each additional piece of data, allowing for more efficient and adaptive real-time fitting workflows.
44

5-
In order to use the wrapper, import[`LiveFit`](ibex_bluesky_core.callbacks.LiveFit from [`ibex_bluesky_core`](ibex_bluesky_core) rather than
5+
In order to use the wrapper, import [`LiveFit`](ibex_bluesky_core.callbacks.LiveFit) from [`ibex_bluesky_core`](ibex_bluesky_core) rather than
66
`bluesky` directly:
77
```py
88
from ibex_bluesky_core.callbacks.fitting import LiveFit
@@ -261,4 +261,4 @@ Parameter uncertainties are not carried over between fits
261261

262262
```{important}
263263
If a fit fails to converge, subsequent fits will use their default guess functions
264-
```
264+
```

0 commit comments

Comments
 (0)