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 Jan 16, 2025
1 parent 7d87dd7 commit 6197933
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
78 changes: 39 additions & 39 deletions docs/fastexcel.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,19 @@ <h2>API Documentation</h2>
<a class="class" href="#ColumnInfo">ColumnInfo</a>
<ul class="memberlist">
<li>
<a class="variable" href="#ColumnInfo.dtype">dtype</a>
<a class="variable" href="#ColumnInfo.dtype_from">dtype_from</a>
</li>
<li>
<a class="variable" href="#ColumnInfo.column_name_from">column_name_from</a>
<a class="variable" href="#ColumnInfo.name">name</a>
</li>
<li>
<a class="variable" href="#ColumnInfo.index">index</a>
<a class="variable" href="#ColumnInfo.dtype">dtype</a>
</li>
<li>
<a class="variable" href="#ColumnInfo.name">name</a>
<a class="variable" href="#ColumnInfo.column_name_from">column_name_from</a>
</li>
<li>
<a class="variable" href="#ColumnInfo.dtype_from">dtype_from</a>
<a class="variable" href="#ColumnInfo.index">index</a>
</li>
</ul>

Expand Down Expand Up @@ -1950,6 +1950,40 @@ <h6 id="parameters">Parameters</h6>
</div>


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


</div>
<a class="headerlink" href="#ColumnInfo.dtype_from"></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>


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


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

<div class="docstring"><p><code>str</code>. The name of the column</p>
</div>


</div>
<div id="ColumnInfo.dtype" class="classattr">
<div class="attr variable">
<span class="name">dtype</span>
Expand Down Expand Up @@ -1997,40 +2031,6 @@ <h6 id="parameters">Parameters</h6>
</div>


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


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

<div class="docstring"><p><code>str</code>. The name of the column</p>
</div>


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


</div>
<a class="headerlink" href="#ColumnInfo.dtype_from"></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>


</div>
</section>
<section id="FastExcelError">
Expand Down
Loading

0 comments on commit 6197933

Please sign in to comment.