Skip to content

Commit 67e0814

Browse files
committed
update readme
1 parent 082e73a commit 67e0814

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,16 @@
1-
# Tutorial Title
1+
# PlantCV Parallel Configuration Tutorial
22

3-
Description of tutorial. (ex. Try out our interactive tutorial! Learn how to ... using PlantCV.)
3+
Learn more about options for configuring paralle
44

5-
Create a Binder launch button:
6-
7-
1. Copy the GitHub repo URL
8-
2. Go to https://mybinder.org
9-
3. Replace `plantcv-tutorial-template` with the name of the repository you want a button made for.
10-
4. Copy the Markdown code for the button
11-
5. Delete these meta-instructions, optionally replace with your own.
12-
6. Launch to build the environment
13-
14-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-template/HEAD?labpath=index.ipynb)
5+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-parallel-configuration/HEAD?labpath=index.ipynb)
156

167
Create a Google Colab button:
178

189
1. Copy the markdown below these instructions to the README section below the Binder button.
1910
2. Replace `plantcv-tutorial-template` with the name of the repository you want a button made for.
2011
3. Make sure you have created the Google Colaboratory notebook for the tutorial so the button is correctly linked.
2112

22-
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/danforthcenter/plantcv-tutorial-template/blob/main/index-Colab.ipynb)
13+
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/danforthcenter/plantcv-tutorial-parallel-configuration/blob/main/index-Colab.ipynb)
2314

2415
Create a GitHub Source button:
2516
(Omit this step if you are working GitHub tutorial repo README)
@@ -34,14 +25,14 @@ Create a GitHub Source button:
3425
6. Modify the Markdown code to make it a clickable link using the following schema:
3526
- [![Static Badge](Shields.io URL)](GitHub repo URL)
3627

37-
[![Static Badge](https://img.shields.io/badge/Open%20on%20GitHub-black?logo=github)](https://github.com/danforthcenter/plantcv-tutorial-template)
28+
[![Static Badge](https://img.shields.io/badge/Open%20on%20GitHub-black?logo=github)](https://github.com/danforthcenter/plantcv-tutorial-parallel-configuration)
3829

3930
## Tutorial tags/keywords
4031

41-
tag1, tag2, (e.g. data type, species featured, algorithm, etc) ...
32+
parallelize, parallel, configuration
4233

4334
## Citations
4435

4536
Optional.
4637

47-
[![test-pr](https://github.com/danforthcenter/plantcv-tutorial-template/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/danforthcenter/plantcv-tutorial-template/actions/workflows/ci-tests.yml)
38+
[![test-pr](https://github.com/danforthcenter/plantcv-tutorial-parallel-configuration/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/danforthcenter/plantcv-tutorial-parallel-configuration/actions/workflows/ci-tests.yml)

0 commit comments

Comments
 (0)