Skip to content

Commit 800f829

Browse files
committed
Deploying to gh-pages from @ c37a099 🚀
1 parent cfdaa2e commit 800f829

8 files changed

Lines changed: 219 additions & 168 deletions

File tree

browser/build-dev-browser/index.html

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,6 +1493,17 @@
14931493
</span>
14941494
</a>
14951495

1496+
</li>
1497+
1498+
<li class="md-nav__item">
1499+
<a href="#feature-branch" class="md-nav__link">
1500+
<span class="md-ellipsis">
1501+
1502+
Feature Branch
1503+
1504+
</span>
1505+
</a>
1506+
14961507
</li>
14971508

14981509
<li class="md-nav__item">
@@ -4472,6 +4483,17 @@
44724483
</span>
44734484
</a>
44744485

4486+
</li>
4487+
4488+
<li class="md-nav__item">
4489+
<a href="#feature-branch" class="md-nav__link">
4490+
<span class="md-ellipsis">
4491+
4492+
Feature Branch
4493+
4494+
</span>
4495+
</a>
4496+
44754497
</li>
44764498

44774499
<li class="md-nav__item">
@@ -4587,7 +4609,7 @@
45874609
<h1>Build Loop dev with Browser</h1>
45884610

45894611
<h2 id="overview">Overview<a class="headerlink" href="#overview" title="Anchor link to this Header on this Page">&para;</a></h2>
4590-
<p><strong>This page is only relevant when building the <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> with a browser.</strong></p>
4612+
<p><strong>This page is only relevant when building the <code>dev</code> (or a feature) <abbr title="version of code within a single repository or workspace repository">branch</abbr> with a browser.</strong></p>
45914613
<p><strong>For <em>Mac</em>, please see: <a href="../../build/build-dev-mac/">Build <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr> <code>dev</code> with <em>Mac</em></a></strong></p>
45924614
<p><strong>No matter the method used to build <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>-dev, you are testing development code. Please read this link now before continuing.</strong></p>
45934615
<ul>
@@ -4624,16 +4646,29 @@ <h3 id="check-current-branch">Check Current <code>Branch</code><a class="headerl
46244646
<li>Otherwise, skip ahead to <a href="#update-branch">Update <code>Branch</code></a></li>
46254647
</ul>
46264648
</li>
4627-
<li>Click on the <code>New branch</code> button and follow the <a href="#add-branch">Add <code>Branch</code></a> steps</li>
4649+
<li>Click on the <code>New branch</code> button<ul>
4650+
<li>To add the <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr>, go to the <a href="#add-branch">Add <code>Branch</code></a> instructions</li>
4651+
<li>To add a feature <abbr title="version of code within a single repository or workspace repository">branch</abbr>, start with <a href="#feature-branch">Feature <code>Branch</code></a> before continuing with the add <code>branch</code> instructions</li>
4652+
</ul>
4653+
</li>
46284654
</ol>
46294655
<p align="center"><img alt="steps to add a branch" src="../img/add-branch-01.svg" width="700" /></p>
4656+
<h3 id="feature-branch">Feature <code>Branch</code><a class="headerlink" href="#feature-branch" title="Anchor link to this Header on this Page">&para;</a></h3>
4657+
<p>If you're building <code>dev</code>, you can skip ahead to <a href="#add-branch">Add <code>Branch</code></a>. If you're building a feature <abbr title="version of code within a single repository or workspace repository">branch</abbr>, copy the <abbr title="version of code within a single repository or workspace repository">branch</abbr> name into your paste buffer to minimize typographical errors.</p>
4658+
<div class="copy highlight"><pre><span></span><code>feat/pod-keep-alive
4659+
</code></pre></div>
4660+
<div class="copy highlight"><pre><span></span><code>feat/dev-dana-medtrum
4661+
</code></pre></div>
4662+
<div class="copy highlight"><pre><span></span><code>feat/eversense
4663+
</code></pre></div>
46304664
<h3 id="add-branch">Add <code>Branch</code><a class="headerlink" href="#add-branch" title="Anchor link to this Header on this Page">&para;</a></h3>
46314665
<p>Each step in the list below matches with the number in the graphic. In the top half of the graphic, the left side shows the initial display and the right side shows the display after making the indicated selections:</p>
46324666
<ol>
46334667
<li>Click on the drop down menu labeled 1 in the graphic and choose LoopKit/LoopWorkspace as show in the top right graphic</li>
46344668
<li>Click on the drop down menu labeled 2 in the graphic and choose <code>dev</code></li>
4635-
<li>Click on the <code>Branch</code> name box labeled 3 in the graphic and type <code>dev</code><ul>
4636-
<li>The <abbr title="version of code within a single repository or workspace repository">branch</abbr> name in your <code>fork</code> should always match the <abbr title="version of code within a single repository or workspace repository">branch</abbr> name you are adding; check that you type it correctly</li>
4669+
<li>Click on the <code>Branch</code> name box labeled 3 in the graphic and type <code>dev</code> or paste the feature <abbr title="version of code within a single repository or workspace repository">branch</abbr> name from your paste buffer<ul>
4670+
<li>The <abbr title="version of code within a single repository or workspace repository">branch</abbr> name in your <code>fork</code> should always match the <abbr title="version of code within a single repository or workspace repository">branch</abbr> name you are adding - it is best to use a paste buffer (to minimize typographical errors)</li>
4671+
<li>See <a href="#feature-branch">Feature Branch</a> if you need to fill your paste buffer</li>
46374672
</ul>
46384673
</li>
46394674
<li>Review the dialog items to make sure everything is correct and then tap on Create <abbr title="version of code within a single repository or workspace repository">branch</abbr></li>

