From 2e59d1356c3f62462dd835c2da1b4d822d1aeeea Mon Sep 17 00:00:00 2001 From: Smyja Date: Sun, 9 Oct 2022 23:35:06 +0100 Subject: [PATCH 1/3] Fixed broken link --- .gitignore | 2 +- src/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e7239baf..dc47f1bc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,8 @@ _site .Rproj.user .Rhistory .RData - _build/ *.egg-info/ src/_includes/cwl/**/output.txt +venv/ diff --git a/src/conf.py b/src/conf.py index a17b63a9..c893d8a5 100644 --- a/src/conf.py +++ b/src/conf.py @@ -223,6 +223,6 @@ "github_user": "common-workflow-language", "github_repo": "user_guide", "github_version": "main", - "doc_path": "", + "doc_path": "src", "default_mode": "light" } From d3f51a3d349ec76128fb6bbf4a6bd1ab65b62507 Mon Sep 17 00:00:00 2001 From: Smyja Date: Sun, 9 Oct 2022 23:38:28 +0100 Subject: [PATCH 2/3] Fixed broken link --- .gitignore | 2 +- src/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e7239baf..dc47f1bc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,8 @@ _site .Rproj.user .Rhistory .RData - _build/ *.egg-info/ src/_includes/cwl/**/output.txt +venv/ diff --git a/src/conf.py b/src/conf.py index a17b63a9..c893d8a5 100644 --- a/src/conf.py +++ b/src/conf.py @@ -223,6 +223,6 @@ "github_user": "common-workflow-language", "github_repo": "user_guide", "github_version": "main", - "doc_path": "", + "doc_path": "src", "default_mode": "light" } From 8d083bca5d8d95847b44a02d8a2b247ecd5068d3 Mon Sep 17 00:00:00 2001 From: Smyja Date: Tue, 11 Oct 2022 00:49:11 +0100 Subject: [PATCH 3/3] Typo fix --- src/topics/specifying-software-requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/topics/specifying-software-requirements.md b/src/topics/specifying-software-requirements.md index cad04ada..109090fb 100644 --- a/src/topics/specifying-software-requirements.md +++ b/src/topics/specifying-software-requirements.md @@ -1,6 +1,6 @@ # Specifying Software Requirements -Often tool descriptions will be written for a specific version of a software. To +Often, tool descriptions will be written for a specific version of a software. To make it easier for others to use your descriptions, you can include a `SoftwareRequirement` field in the `hints` section. This may also help to avoid confusion about which version of a tool the @@ -23,7 +23,7 @@ hints: ``` Depending on your CWL runner, these hints may be used to check -that required software is installed and available before the job is run. To enable +that the required software is installed and available before the job is run. To enable these checks with the reference implementation, use the [dependency resolvers configuration][dependencies]. As well as a version number, a unique resource identifier (URI) for the tool is