Built site for gh-pages

This commit is contained in:
Quarto GHA Workflow Runner
2026-02-23 15:18:28 +00:00
parent 0c72beb85d
commit 63b244d5fe
4 changed files with 241 additions and 239 deletions

View File

@@ -798,6 +798,8 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true});
<h3 class="anchored" data-anchor-id="axolotl.cli.utils.args.add_options_from_config">add_options_from_config</h3>
<div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a>cli.utils.args.add_options_from_config(config_class)</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
<p>Create Click options from the fields of a Pydantic model.</p>
<p>For fields whose type is itself a Pydantic BaseModel, dot-notation CLI options are
generated for each sub-field (e.g., <code>--trl.beta=0.1</code>).</p>
<section id="parameters" class="level4 doc-section doc-section-parameters">
<h4 class="doc-section doc-section-parameters anchored" data-anchor-id="parameters">Parameters</h4>
<table class="caption-top table">