build/build-dev-mac/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4463,8 +4463,8 @@ <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Anchor l
44634463
</ul>
44644464
<h2 id="build-dev-with-mac">Build <code>dev</code> with Mac<a class="headerlink" href="#build-dev-with-mac" title="Anchor link to this Header on this Page">&para;</a></h2>
44654465
<p>The same script is used to build the <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> as is used to build the <code>main</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr>. Copy and paste this command in any terminal. Follow the instructions on the screen. Choose Build <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr> and then choose <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr>.</p>
4466-
<div class="highlight"><span class="filename">Copy and Paste to start the BuildLoop Script</span><pre><span></span><code>/bin/bash -c &quot;$(curl -fsSL \
4467-
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildSelectScript.sh)&quot;
4466+
<div class="copy highlight"><span class="filename">Copy and Paste to start the BuildLoop Script</span><pre><span></span><code>/bin/bash<span class="w"> </span>-c<span class="w"> </span><span class="s2">&quot;</span><span class="k">$(</span>curl<span class="w"> </span>-fsSL<span class="w"> </span><span class="se">\</span>
4467+
<span class="w"> </span>https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildSelectScript.sh<span class="k">)</span><span class="s2">&quot;</span>
44684468
</code></pre></div>
44694469
<p>For more detailed instructions, head over to:</p>
44704470
<ul>
@@ -4484,13 +4484,13 @@ <h3 id="build-other-branches">Build Other Branches<a class="headerlink" href="#b
44844484
<blockquote>
44854485
<p>This is just an example. You need to substitute the <abbr title="version of code within a single repository or workspace repository">branch</abbr> you desire for <code>other-branch</code>. The example below uses a continuation character to put the extra characters on a new line to make this easier to read.</p>
44864486
</blockquote>
4487-
<div class="highlight"><span class="filename">Replace <code>other-branch</code> with the desired branch</span><pre><span></span><code>/bin/bash -c &quot;$(curl -fsSL \
4488-
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoop.sh)&quot; \
4489-
- other-branch
4487+
<div class="copy highlight"><span class="filename">Replace <code>other-branch</code> with the desired branch</span><pre><span></span><code>/bin/bash<span class="w"> </span>-c<span class="w"> </span><span class="s2">&quot;</span><span class="k">$(</span>curl<span class="w"> </span>-fsSL<span class="w"> </span><span class="se">\</span>
4488+
<span class="w"> </span>https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoop.sh<span class="k">)</span><span class="s2">&quot;</span><span class="w"> </span><span class="se">\</span>
4489+
<span class="w"> </span>-<span class="w"> </span>other-branch
44904490
</code></pre></div>
44914491
<p>If you want to customize this custom <abbr title="version of code within a single repository or workspace repository">branch</abbr>. You can call the Customization Select script after you download the custom <abbr title="version of code within a single repository or workspace repository">branch</abbr>. This script finds the most recent download in your ~/Downloads/BuildLoop folder. If you want to customize a specific <abbr title="version of code within a single repository or workspace repository">branch</abbr>, first set the terminal to be in the LoopWorkspace folder for the download you want to customize.</p>
4492-
<div class="highlight"><span class="filename">Copy and paste to start the CustomizationSelect script</span><pre><span></span><code>/bin/bash -c &quot;$(curl -fsSL \
4493-
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)&quot;
4492+
<div class="copy highlight"><span class="filename">Copy and paste to start the CustomizationSelect script</span><pre><span></span><code>/bin/bash<span class="w"> </span>-c<span class="w"> </span><span class="s2">&quot;</span><span class="k">$(</span>curl<span class="w"> </span>-fsSL<span class="w"> </span><span class="se">\</span>
4493+
<span class="w"> </span>https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh<span class="k">)</span><span class="s2">&quot;</span>
44944494
</code></pre></div>
44954495
<h2 id="update-loop-dev">Update <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>-dev<a class="headerlink" href="#update-loop-dev" title="Anchor link to this Header on this Page">&para;</a></h2>
44964496
<p>While <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>-dev is under active development, you should monitor zulipchat and update frequently.</p>

0 commit comments

Comments
 (0)