Skip to content

Commit

Permalink
Linting examples and updating for new build requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Feb 6, 2024
1 parent 9ed50b0 commit 03e8170
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _sources/features/observation/examples/hasResult.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"a": "resultschema:a",
"b": "resultschema:b"
},
"@id": "pop1999",
"id": "pop1999",
"type": "Feature",
"featureType": "sosa:Observation",
"geometry": null,
Expand Down
2 changes: 1 addition & 1 deletion _sources/features/observation/examples/observation.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@id": "pop1999",
"id": "pop1999",
"type": "Feature",
"featureType": "sosa:Observation",
"geometry": null,
Expand Down
4 changes: 2 additions & 2 deletions _sources/properties/observation/assets/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Assets (e.g., images) can be placed in this directory for later use in documentation pages,
by using references to `@@assets@@/filename.ext`.
by using references to `assets/filename.ext`.

For example, a `sample.png` image in this directory can be included in the description
Markdown code of a building block like this:

```markdown
![This is a sample image](@@assets@@/sample.png)
![This is a sample image](assets/sample.png)
```
2 changes: 1 addition & 1 deletion _sources/properties/observation/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"observedProperty": "p1",
"hasResult": {
"@context": {
"comment": "rdfs:comment",
"comment": "rdfs:comment"
},
"comment": "I feel good"
},
Expand Down
8 changes: 4 additions & 4 deletions _sources/properties/observationCollection/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
# ref: https://raw.githubusercontent.com/w3c/sdw-sosa-ssn/update-examples-2/ssn/examples/OC2.ttl


- title: Test remote fail-test
snippets:
- language: json
ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-sosa/master/_sources/properties/observation/tests/non-simpleresult-fail.jsonld
# - title: Test remote fail-test
# snippets:
# - language: json
# ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-sosa/master/_sources/properties/observation/tests/non-simpleresult-fail.jsonld


- title: Example of SOSA ObservationCollection
Expand Down
4 changes: 2 additions & 2 deletions _sources/properties/platform/assets/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Assets (e.g., images) can be placed in this directory for later use in documentation pages,
by using references to `@@assets@@/filename.ext`.
by using references to `assets/filename.ext`.

For example, a `sample.png` image in this directory can be included in the description
Markdown code of a building block like this:

```markdown
![This is a sample image](@@assets@@/sample.png)
![This is a sample image](assets/sample.png)
```
4 changes: 2 additions & 2 deletions _sources/properties/sensor/assets/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Assets (e.g., images) can be placed in this directory for later use in documentation pages,
by using references to `@@assets@@/filename.ext`.
by using references to `assets/filename.ext`.

For example, a `sample.png` image in this directory can be included in the description
Markdown code of a building block like this:

```markdown
![This is a sample image](@@assets@@/sample.png)
![This is a sample image](assets/sample.png)
```

0 comments on commit 03e8170

Please sign in to comment.