Skip to content

Commit

Permalink
Publish new build of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2024
1 parent c574d6f commit 63f5335
Show file tree
Hide file tree
Showing 23 changed files with 839 additions and 839 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions master/bundledplugins/backup.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
<dd class="field-even"><p>A list of paths to exclude, relative to your plugin’s data folder</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.12)">list</a></p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.13)">list</a></p>
</dd>
</dl>
</dd></dl>
Expand Down Expand Up @@ -407,8 +407,8 @@
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>exclude</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.12)"><em>list</em></a>) – Names of data folders to exclude, defaults to None</p></li>
<li><p><strong>filename</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – Name of backup to be created, if None (default) the backup
<li><p><strong>exclude</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.13)"><em>list</em></a>) – Names of data folders to exclude, defaults to None</p></li>
<li><p><strong>filename</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – Name of backup to be created, if None (default) the backup
name will be auto-generated. This should use a <code class="docutils literal notranslate"><span class="pre">.zip</span></code> extension.</p></li>
</ul>
</dd>
Expand Down Expand Up @@ -446,7 +446,7 @@
</div>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>filename</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – The name of the backup to delete</p>
<dd class="field-odd"><p><strong>filename</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The name of the backup to delete</p>
</dd>
</dl>
</dd></dl>
Expand Down
2 changes: 1 addition & 1 deletion master/bundledplugins/softwareupdate.html
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@
<dd class="field-odd"><p>A dictionary of check configurations as described above</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.12)">dict</a></p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.13)">dict</a></p>
</dd>
</dl>
</dd></dl>
Expand Down
4 changes: 2 additions & 2 deletions master/configuration/logging_yaml.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h2>Changing logging handlers<a class="headerlink" href="#changing-logging-handl
with the <code class="docutils literal notranslate"><span class="pre">simple</span></code> formatter.</p>
</div>
<p>You can find more information on the used logging handlers in the Python documentation on
<a class="reference external" href="https://docs.python.org/3/library/logging.handlers.html#module-logging.handlers" title="(in Python v3.12)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">logging.handlers</span></code></a>.</p>
<a class="reference external" href="https://docs.python.org/3/library/logging.handlers.html#module-logging.handlers" title="(in Python v3.13)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">logging.handlers</span></code></a>.</p>
</section>
<section id="changing-logging-formatters">
<h2>Changing logging formatters<a class="headerlink" href="#changing-logging-formatters" title="Permalink to this heading"></a></h2>
Expand All @@ -233,7 +233,7 @@ <h2>Changing logging formatters<a class="headerlink" href="#changing-logging-for
</pre></div>
</div>
<p>The possible keys for the logging format can be found in the
<a class="reference external" href="https://docs.python.org/3/library/logging.html#logrecord-attributes" title="(in Python v3.12)"><span class="xref std std-ref">Python documentation on LogRecord attributes</span></a>.</p>
<a class="reference external" href="https://docs.python.org/3/library/logging.html#logrecord-attributes" title="(in Python v3.13)"><span class="xref std std-ref">Python documentation on LogRecord attributes</span></a>.</p>
</section>
</section>

Expand Down
4 changes: 2 additions & 2 deletions master/features/custom_controls.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,15 +376,15 @@
<td><p>(Optional) Step size per slider “tick”, defaults to 1.</p></td>
</tr>
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">regex</span></code></p></td>
<td><p>(Optional) A <a class="reference external" href="https://docs.python.org/3/library/re.html#re-syntax" title="(in Python v3.12)"><span class="xref std std-ref">regular expression</span></a> to
<td><p>(Optional) A <a class="reference external" href="https://docs.python.org/3/library/re.html#re-syntax" title="(in Python v3.13)"><span class="xref std std-ref">regular expression</span></a> to
match against lines received from the printer to retrieve information from it (e.g. specific output). Together
with <code class="docutils literal notranslate"><span class="pre">template</span></code> this allows rendition of received data from the printer within the UI.</p>
<p><strong>Please also read the note below</strong>.</p>
</td>
</tr>
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">template</span></code></p></td>
<td><p>(Optional) A template to use for rendering the match of <code class="docutils literal notranslate"><span class="pre">regex</span></code>. May contain placeholders in
<a class="reference external" href="https://docs.python.org/3/library/string.html#formatstrings" title="(in Python v3.12)"><span class="xref std std-ref">Python Format String Syntax</span></a> for either named
<a class="reference external" href="https://docs.python.org/3/library/string.html#formatstrings" title="(in Python v3.13)"><span class="xref std std-ref">Python Format String Syntax</span></a> for either named
groups within the regex (e.g. <code class="docutils literal notranslate"><span class="pre">Temperature:</span> <span class="pre">{temperature}</span></code> for a regex <code class="docutils literal notranslate"><span class="pre">T:\s*(?P&lt;temperature&gt;\d+(\.\d*)</span></code>)
or positional groups within the regex (e.g. <code class="docutils literal notranslate"><span class="pre">Position:</span> <span class="pre">X={0},</span> <span class="pre">Y={1},</span> <span class="pre">Z={2},</span> <span class="pre">E={3}</span></code> for a regex
<code class="docutils literal notranslate"><span class="pre">X:([0-9.]+)</span> <span class="pre">Y:([0-9.]+)</span> <span class="pre">Z:([0-9.]+)</span> <span class="pre">E:([0-9.]+)</span></code>).</p>
Expand Down
2 changes: 1 addition & 1 deletion master/modules/cli.html

Large diffs are not rendered by default.

Loading

0 comments on commit 63f5335

Please sign in to comment.