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 Dec 2, 2024
1 parent a217c81 commit b6af563
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
6 changes: 4 additions & 2 deletions maintenance/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -1518,10 +1518,10 @@ <h2 id="H">H</h2>
</li>
<li><a href="modules/server.html#octoprint.server.util.tornado.UploadStorageFallbackHandler.head">head() (octoprint.server.util.tornado.UploadStorageFallbackHandler method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="modules/schema.html#octoprint.schema.config.server.ServerConfig.heartbeat">heartbeat (octoprint.schema.config.server.ServerConfig attribute)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="modules/schema.html#octoprint.schema.config.serial.SerialConfig.helloCommand">helloCommand (octoprint.schema.config.serial.SerialConfig attribute)</a>
</li>
<li><a href="modules/plugin.html#octoprint.plugin.core.PluginInfo.helpers">helpers (octoprint.plugin.core.PluginInfo property)</a>
Expand All @@ -1539,6 +1539,8 @@ <h2 id="H">H</h2>
<li><a href="modules/plugin.html#octoprint.plugin.core.PluginInfo.hooks">hooks (octoprint.plugin.core.PluginInfo property)</a>
</li>
<li><a href="modules/schema.html#octoprint.schema.config.controls.LayoutEnum.horizontal">horizontal (octoprint.schema.config.controls.LayoutEnum attribute)</a>
</li>
<li><a href="modules/schema.html#octoprint.schema.config.controls.LayoutEnum.horizontal_grid">horizontal_grid (octoprint.schema.config.controls.LayoutEnum attribute)</a>
</li>
<li><a href="modules/schema.html#octoprint.schema.config.server.OnlineCheckConfig.host">host (octoprint.schema.config.server.OnlineCheckConfig attribute)</a>

Expand Down
1 change: 1 addition & 0 deletions maintenance/modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@
</li>
<li class="toctree-l2"><a class="reference internal" href="schema.html#octoprint.schema.config.controls.LayoutEnum"><code class="docutils literal notranslate"><span class="pre">LayoutEnum</span></code></a><ul>
<li class="toctree-l3"><a class="reference internal" href="schema.html#octoprint.schema.config.controls.LayoutEnum.horizontal"><code class="docutils literal notranslate"><span class="pre">LayoutEnum.horizontal</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="schema.html#octoprint.schema.config.controls.LayoutEnum.horizontal_grid"><code class="docutils literal notranslate"><span class="pre">LayoutEnum.horizontal_grid</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="schema.html#octoprint.schema.config.controls.LayoutEnum.vertical"><code class="docutils literal notranslate"><span class="pre">LayoutEnum.vertical</span></code></a></li>
</ul>
</li>
Expand Down
6 changes: 6 additions & 0 deletions maintenance/modules/schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
</li>
<li class="toctree-l3"><a class="reference internal" href="#octoprint.schema.config.controls.LayoutEnum"><code class="docutils literal notranslate"><span class="pre">LayoutEnum</span></code></a><ul>
<li class="toctree-l4"><a class="reference internal" href="#octoprint.schema.config.controls.LayoutEnum.horizontal"><code class="docutils literal notranslate"><span class="pre">LayoutEnum.horizontal</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#octoprint.schema.config.controls.LayoutEnum.horizontal_grid"><code class="docutils literal notranslate"><span class="pre">LayoutEnum.horizontal_grid</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#octoprint.schema.config.controls.LayoutEnum.vertical"><code class="docutils literal notranslate"><span class="pre">LayoutEnum.vertical</span></code></a></li>
</ul>
</li>
Expand Down Expand Up @@ -1565,6 +1566,11 @@
<span class="sig-name descname"><span class="pre">horizontal</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'horizontal'</span></em><a class="headerlink" href="#octoprint.schema.config.controls.LayoutEnum.horizontal" title="Link to this definition"></a></dt>
<dd></dd></dl>

<dl class="py attribute">
<dt class="sig sig-object py" id="octoprint.schema.config.controls.LayoutEnum.horizontal_grid">
<span class="sig-name descname"><span class="pre">horizontal_grid</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'horizontal_grid'</span></em><a class="headerlink" href="#octoprint.schema.config.controls.LayoutEnum.horizontal_grid" title="Link to this definition"></a></dt>
<dd></dd></dl>

<dl class="py attribute">
<dt class="sig sig-object py" id="octoprint.schema.config.controls.LayoutEnum.vertical">
<span class="sig-name descname"><span class="pre">vertical</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'vertical'</span></em><a class="headerlink" href="#octoprint.schema.config.controls.LayoutEnum.vertical" title="Link to this definition"></a></dt>
Expand Down
2 changes: 1 addition & 1 deletion maintenance/searchindex.js

Large diffs are not rendered by default.

0 comments on commit b6af563

Please sign in to comment.