Skip to content

Commit

Permalink
Automated doc build for refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
PopSim-bot committed Dec 20, 2024
1 parent 0a26be2 commit cdc4925
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 2 deletions.
Binary file modified main/_images/sec_catalog_anapla_models_mallardblackduck_2l19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/sec_catalog_homsap_models_outofafrica_2t12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/sec_catalog_homsap_models_outofafrica_3g09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/sec_catalog_homsap_models_outofafrica_4j17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/sec_catalog_pantro_models_bonoboghost_4k19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/sec_catalog_ponabe_models_twospecies_2l11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions main/_modules/stdpopsim/models.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ <h1>Source code for stdpopsim.models</h1><div class="highlight"><pre>

<span class="sd"> .. note: This interface is deprecated. Instead, a dict containing the</span>
<span class="sd"> number of individuals per population should be directly provided to</span>
<span class="sd"> :meth:`Engine.simulate`.</span>
<span class="sd"> :meth:`Engine.simulate`. Note that in the updated API, each sample</span>
<span class="sd"> is an individual of the species&#39; ploidy.</span>
<span class="sd"> &quot;&quot;&quot;</span>

<span class="n">warnings</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span>
Expand All @@ -337,7 +338,10 @@ <h1>Source code for stdpopsim.models</h1><div class="highlight"><pre>
<span class="s2">&quot;positional sample counts (CLI) is deprecated. Instead, supply a &quot;</span>
<span class="s2">&quot;{population_name:num_samples} dict to &quot;</span>
<span class="s2">&quot;`Engine.simulate(samples=...)` (Python API); or use the syntax &quot;</span>
<span class="s2">&quot;`stdpopsim SpeciesName population_name:num_samples` (CLI).&quot;</span>
<span class="s2">&quot;`stdpopsim SpeciesName population_name:num_samples` (CLI). Note &quot;</span>
<span class="s2">&quot;that the deprecated API specifies the number of haploids, &quot;</span>
<span class="s2">&quot;while the new API specifies the number of individuals of the &quot;</span>
<span class="s2">&quot;species&#39; ploidy.&quot;</span>
<span class="p">)</span>
<span class="p">)</span>

Expand Down

0 comments on commit cdc4925

Please sign in to comment.