Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fractal Tasks Core

<p align="center">
<img src="https://github.com/user-attachments/assets/0a4d8d81-3ca8-4e5e-9c99-9a593e4c132c" alt="Fractal tasks core logo" width="400">
<img src="https://github.com/user-attachments/assets/74647fbf-f014-4b29-ac65-8df339e15636" alt="Fractal tasks core logo" width="400">
</p>

[![PyPI version](https://img.shields.io/pypi/v/fractal-tasks-core?color=gree)](https://pypi.org/project/fractal-tasks-core/)
Expand Down
Binary file added docs/assets/fractal_favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide:
# Welcome to Fractal Tasks Core's documentation!

<p align="center">
<img src="https://github.com/user-attachments/assets/0a4d8d81-3ca8-4e5e-9c99-9a593e4c132c" alt="Fractal tasks core logo" width="400">
<img src="https://github.com/user-attachments/assets/74647fbf-f014-4b29-ac65-8df339e15636" alt="Fractal tasks core logo" width="400">
</p>

Fractal tasks core is the official task package for the [Fractal](https://fractal-analytics-platform.github.io/) framework. It provides essential tools for building Fractal tasks, helpful utility functions, and a collection of ready-to-use tasks for processing bioimaging data. These tasks include OME-Zarr conversion, image registration, segmentation, and measurements.
Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ extra_javascript:
theme:
name: "material"
logo: 'assets/fractal_logo.png'
favicon: 'assets/fractal_favicon.png'
custom_dir: "docs/overrides"
features:
- content.code.annotate
Expand All @@ -51,6 +52,8 @@ theme:
name: Switch to light mode
icon:
repo: fontawesome/brands/github
navigation:
expand: true


nav:
Expand Down
Loading