Skip to content

Commit 1ac4344

Browse files
authored
Merge pull request #2512 from emilisev/links-and-headers
fix links and headers errors reported during compilation
2 parents 28faf18 + 8e65fd0 commit 1ac4344

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

docs/EN/CompatiblePumps/OmnipodDASH.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,30 +51,30 @@ The instructions below explain how to activate a new pod session using **AAPS**.
5151

5252
Ensure you have read and understand this whole guide, have read and understand the **Before You Begin** section, as well as **[Omnipod and AAPS Constraints and Issues](#omnipod-dash-constraints)** to avoid running into a known problem.
5353

54-
#### **SAFETY FIRST** - You **SHOULD NOT** try to connect **AAPS** to a pod for the first time without having access to all of the following:
54+
### **SAFETY FIRST** - You **SHOULD NOT** try to connect **AAPS** to a pod for the first time without having access to all of the following:
5555
1. Extra pods (3 or more spare)
5656
2. Spare Insulin and MDI equipment
5757
3. A working Omnipod PDM (In case **AAPS** fails)
5858
4. Supported Phones are a must! (See [Hardware/Software Requirements](#hardware-software-requirements))
5959
5. Correct version of AAPS built and installed
6060

61-
#### **Your Omnipod Dash PDM will become redundant after the AAPS Dash driver activates your pod.**
61+
### **Your Omnipod Dash PDM will become redundant after the AAPS Dash driver activates your pod.**
6262
- Before using **AAPS** you or your care giver would have had to manage the Pod using the Omnipod PDM (or in some regions a Phone app) to send commands to your DASH (e.g a Bolus).
6363
- The DASH can only facilitate a single Bluetooth device (e.g PDM or Phone) connection to manage and send commands.
6464
- The device that successfully activates the pod is the only device allowed to communicate with that Pod from that point forward. This means that once you activate a DASH with your Android phone using **AAPS**, **you will no longer be able to use your PDM with that pod!** For the time that Pod is active the **AAPS** Dash driver running on your Android phone is now the new PDM for your pod.
6565
- **DO NOT Throw away your PDM!** It is recommended to keep it around as a backup and for emergencies, for instance when your phone gets lost or **AAPS** is not working correctly.
6666

67-
#### Your pod **WILL NOT** stop delivering insulin when it is not connected to AAPS.
67+
### Your pod **WILL NOT** stop delivering insulin when it is not connected to AAPS.
6868
Default basal rates are programmed on the pod on activation as defined in the current active [**Profile**](../SettingUpAaps/YourAapsProfile.md).
6969
As long as **AAPS** is operational it will send basal rate adjustment commands that run for a maximum of 120 minutes.
7070
When for some reason the pod does not receive any new commands (for instance because communication was lost due to Pod ➜ phone distance) the pod will automatically fall back to default basal rates as defined in your [**Profile**](../SettingUpAaps/YourAapsProfile.md).
7171

72-
#### **AAPS Profile(s) do not support 30 minute basal rate time frames**
72+
### **AAPS Profile(s) do not support 30 minute basal rate time frames**
7373
If you are new to **AAPS** and are setting up your basal rate [**Profile**](../SettingUpAaps/YourAapsProfile.md) for the first time, please be aware that basal rates starting on a half-hour basis are not supported.
7474
For example, on your Omnipod PDM, if you have a basal rate of 1.1 units which starts at 09:30 and has a duration of 2 hours ending at 11:30, it is not possible replicate this exact basil **Profile** in **AAPS**.
7575
You will need to change this 1.1 unit basal rate to a time range of either 9:00-11:00 or 10:00-12:00. Even though the DASH hardware itself supports the 30 minute basal rate **Profile** increments, **AAPS** does NOT support this feature.
7676

77-
#### **0U/h Profile basal rates are NOT supported in AAPS**
77+
### **0U/h Profile basal rates are NOT supported in AAPS**
7878
While the DASH does support a zero basal rate, **AAPS** uses multiples of the user's **Profile** basal rate to determine automated treatment; it cannot function with a zero basal rate.
7979
Instead a temporary zero basal rate can be achieved through the "Disconnect pump" function, or through a combination of Disable Loop/Temp Basal Rate or Suspend Loop/Temp Basal Rate.
8080
**NOTE:** The lowest basal rate allowed by the DASH in **AAPS** is 0.05U/h.

docs/EN/DailyLifeWithAaps/KeyAapsFeatures.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Key AAPS features
22

3-
### Loop mode
3+
## Loop mode
44

55
The loop status is shown on the main screen with one of the icons below.
66

@@ -11,15 +11,15 @@ See [AAPS Screens > The Homescreen > Loop status](#AapsScreens-loop-status) for
1111
![Loop status](../images/Home2020_LoopStatus.png)
1212

1313
(KeyAapsFeatures-OpenLoop)=
14-
#### Open Loop
14+
### Open Loop
1515
**AAPS** continuously evaluates all available data (IOB, COB, BG...) and makes treatment suggestions (temporary basal rates) on how to adjust your therapy if necessary.
1616

1717
The suggestions will not be executed automatically (as in closed loop). The suggestions have to be enacted by the user manually into the pump (if using virtual pump) or by using a button if **AAPS** is connected to a real pump.
1818

1919
This option is for getting to know how **AAPS** works or if you are using an unsupported pump. You will be in Open Loop, no matter what choice you make here, until the end of **[Objective 5](#objectives-objective5)**.
2020

2121
(KeyAapsFeatures-LGS)=
22-
#### Low Glucose Suspend (LGS)
22+
### Low Glucose Suspend (LGS)
2323

2424
In this mode, [maxIOB](#Open-APS-features-maximum-total-iob-openaps-cant-go-over) is set to zero.
2525

@@ -28,7 +28,7 @@ This means that if blood glucose is dropping, **AAPS** can reduce the basal for
2828
This mode is available starting at **[Objective 6](#objectives-objective6)**.
2929

3030
(KeyAapsFeatures-ClosedLoop)=
31-
#### Closed Loop
31+
### Closed Loop
3232

3333
**AAPS** continuously evaluates all available data (IOB, COB, BG...) and automatically adjusts the treatment if necessary (_i.e._ without further intervention by you) to reach the set [target range or value](#profile-glucose-targets) (bolus delivery, temporary basal rate, insulin switch-off to avoid hypo etc.).
3434

docs/EN/GettingHelp/ProfileTuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Don't rush, go slow!
2626
## **Recommended settings and advice while tweaking basal**
2727

2828
- Do all testing with [closed loop enabled](#AapsScreens-loop-status).
29-
- **Turn <u>OFF</u> all [automations](../DailyLifeWithAAPS/Automations.md)**
29+
- **Turn <u>OFF</u> all [automations](../DailyLifeWithAaps/Automations.md)**
3030
- **Turn <u>OFF</u> [DynISF](#Open-APS-features-DynamicISF), [AutoISF](../AdvancedOptions/DevBranch.md), [AutoSens](#Open-APS-features-autosens)** so that they will not try to adapt your profile.
3131
- Do not make manual user actions (manual bolus, temp targets etc…) while testing: let the system use the **Profile** settings only.
3232
- For the [additional graphs](#AapsScreens-section-g-additional-graphs): on graph 1, use Insulin On Board, Carbs On Board (and Sensitivity change). On graph 2, use Deviations and Blood Glucose Impact. When asking for advice, always include those on your screenshots.
@@ -44,7 +44,7 @@ Don't rush, go slow!
4444

4545
Meaning that the meal is digested, and there are no more carbs in your body.
4646

47-
AAPS might indicate [COB=0 while you still have carbs on board](../DailyLifeWithAAPS/CobCalculation.md).
47+
AAPS might indicate [COB=0 while you still have carbs on board](../DailyLifeWithAaps/CobCalculation.md).
4848

4949
## **[Profile](../SettingUpAaps/YourAapsProfile.md) definitions**
5050

docs/EN/Maintenance/ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ You need at least start [objective 11 (in later versions objective 10!)](#object
630630
- visualization of [dynamic target adjustment](#AapsScreens-visualization-of-dynamic-target-adjustment) @Tornado-Tim
631631
- new [preferences layout](../SettingUpAaps/Preferences.md) @MilosKozak
632632
- SMB algorithm update @Tornado-Tim
633-
- [Low glucose suspend mode](#Preferences-aps-mode) @Tornado-Tim
633+
- [Low glucose suspend mode](#KeyAapsFeatures-LGS) @Tornado-Tim
634634
- [carbs required notifications](#key-aaps-features-minimal-carbs-required-for-suggestion) @twain47 @Tornado-Tim
635635
- removed Careportal (moved to Actions) @MilosKozak
636636
- [new encrypted backup format](ExportImportSettings.md) @dlvoy

docs/EN/SettingUpAaps/YourAapsProfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Setting your basal rates right is done by trial and error, and should be done in
126126

127127
There are basal testing methods which usually entails observing your basal rates and insulin needs during an <u>intermittent</u> fasting over a 24-hour period. Although you need to test your basal rates for the whole day, it is not recommended to fast during 24h straight. This is because the body triggers mechanisms such as hormones to compensate. A recommended way is to fast 3 times for 8 hours.
128128

129-
The recommended method is to suspend the loop (for safety you can set AAPS to [**LGS**](#Preferences-aps-mode) to avoid lows, as done for achieving [objective 6](#objectives-objective6)), which will revert to your default background basal rate. Observe how your **BG** changes: if it is dropping, basal rate is too high. And vice versa.<br/>
129+
The recommended method is to suspend the loop (for safety you can set AAPS to [**LGS**](#KeyAapsFeatures-LGS) to avoid lows, as done for achieving [objective 6](#objectives-objective6)), which will revert to your default background basal rate. Observe how your **BG** changes: if it is dropping, basal rate is too high. And vice versa.<br/>
130130
An alternative method (may be more tricky) is to keep the loop running, and seeing how **IOB** changes. If **IOB** is negative, your basal rate is too high. And vice versa. Beware that this method relies on **ISF** to correct **BG**, and thus depends on other variables to be set reasonably well for it to be successful.<br/>
131131
Another way of adjusting your basal rates is to watch the loop action during the night, when all COB have decayed. This method is particularly useful for children, when fasting is difficult or insulin needs change often. [Dr Saleh Adi from Tidepool](https://www.youtube.com/watch?v=-fpWnGRhLSo) provides useful ways on how to analyze overnight BG lines in order to optimize your basal rates.
132132

0 commit comments

Comments
 (0)