Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1d3c601 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 13, 2024
1 parent 817ce70 commit a312f08
Show file tree
Hide file tree
Showing 14 changed files with 425 additions and 1,112 deletions.
2 changes: 1 addition & 1 deletion bioimageio_collection_backoffice/_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ <h1 class="modulename">
<div class="attr variable">
<span class="name">settings</span> =
<input id="settings-view-value" class="view-value-toggle-state" type="checkbox" aria-hidden="true" tabindex="-1">
<label class="view-value-button pdoc-button" for="settings-view-value"></label><span class="default_value">Settings(github_output=&#39;/home/runner/work/_temp/_runner_file_commands/set_output_7e5b8508-8489-44dc-a986-812d3b24967e&#39;, collection_config=&#39;https://raw.githubusercontent.com/bioimage-io/collection/main/bioimageio_collection_config.json&#39;, run_url=None, s3_host=&#39;uk1s3.embassy.ebi.ac.uk&#39;, s3_bucket=&#39;public-datasets&#39;, s3_folder=&#39;testing.bioimage.io/runner/instance&#39;, s3_pytest_folder=&#39;testing.bioimage.io/runner/pytest&#39;, s3_sandbox_folder=&#39;sandbox.bioimage.io&#39;, s3_test_folder=&#39;testing.bioimage.io/runner/sandbox&#39;, test_package_id=&#39;frank-water-buffalo&#39;, test_package_url=&#39;https://uk1s3.embassy.ebi.ac.uk/public-datasets/examples.bioimage.io/frank-water-buffalo_v1.zip&#39;, zenodo_test_url=&#39;https://sandbox.zenodo.org&#39;, zenodo_url=&#39;https://sandbox.zenodo.org&#39;, bioimageio_user_id=None, mail_password=SecretStr(&#39;&#39;), s3_access_key_id=SecretStr(&#39;&#39;), s3_secret_access_key=SecretStr(&#39;&#39;), zenodo_api_access_token=SecretStr(&#39;&#39;), zenodo_test_api_access_token=SecretStr(&#39;&#39;), github_pat=SecretStr(&#39;&#39;))</span>
<label class="view-value-button pdoc-button" for="settings-view-value"></label><span class="default_value">Settings(github_output=&#39;/home/runner/work/_temp/_runner_file_commands/set_output_2ace5470-eab0-42bd-8999-c39ff3901936&#39;, collection_config=&#39;https://raw.githubusercontent.com/bioimage-io/collection/main/bioimageio_collection_config.json&#39;, run_url=None, s3_host=&#39;uk1s3.embassy.ebi.ac.uk&#39;, s3_bucket=&#39;public-datasets&#39;, s3_folder=&#39;testing.bioimage.io/runner/instance&#39;, s3_pytest_folder=&#39;testing.bioimage.io/runner/pytest&#39;, s3_sandbox_folder=&#39;sandbox.bioimage.io&#39;, s3_test_folder=&#39;testing.bioimage.io/runner/sandbox&#39;, test_package_id=&#39;frank-water-buffalo&#39;, test_package_url=&#39;https://uk1s3.embassy.ebi.ac.uk/public-datasets/examples.bioimage.io/frank-water-buffalo_v1.zip&#39;, zenodo_test_url=&#39;https://sandbox.zenodo.org&#39;, zenodo_url=&#39;https://sandbox.zenodo.org&#39;, bioimageio_user_id=None, mail_password=SecretStr(&#39;&#39;), s3_access_key_id=SecretStr(&#39;&#39;), s3_secret_access_key=SecretStr(&#39;&#39;), zenodo_api_access_token=SecretStr(&#39;&#39;), zenodo_test_api_access_token=SecretStr(&#39;&#39;), github_pat=SecretStr(&#39;&#39;))</span>


</div>
Expand Down
30 changes: 1 addition & 29 deletions bioimageio_collection_backoffice/collection_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,35 +180,7 @@ <h1 class="modulename">
</span></pre></div>


<div class="docstring"><p>Usage docs: <a href="https://docs.pydantic.dev/2.9/concepts/models/">https://docs.pydantic.dev/2.9/concepts/models/</a></p>

<p>A base class for creating Pydantic models.</p>

<h6 id="attributes">Attributes:</h6>

<ul>
<li><strong>__class_vars__:</strong> The names of the class variables defined on the model.</li>
<li><strong>__private_attributes__:</strong> Metadata about the private attributes of the model.</li>
<li><strong>__signature__:</strong> The synthesized <code><a href="#CollectionConfig.__init__">__init__</a></code> [<code>Signature</code>][inspect.Signature] of the model.</li>
<li><strong>__pydantic_complete__:</strong> Whether model building is completed, or if there are still undefined fields.</li>
<li><strong>__pydantic_core_schema__:</strong> The core schema of the model.</li>
<li><strong>__pydantic_custom_init__:</strong> Whether the model has a custom <code><a href="#CollectionConfig.__init__">__init__</a></code> function.</li>
<li><strong>__pydantic_decorators__:</strong> Metadata containing the decorators defined on the model.
This replaces <code>Model.__validators__</code> and <code>Model.__root_validators__</code> from Pydantic V1.</li>
<li><strong>__pydantic_generic_metadata__:</strong> Metadata for generic models; contains data used for a similar purpose to
__args__, __origin__, __parameters__ in typing-module generics. May eventually be replaced by these.</li>
<li><strong>__pydantic_parent_namespace__:</strong> Parent namespace of the model, used for automatic rebuilding of models.</li>
<li><strong>__pydantic_post_init__:</strong> The name of the post-init method for the model, if defined.</li>
<li><strong>__pydantic_root_model__:</strong> Whether the model is a [<code>RootModel</code>][pydantic.root_model.RootModel].</li>
<li><strong>__pydantic_serializer__:</strong> The <code>pydantic-core</code> <code>SchemaSerializer</code> used to dump instances of the model.</li>
<li><strong>__pydantic_validator__:</strong> The <code>pydantic-core</code> <code>SchemaValidator</code> used to validate instances of the model.</li>
<li><strong>__pydantic_extra__:</strong> A dictionary containing extra values, if [<code>extra</code>][pydantic.config.ConfigDict.extra]
is set to <code>'allow'</code>.</li>
<li><strong>__pydantic_fields_set__:</strong> The names of fields explicitly set during instantiation.</li>
<li><strong>__pydantic_private__:</strong> Values of private attributes set on the model instance.</li>
</ul>
</div>



<div id="CollectionConfig.collection_template" class="classattr">
<div class="attr variable">
Expand Down
Loading

0 comments on commit a312f08

Please sign in to comment.