Skip to content

Commit

Permalink
Deploying to gh-pages from @ 766a8d8 🚀
Browse files Browse the repository at this point in the history
FynnBe committed Nov 7, 2024
1 parent 037705d commit 8d0573f
Showing 100 changed files with 364 additions and 364 deletions.
4 changes: 2 additions & 2 deletions bioimageio/spec.html
Original file line number Diff line number Diff line change
@@ -163,11 +163,11 @@ <h2 id="json-schema">JSON schema</h2>
<tbody>
<tr>
<td>latest</td>
<td><a href="https://github.com/bioimage-io/spec-bioimage-io/blob/gh-pages/bioimageio_schema_latest.json">bioimageio_schema_latest.json</a> (<a href="[https://github.com/bioimage-io/spec-bioimage-io/blob/gh-pages](https://bioimage-io.github.io/spec-bioimage-io/bioimageio_schema_latest/index.html)">documentation (WIP)</a></td>
<td><a href="https://github.com/bioimage-io/spec-bioimage-io/blob/gh-pages/bioimageio_schema_latest.json">bioimageio_schema_latest.json</a> (<a href="https://bioimage-io.github.io/spec-bioimage-io/bioimageio_schema_latest/index.html">documentation (WIP)</a>)</td>
</tr>
<tr>
<td>0.5</td>
<td><a href="https://github.com/bioimage-io/spec-bioimage-io/blob/gh-pages/bioimageio_schema_v0-5.json">bioimageio_schema_v0-5.json</a> (<a href="[https://github.com/bioimage-io/spec-bioimage-io/blob/gh-pages](https://bioimage-io.github.io/spec-bioimage-io/bioimageio_schema_v0-5/index.html)">documentation (WIP)</a></td>
<td><a href="https://github.com/bioimage-io/spec-bioimage-io/blob/gh-pages/bioimageio_schema_v0-5.json">bioimageio_schema_v0-5.json</a> (<a href="https://bioimage-io.github.io/spec-bioimage-io/bioimageio_schema_v0-5/index.html">documentation (WIP)</a>)</td>
</tr>
</tbody>
</table>
2 changes: 1 addition & 1 deletion bioimageio/spec/_internal/common_nodes.html
Original file line number Diff line number Diff line change
@@ -1339,7 +1339,7 @@ <h5>Inherited Members</h5>
<div id="ResourceDescrBase.fields_to_set_explicitly" class="classattr">
<div class="attr variable">
<span class="name">fields_to_set_explicitly</span><span class="annotation">: ClassVar[FrozenSet[LiteralString]]</span> =
<span class="default_value">frozenset({&#39;type&#39;, &#39;format_version&#39;})</span>
<span class="default_value">frozenset({&#39;format_version&#39;, &#39;type&#39;})</span>


</div>
4 changes: 2 additions & 2 deletions bioimageio/spec/_internal/constants.html
Original file line number Diff line number Diff line change
@@ -248,7 +248,7 @@ <h1 class="modulename">
<div class="attr variable">
<span class="name">KNOWN_GH_USERS</span><span class="annotation">: Set[str]</span> =
<input id="KNOWN_GH_USERS-view-value" class="view-value-toggle-state" type="checkbox" aria-hidden="true" tabindex="-1">
<label class="view-value-button pdoc-button" for="KNOWN_GH_USERS-view-value"></label><span class="default_value">{&#39;jansanrom&#39;, &#39;clementcaporal&#39;, &#39;pedgomgal1&#39;, &#39;bioimageiobot&#39;, &#39;danifranco&#39;, &#39;esgomezm&#39;, &#39;cfusterbarcelo&#39;, &#39;ivanhcenalmor&#39;, &#39;constantinpape&#39;, &#39;aaitorg&#39;, &#39;donglaiw&#39;, &#39;oeway&#39;, &#39;k-dominik&#39;, &#39;fynnbe&#39;, &#39;lenkaback&#39;, &#39;ctr26&#39;, &#39;githubuser2&#39;, &#39;carlosuc3m&#39;, &#39;iarganda&#39;}</span>
<label class="view-value-button pdoc-button" for="KNOWN_GH_USERS-view-value"></label><span class="default_value">{&#39;pedgomgal1&#39;, &#39;donglaiw&#39;, &#39;githubuser2&#39;, &#39;clementcaporal&#39;, &#39;danifranco&#39;, &#39;jansanrom&#39;, &#39;oeway&#39;, &#39;constantinpape&#39;, &#39;k-dominik&#39;, &#39;fynnbe&#39;, &#39;aaitorg&#39;, &#39;lenkaback&#39;, &#39;ivanhcenalmor&#39;, &#39;iarganda&#39;, &#39;bioimageiobot&#39;, &#39;ctr26&#39;, &#39;esgomezm&#39;, &#39;cfusterbarcelo&#39;, &#39;carlosuc3m&#39;}</span>


</div>
@@ -272,7 +272,7 @@ <h1 class="modulename">
<section id="KNOWN_INVALID_GH_USERS">
<div class="attr variable">
<span class="name">KNOWN_INVALID_GH_USERS</span><span class="annotation">: Set[str]</span> =
<span class="default_value">{&#39;arratemunoz&#39;, &#39;lmescu&#39;}</span>
<span class="default_value">{&#39;lmescu&#39;, &#39;arratemunoz&#39;}</span>


</div>
2 changes: 1 addition & 1 deletion bioimageio/spec/_internal/io.html
Original file line number Diff line number Diff line change
@@ -2657,7 +2657,7 @@ <h5>Inherited Members</h5>

<div id="FileDescr.source" class="classattr">
<div class="attr variable">
<span class="name">source</span><span class="annotation">: Annotated[Union[<a href="url.html#HttpUrl">bioimageio.spec._internal.url.HttpUrl</a>, <a href="#RelativeFilePath">RelativeFilePath</a>, Annotated[pathlib.Path, PathType(path_type=&#39;file&#39;)]], FieldInfo(annotation=NoneType, required=True, metadata=[_PydanticGeneralMetadata(union_mode=&#39;left_to_right&#39;)]), AfterValidator(func=&lt;function wo_special_file_name at 0x7fb12eea82c0&gt;), PlainSerializer(func=&lt;function _package at 0x7fb12eea96c0&gt;, return_type=PydanticUndefined, when_used=&#39;unless-none&#39;)]</span>
<span class="name">source</span><span class="annotation">: Annotated[Union[<a href="url.html#HttpUrl">bioimageio.spec._internal.url.HttpUrl</a>, <a href="#RelativeFilePath">RelativeFilePath</a>, Annotated[pathlib.Path, PathType(path_type=&#39;file&#39;)]], FieldInfo(annotation=NoneType, required=True, metadata=[_PydanticGeneralMetadata(union_mode=&#39;left_to_right&#39;)]), AfterValidator(func=&lt;function wo_special_file_name at 0x7f770b8a02c0&gt;), PlainSerializer(func=&lt;function _package at 0x7f770b8a16c0&gt;, return_type=PydanticUndefined, when_used=&#39;unless-none&#39;)]</span>


</div>
2 changes: 1 addition & 1 deletion bioimageio/spec/application/v0_2.html
Original file line number Diff line number Diff line change
@@ -266,7 +266,7 @@ <h5>Inherited Members</h5>
</div>
<div id="ApplicationDescr.source" class="classattr">
<div class="attr variable">
<span class="name">source</span><span class="annotation">: Annotated[Optional[Annotated[Union[<a href="../_internal/url.html#HttpUrl">bioimageio.spec._internal.url.HttpUrl</a>, <a href="../_internal/io.html#RelativeFilePath">bioimageio.spec._internal.io.RelativeFilePath</a>, Annotated[pathlib.Path, PathType(path_type=&#39;file&#39;)]], FieldInfo(annotation=NoneType, required=True, metadata=[_PydanticGeneralMetadata(union_mode=&#39;left_to_right&#39;)]), AfterValidator(func=&lt;function wo_special_file_name at 0x7fb12eea82c0&gt;), PlainSerializer(func=&lt;function _package at 0x7fb12eea96c0&gt;, return_type=PydanticUndefined, when_used=&#39;unless-none&#39;)]], FieldInfo(annotation=NoneType, required=True, description=&#39;URL or path to the source of the application&#39;)]</span>
<span class="name">source</span><span class="annotation">: Annotated[Optional[Annotated[Union[<a href="../_internal/url.html#HttpUrl">bioimageio.spec._internal.url.HttpUrl</a>, <a href="../_internal/io.html#RelativeFilePath">bioimageio.spec._internal.io.RelativeFilePath</a>, Annotated[pathlib.Path, PathType(path_type=&#39;file&#39;)]], FieldInfo(annotation=NoneType, required=True, metadata=[_PydanticGeneralMetadata(union_mode=&#39;left_to_right&#39;)]), AfterValidator(func=&lt;function wo_special_file_name at 0x7f770b8a02c0&gt;), PlainSerializer(func=&lt;function _package at 0x7f770b8a16c0&gt;, return_type=PydanticUndefined, when_used=&#39;unless-none&#39;)]], FieldInfo(annotation=NoneType, required=True, description=&#39;URL or path to the source of the application&#39;)]</span>


</div>
2 changes: 1 addition & 1 deletion bioimageio/spec/application/v0_3.html
Original file line number Diff line number Diff line change
@@ -281,7 +281,7 @@ <h5>Inherited Members</h5>
</div>
<div id="ApplicationDescr.source" class="classattr">
<div class="attr variable">
<span class="name">source</span><span class="annotation">: Annotated[Optional[Annotated[Union[<a href="../_internal/url.html#HttpUrl">bioimageio.spec._internal.url.HttpUrl</a>, <a href="../_internal/io.html#RelativeFilePath">bioimageio.spec._internal.io.RelativeFilePath</a>, Annotated[pathlib.Path, PathType(path_type=&#39;file&#39;)]], FieldInfo(annotation=NoneType, required=True, metadata=[_PydanticGeneralMetadata(union_mode=&#39;left_to_right&#39;)]), AfterValidator(func=&lt;function wo_special_file_name at 0x7fb12eea82c0&gt;), PlainSerializer(func=&lt;function _package at 0x7fb12eea96c0&gt;, return_type=PydanticUndefined, when_used=&#39;unless-none&#39;)]], FieldInfo(annotation=NoneType, required=True, description=&#39;URL or path to the source of the application&#39;)]</span>
<span class="name">source</span><span class="annotation">: Annotated[Optional[Annotated[Union[<a href="../_internal/url.html#HttpUrl">bioimageio.spec._internal.url.HttpUrl</a>, <a href="../_internal/io.html#RelativeFilePath">bioimageio.spec._internal.io.RelativeFilePath</a>, Annotated[pathlib.Path, PathType(path_type=&#39;file&#39;)]], FieldInfo(annotation=NoneType, required=True, metadata=[_PydanticGeneralMetadata(union_mode=&#39;left_to_right&#39;)]), AfterValidator(func=&lt;function wo_special_file_name at 0x7f770b8a02c0&gt;), PlainSerializer(func=&lt;function _package at 0x7f770b8a16c0&gt;, return_type=PydanticUndefined, when_used=&#39;unless-none&#39;)]], FieldInfo(annotation=NoneType, required=True, description=&#39;URL or path to the source of the application&#39;)]</span>


</div>
Loading

0 comments on commit 8d0573f

Please sign in to comment.