Skip to content

Commit 96b5fb6

Browse files
committed
rename algorithm temp-basal page to auto-adjust
1 parent 6832794 commit 96b5fb6

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed

docs/faqs/algorithm-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ There is more detail about the Loop Algorithm at the bottom of the Operate tab.
108108
* [Algorithm Overview](../operation/algorithm/overview.md)
109109
* [Bolus Recommendations](../operation/algorithm/bolus.md)
110110
* [Blood Glucose Prediction](../operation/algorithm/prediction.md)
111-
* [Automatic Adjustments](../operation/algorithm/temp-basal.md)
111+
* [Automatic Adjustments](../operation/algorithm/auto-adjust.md)
112112

docs/loop-3/displays-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Below the chart you will see an explanation of the variables Loop takes into acc
6464

6565
* [Carbohydrates](../operation/algorithm/prediction.md#carbohydrate-effect){: target="_blank" }
6666
* [Insulin](../operation/algorithm/prediction.md#insulin-effect){: target="_blank" }
67-
* [Glucose Momentum](../operation/algorithm/prediction.md#blood-glucose-momentum-effect){: target="_blank" }
67+
* [Glucose Momentum](../operation/algorithm/prediction.md#glucose-momentum-effect){: target="_blank" }
6868
* [Integral Retrospective Correction](../operation/algorithm/prediction.md#insulin-effect){: target="_blank" } (or [Retrospective Correction](../operation/algorithm/prediction.md#retrospective-correction-effect){: target="_blank" })
6969
* Suspension of Insulin Delivery
7070

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ The table below shows the $\mathit{BR_temp}$ for different $\mathit{BG_eventual}
152152
* [Algorithm Overview](overview.md)
153153
* [Bolus Recommendations](bolus.md)
154154
* [Glucose Prediction](prediction.md)
155-
* [Temp Basal Adjustments](temp-basal.md)
155+
* [Temp Basal Adjustments](auto-adjust.md)

docs/operation/algorithm/bolus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The *Loop* app will recommend bolus insulin corrections when the eventual glucos
44

55
These recommendations are not proactively sent to the *Loop* user through any notification or banner alert; the recommendation is only viewable when the user clicks on the bolus tool. Note that *Loop* never issues a bolus command automatically while using the default Temp Basal Only [Dosing Strategy](../../loop-3/settings.md#dosing-strategy); all boluses are initiated by the user unless the [Automatic Bolus](../../loop-3/settings.md#automatic-bolus) dosing strategy is enabled. With automatic bolus enabled, each automatic bolus is limited to 40% of the recommended amount or the maximum bolus setting, whichever is smaller.
66

7-
The recommended bolus calculation is described in [Determine the Recommended Dose](temp-basal.md#determine-the-recommended-bolus){: target="_blank" }, with these exceptions:
7+
The recommended bolus calculation is described in [Determine the Recommended Dose](auto-adjust.md#determine-the-recommended-bolus){: target="_blank" }, with these exceptions:
88

99
* the insulin contribution from the currently running temporary basal set by *Loop* is removed or subtracted from the recommended bolus amount, and
1010
* the delta is calculated for the top of the correction range, rather than the average of the correction range.
@@ -18,7 +18,7 @@ The *Loop* algorithm computes the recommended bolus such that predicted glucose
1818
* As time progresses after the meal, when appropriate, *Loop* modifies insulin delivery
1919
* A decrease in recommended insulin amount is always provided as a decreased Temporary Basal rate
2020
* An increase in recommended insulin amount is delivered based on the user-selected [Dosing Strategy](../../loop-3/settings.md#dosing-strategy){: target="_blank" }:
21-
* Temp Basal Only: [Increase Basal Rate](temp-basal.md#increase-basal-rate){: target="_blank" }
21+
* Temp Basal Only: [Increase Basal Rate](auto-adjust.md#increase-basal-rate){: target="_blank" }
2222
* Automatic Bolus: 40% of the recommended amount
2323
* In effect, this algorithm behavior mimics traditional pump therapy of “extended” or “dual wave” bolusing, but with the benefit of added information about actual carbohydrate absorption effects as time goes by
2424

@@ -33,4 +33,4 @@ Finally, *Loop* checks that the result of the calculations is below the maximum
3333
* [Algorithm Overview](overview.md)
3434
* [Bolus Recommendations](bolus.md)
3535
* [Glucose Prediction](prediction.md)
36-
* [Temp Basal Adjustments](temp-basal.md)
36+
* [Temp Basal Adjustments](auto-adjust.md)

docs/operation/algorithm/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## The *Loop* Algorithm
22

3-
Loop’s algorithm for adjusting insulin delivery is oriented around making a glucose prediction and modifying delivery to bring that prediction within target range without going below the Glucose Safety Limit. Every five minutes, triggered by new glucose data, it generates a new prediction. Both [bolus recommendations](bolus.md) and [temporary basal rate adjustments](temp-basal.md) are set based on this [prediction](prediction.md).
3+
Loop’s algorithm for adjusting insulin delivery is oriented around making a glucose prediction and modifying delivery to bring that prediction within target range without going below the Glucose Safety Limit. Every five minutes, triggered by new glucose data, it generates a new prediction. Both [bolus recommendations](bolus.md) and [temporary basal rate adjustments](auto-adjust.md) are set based on this [prediction](prediction.md).
44

55
!!! abstract "Glucose Prediction"
66
The *prediction* is a calculation based on the known parameters of current and historical glucose values, current and historical insulin delivery using any entered carbs. Loop's model predictive control (MPC) calculation includes the user's therapy settings modified by active overrides. This calculation is updated at the next glucose reading and the recommended insulin delivery may be updated.
@@ -36,4 +36,4 @@ status screen of Loop.
3636
* [Algorithm Overview](overview.md)
3737
* [Bolus Recommendations](bolus.md)
3838
* [Glucose Prediction](prediction.md)
39-
* [Temp Basal Adjustments](temp-basal.md)
39+
* [Temp Basal Adjustments](auto-adjust.md)

docs/operation/algorithm/prediction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Loop uses a model predictive control (MPC) algorithm to maintain glucose in a co
44

55
$$ BG[t] = Insulin[t] + Carb[t] + RetrospectiveCorrection[t] + Momentum[t] $$
66

7-
Note that the [Momemtum](#blood-glucose-momentum-effect) term does not just add to the other effects as implied in the simple formula above; it is blended with the other terms as described in more detail in the [Momemtum](#blood-glucose-momentum-effect) section below).
7+
Note that the [Momemtum](#glucose-momentum-effect) term does not just add to the other effects as implied in the simple formula above; it is blended with the other terms as described in more detail in the [Momemtum](#glucose-momentum-effect) section below).
88

99
You can see the individual contributions of these effects by tapping on the glucose chart on Loop's main screen to view the [Predicted Glucose Chart](loop-3/displays-v3.md#predicted-glucose-chart){: target="_blank" }. *Loop* updates this glucose prediction every five minutes when a new CGM value has been received and the pump's status has been updated.
1010

@@ -311,4 +311,4 @@ Each individual effect along with the combined effects are illustrated in the fi
311311
* [Algorithm Overview](overview.md)
312312
* [Bolus Recommendations](bolus.md)
313313
* [Glucose Prediction](prediction.md)
314-
* [Temp Basal Adjustments](temp-basal.md)
314+
* [Temp Basal Adjustments](auto-adjust.md)

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ plugins:
115115
'operation/loop-settings/services-v2.md': 'loop-3/services.md'
116116
'operation/loop-settings/displays.md': 'loop-3/displays-v3.md'
117117
'operation/loop-settings/rileylink.md': 'loop-3/rileylink.md'
118+
'operation/algorithm/temp-basal.md': 'operation/algorithm/auto-adjust.md'
118119
- unused_files:
119120
enabled: !ENV [CHECK_UNUSED_FILES, False]
120121
excluded_files:
@@ -203,7 +204,7 @@ nav:
203204
- 'Algorithm Overview': 'operation/algorithm/overview.md'
204205
- 'Bolus Recommendations': 'operation/algorithm/bolus.md'
205206
- 'Glucose Prediction': 'operation/algorithm/prediction.md'
206-
- 'Automated Adjustments': 'operation/algorithm/temp-basal.md'
207+
- 'Automated Adjustments': 'operation/algorithm/auto-adjust.md'
207208
- Troubleshoot:
208209
- 'Troubleshooting Overview': 'troubleshooting/overview.md'
209210
- 'Loop App Crashes': 'troubleshooting/loop-crashing.md'

0 commit comments

Comments
 (0)