Skip to content

Commit

Permalink
Deployed e26ce76 to develop with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Docs committed Dec 16, 2023
1 parent 648fc81 commit d0d664c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Binary file modified develop/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion develop/zig/data.js

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions develop/zig/src/pydust/pydust.zig.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,14 @@
<span class="line" id="L120"> }</span>
<span class="line" id="L121"> <span class="tok-kw">for</span> (<span class="tok-builtin">@typeInfo</span>(definition).Struct.decls) |d| {</span>
<span class="line" id="L122"> <span class="tok-kw">const</span> value = <span class="tok-builtin">@field</span>(definition, d.name);</span>
<span class="line" id="L123"> <span class="tok-kw">if</span> (State.findDefinition(value)) |_| {</span>
<span class="line" id="L124"> <span class="tok-comment">// If it's a Pydust definition, then we identify it.</span>
<span class="line" id="L123"> <span class="tok-builtin">@setEvalBranchQuota</span>(<span class="tok-number">10000</span>);</span>
<span class="line" id="L124"> <span class="tok-kw">if</span> (State.findDefinition(value)) |_| {</span>
<span class="line" id="L125"> <span class="tok-comment">// If it's a Pydust definition, then we identify it.</span>
</span>
<span class="line" id="L125"> State.identify(value, d.name ++ <span class="tok-str">&quot;&quot;</span>, definition);</span>
<span class="line" id="L126"> }</span>
<span class="line" id="L127"> }</span>
<span class="line" id="L128">}</span>
<span class="line" id="L129"></span>
<span class="line" id="L126"> State.identify(value, d.name ++ <span class="tok-str">&quot;&quot;</span>, definition);</span>
<span class="line" id="L127"> }</span>
<span class="line" id="L128"> }</span>
<span class="line" id="L129">}</span>
<span class="line" id="L130"></span>
</code></pre></body>
</html>

0 comments on commit d0d664c

Please sign in to comment.