Skip to content

Commit

Permalink
Make pyiron& SimStack examples, not obligatory environments
Browse files Browse the repository at this point in the history
  • Loading branch information
s4b7r committed Jan 26, 2024
1 parent 9038404 commit 6f3f6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/detailed_instructions/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In order to register the workflow in the PMD workflow store, the file `meta.json
| Key | Requirement | Description|
|-----|------------|------------|
| title | Mandatory | the Label of the workflow |
| workflow_environment | Mandatory | "pyiron" or "SimStack" |
| workflow_environment | Mandatory | e.g. "pyiron" or "SimStack" |
| description | Mandatory | the description of the workflow |
| keywords | Mandatory | a list of (self-chosen) keywords for the workflow |
| categories | Optional | a list of (self-chosen) categories, e.g., atomistics, continuum, experimental |
Expand All @@ -24,7 +24,7 @@ A fully specified `meta.json` has the following format:
```json
{
"title": "Exciting science experiment",
"workflow_environment":"pyiron",
"workflow_environment": "pyiron",
"description": "Code to run new physics",
"keywords": [
"workflow",
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/user-guide/find-and-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parent: User Guide
### Find and download workflows
#### Using the website's UI
- browse the inventory or use the search feature
- select a workflow you are interested in. *Note that each workflow requires one of the workflow environments supported by the PMD: pyiron or simstack*
- select a workflow you are interested in.
- Click on download. You will recieve a zip-archive. Unpack it to your preferred destination.

#### Using the API
Expand Down

0 comments on commit 6f3f6c9

Please sign in to comment.