Skip to content

Commit

Permalink
Re-generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 10, 2024
1 parent efc2e15 commit dc1aa64
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions docs/fastexcel.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ <h2>API Documentation</h2>
<a class="variable" href="#ColumnInfo.column_name_from">column_name_from</a>
</li>
<li>
<a class="variable" href="#ColumnInfo.name">name</a>
<a class="variable" href="#ColumnInfo.dtype_from">dtype_from</a>
</li>
<li>
<a class="variable" href="#ColumnInfo.dtype">dtype</a>
<a class="variable" href="#ColumnInfo.name">name</a>
</li>
<li>
<a class="variable" href="#ColumnInfo.dtype_from">dtype_from</a>
<a class="variable" href="#ColumnInfo.dtype">dtype</a>
</li>
</ul>

Expand Down Expand Up @@ -1985,49 +1985,49 @@ <h6 id="parameters">Parameters</h6>


</div>
<div id="ColumnInfo.name" class="classattr">
<div id="ColumnInfo.dtype_from" class="classattr">
<div class="attr variable">
<span class="name">name</span>
<span class="name">dtype_from</span>


</div>
<a class="headerlink" href="#ColumnInfo.name"></a>
<a class="headerlink" href="#ColumnInfo.dtype_from"></a>

<div class="docstring"><p><code>str</code>. The name of the column</p>
<div class="docstring"><p><code><a href="#DTypeFrom">fastexcel.DTypeFrom</a></code>. How the dtype of the column was determined.</p>

<p>One of three possible values:</p>

<ul>
<li><code>"provided_by_index"</code>: The dtype was specified via the column index</li>
<li><code>"provided_by_name"</code>: The dtype was specified via the column name</li>
<li><code>"guessed"</code>: The dtype was determined from the content of the column</li>
</ul>
</div>


</div>
<div id="ColumnInfo.dtype" class="classattr">
<div id="ColumnInfo.name" class="classattr">
<div class="attr variable">
<span class="name">dtype</span>
<span class="name">name</span>


</div>
<a class="headerlink" href="#ColumnInfo.dtype"></a>
<a class="headerlink" href="#ColumnInfo.name"></a>

<div class="docstring"><p><code><a href="#DType">fastexcel.DType</a></code>. The dtype of the column</p>
<div class="docstring"><p><code>str</code>. The name of the column</p>
</div>


</div>
<div id="ColumnInfo.dtype_from" class="classattr">
<div id="ColumnInfo.dtype" class="classattr">
<div class="attr variable">
<span class="name">dtype_from</span>
<span class="name">dtype</span>


</div>
<a class="headerlink" href="#ColumnInfo.dtype_from"></a>
<a class="headerlink" href="#ColumnInfo.dtype"></a>

<div class="docstring"><p><code><a href="#DTypeFrom">fastexcel.DTypeFrom</a></code>. How the dtype of the column was determined.</p>

<p>One of three possible values:</p>

<ul>
<li><code>"provided_by_index"</code>: The dtype was specified via the column index</li>
<li><code>"provided_by_name"</code>: The dtype was specified via the column name</li>
<li><code>"guessed"</code>: The dtype was determined from the content of the column</li>
</ul>
<div class="docstring"><p><code><a href="#DType">fastexcel.DType</a></code>. The dtype of the column</p>
</div>


Expand Down
Loading

0 comments on commit dc1aa64

Please sign in to comment.