From 588423e3f35dcc2e9c565c8600a8ce1bc4928b09 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Tue, 28 Oct 2025 10:02:10 +0100 Subject: [PATCH 1/3] docs: :pencil2: include `properties` in description of `check()` --- docs/design/architecture.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/architecture.qmd b/docs/design/architecture.qmd index 318ec6dd..23c29878 100644 --- a/docs/design/architecture.qmd +++ b/docs/design/architecture.qmd @@ -55,7 +55,7 @@ used throughout the package can be found in the tables below. | Action | Description | |----------------------------|--------------------------------------------| -| check | Check that a descriptor conforms to the Data Package standard. | +| check | Check that a descriptor (or properties) conforms to the Data Package standard. | | explain | Explain issues flagged by the check action in more detail using non-technical language. | | read | Read various files, such as a Data Package descriptor or a configuration file. | From e7c86910fe352c759e985d8ab0d2230f4864fc1d Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Tue, 28 Oct 2025 13:40:19 +0100 Subject: [PATCH 2/3] docs: :pencil2: simplify sentence even move MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Signe Kirk Brødbæk --- docs/design/architecture.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/architecture.qmd b/docs/design/architecture.qmd index 23c29878..4035a0a6 100644 --- a/docs/design/architecture.qmd +++ b/docs/design/architecture.qmd @@ -55,7 +55,7 @@ used throughout the package can be found in the tables below. | Action | Description | |----------------------------|--------------------------------------------| -| check | Check that a descriptor (or properties) conforms to the Data Package standard. | +| check | Check that properties conform to the Data Package standard. | | explain | Explain issues flagged by the check action in more detail using non-technical language. | | read | Read various files, such as a Data Package descriptor or a configuration file. | From dfeaa5c377b841c2de4db6e8b8b54b7f1e342207 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 29 Oct 2025 19:57:38 +0100 Subject: [PATCH 3/3] docs: :pencil2: small edit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Signe Kirk Brødbæk --- docs/design/architecture.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/architecture.qmd b/docs/design/architecture.qmd index 4035a0a6..ee7559a1 100644 --- a/docs/design/architecture.qmd +++ b/docs/design/architecture.qmd @@ -55,7 +55,7 @@ used throughout the package can be found in the tables below. | Action | Description | |----------------------------|--------------------------------------------| -| check | Check that properties conform to the Data Package standard. | +| check | Check that properties comply with the Data Package standard. | | explain | Explain issues flagged by the check action in more detail using non-technical language. | | read | Read various files, such as a Data Package descriptor or a configuration file. |