Publish docs for local build

This commit is contained in:
Forgejo Actions 2026-04-21 21:20:52 -07:00
commit 4c39fa6ae7
8 changed files with 381 additions and 390 deletions

View file

@ -3493,7 +3493,7 @@ portions of the operator on the left side of the cross product.</p>
<a href="#meanas.fdmath.operators.vec_cross" class="headerlink" title="Permanent link">&para;</a></h3>
<div class="doc-signature highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nf">vec_cross</span><span class="p">(</span><span class="n">b</span><span class="p">:</span> <span class="n">vfdfield_t</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">sparse</span><span class="o">.</span><span class="n">sparray</span>
<div class="doc-signature highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nf">vec_cross</span><span class="p">(</span><span class="n">b</span><span class="p">:</span> <span class="n">vfdfield</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">sparse</span><span class="o">.</span><span class="n">sparray</span>
</code></pre></div>
<div class="doc doc-contents ">
@ -3517,7 +3517,7 @@ portions of the operator on the left side of the cross product.</p>
<code>b</code>
</td>
<td>
<code><span title="meanas.fdmath.types.vfdfield_t">vfdfield_t</span></code>
<code><a class="autorefs autorefs-internal" title=" vfdfield (meanas.fdmath.types.vfdfield)" href="#meanas.fdmath.types.vfdfield">vfdfield</a></code>
</td>
<td>
<div class="doc-md-description">
@ -4344,12 +4344,12 @@ Vectorized versions of the field use row-major (ie., C-style) ordering.</p>
</span>
<a href="#meanas.fdmath.types.fdfield_updater_t" class="headerlink" title="Permanent link">&para;</a></h3>
<div class="doc-signature highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="n">fdfield_updater_t</span> <span class="o">=</span> <span class="n">Callable</span><span class="p">[</span><span class="o">...</span><span class="p">,</span> <span class="n">fdfield_t</span><span class="p">]</span>
<div class="doc-signature highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="n">fdfield_updater_t</span> <span class="o">=</span> <span class="n">Callable</span><span class="p">[</span><span class="o">...</span><span class="p">,</span> <span class="n">fdfield</span><span class="p">]</span>
</code></pre></div>
<div class="doc doc-contents ">
<p>Convenience type for functions which take and return an fdfield_t</p>
<p>Convenience type for functions which take and return a real <code>fdfield</code></p>
</div>
@ -4368,12 +4368,12 @@ Vectorized versions of the field use row-major (ie., C-style) ordering.</p>
</span>
<a href="#meanas.fdmath.types.cfdfield_updater_t" class="headerlink" title="Permanent link">&para;</a></h3>
<div class="doc-signature highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="n">cfdfield_updater_t</span> <span class="o">=</span> <span class="n">Callable</span><span class="p">[</span><span class="o">...</span><span class="p">,</span> <span class="n">cfdfield_t</span><span class="p">]</span>
<div class="doc-signature highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="n">cfdfield_updater_t</span> <span class="o">=</span> <span class="n">Callable</span><span class="p">[</span><span class="o">...</span><span class="p">,</span> <span class="n">cfdfield</span><span class="p">]</span>
</code></pre></div>
<div class="doc doc-contents ">
<p>Convenience type for functions which take and return an cfdfield_t</p>
<p>Convenience type for functions which take and return a complex <code>cfdfield</code></p>
</div>