Skip to content

Commit

Permalink
Deploying to documentation from @ 9e829d8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Dec 11, 2023
1 parent ac451d9 commit 3aea2a2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 17 deletions.
Binary file modified .doctrees/basescript.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
7 changes: 0 additions & 7 deletions _sources/basescript.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ They also contain template functions and procedures that can be used as is or ov
"inherited" to add functionality.


------------

const WELCOME_SENTENCES
~~~~~~~~~~~~~~~~~~~~~~~
Global WELCOME_SENTENCES constant used to store advertising senteces to display in the progress report.


------------

type TBaseScript
Expand Down
8 changes: 0 additions & 8 deletions basescript.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="rsclient.html">RSClient</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">BaseScript</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#const-welcome-sentences">const WELCOME_SENTENCES</a></li>
<li class="toctree-l2"><a class="reference internal" href="#type-tbasescript">type TBaseScript</a></li>
<li class="toctree-l2"><a class="reference internal" href="#basescript-shouldhandlepaint">BaseScript.ShouldHandlePaint</a></li>
<li class="toctree-l2"><a class="reference internal" href="#basescript-shoulddrawpaint">BaseScript.ShouldDrawPaint</a></li>
Expand Down Expand Up @@ -194,13 +193,6 @@ <h1>BaseScript<a class="headerlink" href="#basescript" title="Link to this headi
They also contain template functions and procedures that can be used as is or overriden with
“inherited” to add functionality.</p>
<hr class="docutils" />
<section id="const-welcome-sentences">
<h2>const WELCOME_SENTENCES<a class="headerlink" href="#const-welcome-sentences" title="Link to this heading"></a></h2>
<blockquote>
<div><p>Global WELCOME_SENTENCES constant used to store advertising senteces to display in the progress report.</p>
</div></blockquote>
</section>
<hr class="docutils" />
<section id="type-tbasescript">
<h2>type TBaseScript<a class="headerlink" href="#type-tbasescript" title="Link to this heading"></a></h2>
<p>Record that holds common variables for most basic scripts.
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ <h1>Welcome to WaspLib documentation!<a class="headerlink" href="#welcome-to-was
<ul>
<li class="toctree-l1"><a class="reference internal" href="rsclient.html">RSClient</a></li>
<li class="toctree-l1"><a class="reference internal" href="basescript.html">BaseScript</a><ul>
<li class="toctree-l2"><a class="reference internal" href="basescript.html#const-welcome-sentences">const WELCOME_SENTENCES</a></li>
<li class="toctree-l2"><a class="reference internal" href="basescript.html#type-tbasescript">type TBaseScript</a></li>
<li class="toctree-l2"><a class="reference internal" href="basescript.html#basescript-shouldhandlepaint">BaseScript.ShouldHandlePaint</a></li>
<li class="toctree-l2"><a class="reference internal" href="basescript.html#basescript-shoulddrawpaint">BaseScript.ShouldDrawPaint</a></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 3aea2a2

Please sign in to comment.