Skip to content

Commit 86c44bb

Browse files
committed
deploy: 9f3c395
1 parent 425a9cb commit 86c44bb

3 files changed

Lines changed: 14 additions & 13 deletions

File tree

api_client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2401,7 +2401,7 @@ <h3 id="cellengine.APIClient.get_statistics" class="doc doc-heading">
24012401

24022402

24032403
<h3 id="cellengine.APIClient.import_experiment_resources" class="doc doc-heading">
2404-
<code class=" language-python"><span class="n">import_experiment_resources</span><span class="p">(</span><span class="n">experiment_id</span><span class="p">,</span> <span class="n">srcExperimentId</span><span class="p">,</span> <span class="n">what</span><span class="p">,</span> <span class="n">dstPopulationId</span><span class="p">,</span> <span class="n">channelMap</span><span class="p">)</span></code>
2404+
<code class=" language-python"><span class="n">import_experiment_resources</span><span class="p">(</span><span class="n">experiment_id</span><span class="p">,</span> <span class="n">src_experiment_id</span><span class="p">,</span> <span class="n">what</span><span class="p">,</span> <span class="n">channel_map</span><span class="p">,</span> <span class="n">dst_population_id</span><span class="p">)</span></code>
24052405

24062406
</h3>
24072407

experiments/index.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2956,7 +2956,7 @@ <h3 id="cellengine.resources.experiment.Experiment.get_statistics" class="doc do
29562956

29572957

29582958
<h3 id="cellengine.resources.experiment.Experiment.import_resources" class="doc doc-heading">
2959-
<code class=" language-python"><span class="n">import_resources</span><span class="p">(</span><span class="n">srcExperimentId</span><span class="p">,</span> <span class="n">what</span><span class="p">,</span> <span class="n">channelMap</span><span class="o">=</span><span class="p">{},</span> <span class="n">dstPopulationId</span><span class="o">=</span><span class="kc">None</span><span class="p">)</span></code>
2959+
<code class=" language-python"><span class="n">import_resources</span><span class="p">(</span><span class="n">src_experiment_id</span><span class="p">,</span> <span class="n">what</span><span class="p">,</span> <span class="n">channel_map</span><span class="o">=</span><span class="p">{},</span> <span class="n">dst_population_id</span><span class="o">=</span><span class="kc">None</span><span class="p">)</span></code>
29602960

29612961
</h3>
29622962

@@ -2979,7 +2979,7 @@ <h3 id="cellengine.resources.experiment.Experiment.import_resources" class="doc
29792979
<tbody>
29802980
<tr class="doc-section-item">
29812981
<td>
2982-
<code>srcExperimentId</code>
2982+
<code>src_experiment_id</code>
29832983
</td>
29842984
<td>
29852985
<code>str</code>
@@ -3004,14 +3004,15 @@ <h3 id="cellengine.resources.experiment.Experiment.import_resources" class="doc
30043004
<div class="doc-md-description">
30053005
<p>A dictionary with the following optional keys:
30063006
- populations: Whether to import populations.
3007-
- illustrations: Whether to import illustrations (True = all, False = none),
3008-
or a list of specific illustration IDs to import.
3009-
- compensations: Whether to import compensations (True = all, False = none),
3010-
or a list of specific compensation IDs to import.
3007+
- illustrations: Whether to import illustrations (True = all,
3008+
False = none), or a list of specific illustration IDs to import.
3009+
- compensations: Whether to import compensations (True = all,
3010+
False = none), or a list of specific compensation IDs to import.
30113011
- savedStatisticExports: Whether to import saved statistic exports
3012-
(True = all, False = none), or a list of specific export IDs to import.
3013-
- annotations: Whether to import annotations (True = all, False = none),
3014-
or a list of specific annotation names to import.</p>
3012+
(True = all, False = none), or a list of specific export IDs to
3013+
import.
3014+
- annotations: Whether to import annotations (True = all,
3015+
False = none), or a list of specific annotation names to import.</p>
30153016
</div>
30163017
</td>
30173018
<td>
@@ -3020,7 +3021,7 @@ <h3 id="cellengine.resources.experiment.Experiment.import_resources" class="doc
30203021
</tr>
30213022
<tr class="doc-section-item">
30223023
<td>
3023-
<code>channelMap</code>
3024+
<code>channel_map</code>
30243025
</td>
30253026
<td>
30263027
<code><span title="typing.Dict">Dict</span>[str, str]</code>
@@ -3042,7 +3043,7 @@ <h3 id="cellengine.resources.experiment.Experiment.import_resources" class="doc
30423043
</tr>
30433044
<tr class="doc-section-item">
30443045
<td>
3045-
<code>dstPopulationId</code>
3046+
<code>dst_population_id</code>
30463047
</td>
30473048
<td>
30483049
<code>str</code>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)