Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code committed Jun 15, 2024
1 parent bf243ca commit 0e8c8f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file added dev/_images/knight-vs-snail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dev/_sources/devguide.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
=================
Developer's Guide
=================
.. image:: docs/_static/knight-vs-snail.jpg
.. image:: _static/knight-vs-snail.jpg
:width: 80 %
:alt: knight-vs-snail
:align: center
Expand Down
2 changes: 1 addition & 1 deletion dev/devguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
<article role="main" id="furo-main-content">
<section id="developer-s-guide">
<span id="devguide"></span><h1>Developer’s Guide<a class="headerlink" href="#developer-s-guide" title="Link to this heading"></a></h1>
<a class="reference internal image-reference" href="docs/_static/knight-vs-snail.jpg"><img alt="knight-vs-snail" class="align-center" src="docs/_static/knight-vs-snail.jpg" style="width: 80%;" />
<a class="reference internal image-reference" href="_images/knight-vs-snail.jpg"><img alt="knight-vs-snail" class="align-center" src="_images/knight-vs-snail.jpg" style="width: 80%;" />
</a>
<p>Welcome to the xonsh developer’s guide! This is a place for developers to
place information that does not belong in the user’s guide or the library
Expand Down
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 0x7f90fe635480&gt;</p>
<p><strong>default:</strong> &lt;function GeneralSetting.&lt;lambda&gt; at 0x7fa8617dd480&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 0x7f90fe635510&gt;</p>
<p><strong>default:</strong> &lt;function GeneralSetting.&lt;lambda&gt; at 0x7fa8617dd510&gt;</p>
<p><strong>store_as_str:</strong> False</p>
<hr class="docutils" />
</section>
Expand Down
2 changes: 1 addition & 1 deletion dev/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 0e8c8f4

Please sign in to comment.