Skip to content

Commit

Permalink
Deployed bc3b8e8 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Jan 7, 2025
1 parent 967e53e commit 46de241
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 8 deletions.
31 changes: 28 additions & 3 deletions dock/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#wind-estimator-new-gtk4" class="md-nav__link">
<span class="md-ellipsis">
Wind Estimator (new / Gtk4)
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1353,6 +1362,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#wind-estimator-new-gtk4" class="md-nav__link">
<span class="md-ellipsis">
Wind Estimator (new / Gtk4)
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1408,6 +1426,8 @@ <h3 id="vario-view">Vario View<a class="headerlink" href="#vario-view" title="Pe
<p><img alt="dockdir" src="../images/dock_vario.png" width="25%" />
<img alt="dockdir" src="../images/dock_vario_l.png" width="25%" />
<img alt="dockdir" src="../images/dock_vario_d.png" width="25%" /></p>
<h3 id="wind-estimator-new-gtk4">Wind Estimator (new / Gtk4)<a class="headerlink" href="#wind-estimator-new-gtk4" title="Permanent link">#</a></h3>
<p><img alt="dockwind" src="images/panel-vas.png" width="25%" /></p>
<h2 id="side-bar-configuration">Side Bar Configuration<a class="headerlink" href="#side-bar-configuration" title="Permanent link">#</a></h2>
<p>A very simple, bespoke panel comprising embedded resizeable panes has been implemented. The configuration may be user defined by a simple text file <code>~/.config/mwp/panel.conf</code>.</p>
<ul>
Expand Down Expand Up @@ -1454,14 +1474,19 @@ <h2 id="side-bar-configuration">Side Bar Configuration<a class="headerlink" href
<td><code>vario</code></td>
<td>Vario indicator</td>
</tr>
<tr>
<td><code>wind</code></td>
<td>Wind Estimator (BBL replay only)</td>
</tr>
</tbody>
</table>
<p>No other legacy widgets have been migrated.</p>
<p>So using the following <code>~/.config/mwp/panel.conf</code></p>
<div class="highlight"><pre><span></span><code># default + vario widgets
ahi,0,1,100
<div class="highlight"><pre><span></span><code># default + vario + wind widgets
ahi, 0, 1, 100
vario,0,2
rssi, 1, 0
rssi, 0, 0
wind, 1, 0
dirn, 1, 1
flight, 2, 0
volts, 3, 0
Expand Down
Binary file modified images/mwp4-panel-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions mwp-Gtk4-migration-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1785,14 +1785,19 @@ <h2 id="side-panel">Side Panel<a class="headerlink" href="#side-panel" title="Pe
<td><code>vario</code></td>
<td>Vario indicator</td>
</tr>
<tr>
<td><code>wind</code></td>
<td>Wind Estimator (BBL replay only)</td>
</tr>
</tbody>
</table>
<p>No other legacy widgets have been migrated.</p>
<p>So using the following <code>~/.config/mwp/panel.conf</code></p>
<div class="highlight"><pre><span></span><code># default + vario widgets
ahi,0,1,100
<div class="highlight"><pre><span></span><code># default + vario + wind widgets
ahi, 0, 1, 100
vario,0,2
rssi, 1, 0
rssi, 0, 0
wind, 1, 0
dirn, 1, 1
flight, 2, 0
volts, 3, 0
Expand Down
2 changes: 1 addition & 1 deletion mwp-macos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ <h4 id="one-off-post-install">One off post install<a class="headerlink" href="#o
</code></pre></div></li>
</ul>
<h2 id="other-notes">Other notes<a class="headerlink" href="#other-notes" title="Permanent link">#</a></h2>
<p>macOS appears not measure text width in the same was a other OS. A "fudge factor" is included that works on my "Ventura" VM. The user set there own value with the environment variable `MWP_MAC_FACTOR', set to a value greater than 100. Try with values around 125.</p>
<p>macOS appears not measure text width in the same was a other OS. A "fudge factor" is included that works on my MacOS VMs. The user set there own value with the environment variable `MWP_MAC_FACTOR', set to a value greater than 100. Try with values around 125.</p>
<p>e.g.
<div class="highlight"><pre><span></span><code>mwp MWP_MAC_FACTOR=128
</code></pre></div>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 46de241

Please sign in to comment.