Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Jun 20, 2024
1 parent d59a6b5 commit 74abded
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dev/envvars.html
Original file line number Diff line number Diff line change
Expand Up @@ -734,15 +734,15 @@ <h1>Environment Variables<a class="headerlink" href="#environment-variables" tit
<span id="id5"></span><h3>$HOSTNAME<a class="headerlink" href="#hostname" title="Link to this heading"></a></h3>
<p>Automatically set to the name of the current host.</p>
<p><strong>configurable:</strong> True</p>
<p><strong>default:</strong> &lt;function GeneralSetting.&lt;lambda&gt; at 0x7fef8aee5480&gt;</p>
<p><strong>default:</strong> &lt;function GeneralSetting.&lt;lambda&gt; at 0x7f76de635480&gt;</p>
<p><strong>store_as_str:</strong> False</p>
<hr class="docutils" />
</section>
<section id="hosttype">
<span id="id6"></span><h3>$HOSTTYPE<a class="headerlink" href="#hosttype" title="Link to this heading"></a></h3>
<p>Automatically set to a string that fully describes the system type on which xonsh is executing.</p>
<p><strong>configurable:</strong> True</p>
<p><strong>default:</strong> &lt;function GeneralSetting.&lt;lambda&gt; at 0x7fef8aee5510&gt;</p>
<p><strong>default:</strong> &lt;function GeneralSetting.&lt;lambda&gt; at 0x7f76de635510&gt;</p>
<p><strong>store_as_str:</strong> False</p>
<hr class="docutils" />
</section>
Expand Down
18 changes: 9 additions & 9 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,25 +328,25 @@ <h2>Install Xonsh</h2>
<div class="card">
<div class="card-header active" role="tab" id="faq1">
<h5 class="mb-0">
<a data-toggle="collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">PyPi package</a>
<a data-toggle="collapse" href="#collapse0" aria-expanded="true" aria-controls="collapse0">PyPi package</a>
</h5>
</div>
<div id="collapse0" class="collapse show" role="tabpanel" aria-labelledby="faq1" data-parent="#accordion">
<div class="card-body">
<p>Install:</p>
<p>Install the <a href="https://github.com/xonsh/xonsh/releases">latest release</a>:</p>
<pre class="code">python -m pip install 'xonsh[full]'</pre>
<a href="https://xon.sh/packages.html">Learn more →</a>
</div>
</div>
</div>

<div class="card">
<div class="card-header active" role="tab" id="faq1">
<div class="card-header" role="tab" id="faq2">
<h5 class="mb-0">
<a data-toggle="collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">Install as a core shell</a>
<a data-toggle="collapse" href="#collapse1" aria-expanded="false" aria-controls="collapse1">Install as a core shell</a>
</h5>
</div>
<div id="collapse1" class="collapse show" role="tabpanel" aria-labelledby="faq1" data-parent="#accordion">
<div id="collapse1" class="collapse" role="tabpanel" aria-labelledby="faq2" data-parent="#accordion">
<div class="card-body">
<p>
When using xonsh as a default shell (and we do!), it's important to ensure that it is installed
Expand All @@ -360,7 +360,7 @@ <h5 class="mb-0">
</div>

<div class="card">
<div class="card-header" role="tab" id="faq2">
<div class="card-header" role="tab" id="faq3">
<h5 class="mb-0">
<a class="collapsed" data-toggle="collapse" href="#collapse2" aria-expanded="false" aria-controls="collapse2">Conda package</a>
</h5>
Expand All @@ -378,7 +378,7 @@ <h5 class="mb-0">
</div>

<div class="card">
<div class="card-header" role="tab" id="faq3">
<div class="card-header" role="tab" id="faq4">
<h5 class="mb-0">
<a class="collapsed" data-toggle="collapse" href="#collapse3" aria-expanded="false" aria-controls="collapse3">Portable Linux AppImage</a>
</h5>
Expand All @@ -403,7 +403,7 @@ <h5 class="mb-0">
</div>

<div class="card">
<div class="card-header" role="tab" id="faq4">
<div class="card-header" role="tab" id="faq5">
<h5 class="mb-0">
<a class="collapsed" data-toggle="collapse" href="#collapse4" aria-expanded="false" aria-controls="collapse4">Docker container</a>
</h5>
Expand All @@ -422,7 +422,7 @@ <h5 class="mb-0">
</div>

<div class="card">
<div class="card-header" role="tab" id="faq4">
<div class="card-header" role="tab" id="faq6">
<h5 class="mb-0">
<a class="collapsed" data-toggle="collapse" href="#collapse5" aria-expanded="false" aria-controls="collapse5">Platform package managers: brew, apt, pacman, dnf, guix</a>
</h5>
Expand Down
2 changes: 1 addition & 1 deletion dev/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 74abded

Please sign in to comment.