Skip to content

Commit 6319cbe

Browse files
committed
Minor style fixes
1 parent 19337be commit 6319cbe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/image_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44

5-
# Image List
5+
# Fractal Image List
66

77
While applying a processing workflow to a given dataset, Fractal keeps a list of all the OME-Zarr images it is processing and their metadata. In this page we describe the concepts of [images](#images) and [filters](#filters) - see also the [examples section](#examples).
88

docs/tasks_spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44

5-
# Tasks
5+
# Fractal Tasks Specification
66

77
Fractal tasks are modular and interoperable processing units that handle data in OME-Zarr containers. Each task is an executable that runs on a single OME-Zarr image or a collection of OME-Zarr images. In Fractal, we the OME-Zarrs to be processed by giving the tasks the zarr_urls(s), the paths to a given OME-Zarr image on disk or in the cloud. All tasks load data from an OME-Zarr on disk and store their processing results in an OME-Zarr (the same or a new one) on disk again. The parameters and metadata of tasks are described in a [Fractal manifest in json form](#task-list-and-manifest). This page contains an overview of the Fractal task specification, the [types of Fractal tasks](#task-types), the [manifest](#task-list-and-manifest) that specifies task metadata as well as their [input](#input-api) & [output](#output-api) API.
88

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ plugins:
4343

4444
nav:
4545
- Fractal: index.md
46-
- Fractal tasks: fractal_tasks.md
47-
- Fractal task spec: tasks_spec.md
46+
- Fractal Tasks: fractal_tasks.md
47+
- Fractal Task Spec: tasks_spec.md
4848
- Create a Fractal Task: build_your_own_fractal_task.md
4949
- Fractal Image List: image_list.md
50-
- Deploy Fractal Server & Web: run_fractal.md
50+
- Deploy Fractal: run_fractal.md
5151

5252

5353
# Include some page, without including them in the ToC

0 commit comments

Comments
 (0)