Skip to content

Commit

Permalink
Merge pull request #2104 from emilisev/sandbox
Browse files Browse the repository at this point in the history
test better way to create anchored links
  • Loading branch information
psonnera authored Oct 12, 2024
2 parents a294cb3 + 00194c9 commit 6dca5eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion docs/EN/Sandbox/sandbox1.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,15 @@ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

testing abbr : <abbr title="Insulin Sensitivity Factor">ISF</abbr>, <abbr title="Insulin On Board">IOB</abbr>
testing abbr : <abbr title="Insulin Sensitivity Factor">ISF</abbr>, <abbr title="Insulin On Board">IOB</abbr>

Links with anchor :
- [how long will it take?](../preparing.md#how-long-will-it-take-to-set-everything-up)
- [NSClient settings in Preferences](../Configuration/Preferences.md#nsclient).
- [prediction lines in AAPS OVERVIEW](../Getting-Started/Screenshots.md#prediction-lines) to header level 4
- [prediction lines in AAPS OVERVIEW](../Getting-Started/Screenshots.md#screenshots-prediction-lines) to named anchor
- [Screenshots](../Getting-Started/Screenshots.md)
- [Screenshot main graph](../Getting-Started/Screenshots.md#section-f---main-graph) to header level 3
- [OpenAPS-features](../Usage/Open-APS-features.md#max-uh-a-temp-basal-can-be-set-to-openaps-max-basal)
- [max IOB](../Usage/Open-APS-features.md#maximum-total-iob-openaps-cant-go-over-openaps-max-iob)
- [SMB section in this documentation](../Usage/Open-APS-features.md#super-micro-bolus-smb)
2 changes: 1 addition & 1 deletion docs/EN/Usage/completing-the-objectives.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ In this objective you will tackle and use "Super Micro Bolus (SMB)" as one core

- The [SMB section in this documentation](Open-APS-features-super-micro-bolus-smb) and [oref1 coverage in the openAPSdocs](https://openaps.readthedocs.io/en/latest/docs/Customize-Iterate/oref1.html) are must-reads to understand SMB and the concept of zero-temping.
- Once done, you [raise maxIOB](Open-APS-features-maximum-total-iob-openaps-cant-go-over-openaps-max-iob) to get SMBs working well. maxIOB now includes all IOB, not just accumulated basal. This threshold pauses SMBs until IOB drops below this value (_e.g._ maxIOB is set to 7 U and a bolus of 8 U is given to cover a meal: SMBs will be paused and not given unless IOB drops below 7 U). A good start is setting maxIOB = average mealbolus + 3x max daily basal (max daily basal = the maximum hourly value in any time segment of the day - see [objective 7](Objectives-objective-7-tuning-the-closed-loop-raising-max-iob-above-0-and-gradually-lowering-bg-targets) as reference)
- Change "min_5m_carbimpact"-parameter (Preferences > Absorbtion settings > min_5m_carbimpact) to 8 as you move from an OpenAPS AMA algorithm to OpenAPS SMB. For AMAs the default value is 3. Read more about this setting [here](../Configuration/Preferences.html#min-5m-carbimpact)
- Change "min_5m_carbimpact"-parameter (Preferences > Absorbtion settings > min_5m_carbimpact) to 8 as you move from an OpenAPS AMA algorithm to OpenAPS SMB. For AMAs the default value is 3. Read more about this setting [here](../Configuration/Preferences.md#min_5m_carbimpact)

(Objectives-objective-10-automation)=
## Objective 10: Automation
Expand Down

0 comments on commit 6dca5eb

Please sign in to comment.