Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anjz committed Oct 19, 2023
1 parent 332a859 commit 5f52fee
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 57 deletions.
2 changes: 1 addition & 1 deletion docs/_modules/speechmatics/models.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ <h1>Source code for speechmatics.models</h1><div class="highlight"><pre>

<span class="n">generate_temp_token</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="nb">bool</span><span class="p">]</span> <span class="o">=</span> <span class="kc">False</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Automatically generate a temporary token for authentication.</span>
<span class="sd"> Non-enterprise customers must set this to True. Enterprise customers should set this to False.&quot;&quot;&quot;</span>
<span class="sd"> Enterprise customers should set this to False.&quot;&quot;&quot;</span>

<span class="k">def</span> <span class="nf">set_missing_values_from_config</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">mode</span><span class="p">:</span> <span class="n">UsageMode</span><span class="p">):</span>
<span class="n">stored_config</span> <span class="o">=</span> <span class="n">read_config_from_home</span><span class="p">()</span>
Expand Down
1 change: 0 additions & 1 deletion docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ The example below illustrates a waveform audio file being opened and transcribed
speechmatics.models.ConnectionSettings(
url=CONNECTION_URL,
auth_token=AUTH_TOKEN,
generate_temp_token=True, # Enterprise customers don't need to provide this parameter
)
)

Expand Down
1 change: 0 additions & 1 deletion docs/_static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */
.highlight .gd { color: #a40000 } /* Generic.Deleted */
.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
.highlight .ges { color: #000000 } /* Generic.EmphStrong */
.highlight .gr { color: #ef2929 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
Expand Down
82 changes: 48 additions & 34 deletions docs/cli_parser.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ <h2>Example library usage<a class="headerlink" href="#example-library-usage" tit
<span class="n">speechmatics</span><span class="o">.</span><span class="n">models</span><span class="o">.</span><span class="n">ConnectionSettings</span><span class="p">(</span>
<span class="n">url</span><span class="o">=</span><span class="n">CONNECTION_URL</span><span class="p">,</span>
<span class="n">auth_token</span><span class="o">=</span><span class="n">AUTH_TOKEN</span><span class="p">,</span>
<span class="n">generate_temp_token</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="c1"># Enterprise customers don&#39;t need to provide this parameter</span>
<span class="p">)</span>
<span class="p">)</span>

Expand Down
35 changes: 17 additions & 18 deletions docs/models.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 5f52fee

Please sign in to comment.