Skip to content

Commit

Permalink
Deploy to GitHub Pages aec0787
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed May 8, 2024
1 parent 6f10b10 commit f27bce9
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 18 deletions.
2 changes: 0 additions & 2 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
- [Upload models through Zenodo](/contribute_models/contribute_zenodo.md)
* [Other contributions](/contribute_others/README.md)
* [Resources for developers](/resources_developers/README.md)
- [Python BioImageIO core package](pythoncorepackage)
- [Java BioImageIO library](javacorepackage)
* [Consumer Software](/consumer_software/README.md)
- [Tutorials](/consumer_software/tutorials.md)
- [Model Runner](/consumer_software/model_runner.md)
Expand Down
20 changes: 19 additions & 1 deletion docs/resources_developers/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Resources for developers
# Resources for developers

## Python resources
### [Python BioImageIO core package](https://github.com/bioimage-io/core-bioimage-io-python)

The `bioimageio.core` is the main package to interact with the BioImageIO contents (*e.g.*, models, datasets, applications). It contains utilities to load and use BioimageIO resources such as processing images with BioImageIO models.

Detailed documentation on the package can be found on [GitHub](https://bioimage-io.github.io/core-bioimage-io-python/bioimageio/core.html), along with [example notebooks](https://github.com/bioimage-io/core-bioimage-io-python/tree/main/example).

### [Python BioImageIO spec package](https://github.com/bioimage-io/spec-bioimage-io)

The `bioimageio.spec` package enables the interaction with the BioImageIO Resource Description File (RDF) specifications for models, datasets, applications, and notebooks. It is a dependency of the [`bioimageio.core`](https://bioimage-io.github.io/core-bioimage-io-python/bioimageio/core.html). This package contains the utilities for model metadata information handling.

Detailed documentation on the package can be found on [GitHub](https://bioimage-io.github.io/spec-bioimage-io/bioimageio/spec.html), along with [example notebooks](https://github.com/bioimage-io/spec-bioimage-io/tree/main/example_use).

## Java resources
### [Java BioImageIO library](https://github.com/bioimage-io/JDLL)

Detailed instructions on how to use the Java Deep Learning library can be found in the [Wiki guide](https://github.com/bioimage-io/JDLL/wiki/0.-Home), which also includes a [Quickstart](https://github.com/bioimage-io/JDLL/wiki/II.-Quickstart-for-developers) guide for developers.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="/js/chunk-vendors.e93c4e7e.js"></script><script type="text/javascript" src="/js/app.98cc4c11.js"></script></body>
<script type="text/javascript" src="/js/chunk-vendors.e93c4e7e.js"></script><script type="text/javascript" src="/js/app.c34d2668.js"></script></body>

</html>
1 change: 0 additions & 1 deletion js/about.1d6c0467.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions js/about.1d6c0467.js → js/about.8fb47916.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/about.8fb47916.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion js/app.98cc4c11.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions js/app.98cc4c11.js → js/app.c34d2668.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/app.c34d2668.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "/chat/worker-manager.js"
},
{
"revision": "90a1aa562eb09165f0d1",
"revision": "90b59dcc01dc4db59938",
"url": "/css/about.7fe7bb41.css"
},
{
"revision": "be60fbeaf44aa8803611",
"revision": "d379224800f28a0f0726",
"url": "/css/app.99fe3a68.css"
},
{
Expand Down Expand Up @@ -56,16 +56,16 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "/index.ejs"
},
{
"revision": "7b0737a699a2f2f54f428a2077c505e2",
"revision": "c4fcbf7ac66e72de9eea7f6af87d01e2",
"url": "/index.html"
},
{
"revision": "90a1aa562eb09165f0d1",
"url": "/js/about.1d6c0467.js"
"revision": "90b59dcc01dc4db59938",
"url": "/js/about.8fb47916.js"
},
{
"revision": "be60fbeaf44aa8803611",
"url": "/js/app.98cc4c11.js"
"revision": "d379224800f28a0f0726",
"url": "/js/app.c34d2668.js"
},
{
"revision": "50e06bab017c22e78b85",
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");

importScripts(
"/precache-manifest.d8ecdf722045cfc6f120be54d3e387de.js"
"/precache-manifest.fd68aab803e17753555a51835cb0469b.js"
);

workbox.core.setCacheNameDetails({prefix: "bioimage"});
Expand Down

0 comments on commit f27bce9

Please sign in to comment.