From c9d7e8ba28e46ee08cc3ffec2b687d07f0c31557 Mon Sep 17 00:00:00 2001 From: Tom Herold Date: Thu, 13 Apr 2023 12:03:12 +0200 Subject: [PATCH] fix markdown formatting in docs #2 --- docs/datasets.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/datasets.md b/docs/datasets.md index b85197d67f0..d8b3d33c895 100644 --- a/docs/datasets.md +++ b/docs/datasets.md @@ -16,10 +16,9 @@ The easiest way to get started with working on your datasets is through the WEBK 1. From the *Datasets* tab in the user dashboard, click the *Add Dataset* button. 2. Provide some metadata information: - - - a *name* - - give access permissions for one or more teams (use the `default` team if all members of your organization should be able to see it) - - *scale* of each voxel (in nanometers) + - a *name* + - give access permissions for one or more teams (use the `default` team if all members of your organization should be able to see it) + - *scale* of each voxel (in nanometers) 3. Drag and drop your data into the upload section 4. Click the *Upload* button @@ -54,9 +53,8 @@ With other converters, you may need to add the layers separately. 1. From the *Datasets* tab in the user dashboard, click the *Add Dataset* button. 2. Select the *Add Remote Dataset* tab 3. For each layer, provide some metadata information: - - - a URL or domain/collection identifier to locate the dataset on the remote service (supported protocols are HTTPS, Amazon S3 and Google Cloud Storage). - - authentication credentials for accessing the resources on the remote service (optional) + - a URL or domain/collection identifier to locate the dataset on the remote service (supported protocols are HTTPS, Amazon S3 and Google Cloud Storage). + - authentication credentials for accessing the resources on the remote service (optional) 4. Click the *Add Layer* button 5. WEBKNOSSOS will automatically try to infer as many dataset properties (voxel size, bounding box, etc) as possible and preview a [WEBKNOSSOS `datasource` configuration](./data_formats.md#dataset-metadata-specification) for your to review. Consider setting the dataset `name` property and double-check all other properties for correctness.