Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyunzhu committed Mar 20, 2024
1 parent 01fe297 commit 6fa30a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/dev/generated/skbio.diversity.alpha_diversity.html
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ <h1>skbio.diversity.alpha_diversity<a class="headerlink" href="#skbio-diversity-
a string is preferable as this often results in an optimized version of
the metric being used.</p>
</dd>
<dt><strong>counts</strong><span class="classifier">1D or 2D array_like of ints or floats</span></dt><dd><p>Vector or matrix containing count/abundance data. If a matrix, each row
<dt><strong>counts</strong><span class="classifier">1D or 2D array_like of ints or floats, Table</span></dt><dd><p>Vector or matrix containing count/abundance data. If a matrix, each row
should contain counts of taxa in a given sample.</p>
</dd>
<dt><strong>ids</strong><span class="classifier">iterable of strs, optional</span></dt><dd><p>Identifiers for each sample in <code class="docutils literal notranslate"><span class="pre">counts</span></code>. By default, samples will be
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/generated/skbio.diversity.beta_diversity.html
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ <h1>skbio.diversity.beta_diversity<a class="headerlink" href="#skbio-diversity-b
metrics. Passing metrics as a strings is preferable as this often
results in an optimized version of the metric being used.</p>
</dd>
<dt><strong>counts</strong><span class="classifier">2D array_like of ints or floats or 2D pandas DataFrame</span></dt><dd><p>Matrix containing count/abundance data where each row contains counts
<dt><strong>counts</strong><span class="classifier">2D array_like of ints or floats, 2D pandas DataFrame, Table</span></dt><dd><p>Matrix containing count/abundance data where each row contains counts
of taxa in a given sample.</p>
</dd>
<dt><strong>ids</strong><span class="classifier">iterable of strs, optional</span></dt><dd><p>Identifiers for each sample in <code class="docutils literal notranslate"><span class="pre">counts</span></code>. By default, samples will be
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 6fa30a6

Please sign in to comment.