Skip to content
Snippets Groups Projects
Commit ac0650d9 authored by Fabian Schöppach's avatar Fabian Schöppach
Browse files

Merge branch 'doc-update-schema' into 'develop'

Documentation: Tiny improvement and typo fix

See merge request !1718
parents 0d8646c6 139dc846
No related branches found
No related tags found
1 merge request!1718Documentation: Tiny improvement and typo fix
Pipeline #197283 passed
...@@ -6,8 +6,7 @@ This guide explains how to write and upload NOMAD schemas in our `.archive.yaml` ...@@ -6,8 +6,7 @@ This guide explains how to write and upload NOMAD schemas in our `.archive.yaml`
## Example data ## Example data
Let's assume we want to describe chemical compositions via elements contained in a Let's assume we want to describe chemical compositions using the elements they contain.
composition.
The following structured data (in this example as a `.yaml` document) could describe the composition of water. The following structured data (in this example as a `.yaml` document) could describe the composition of water.
```yaml ```yaml
{{ yaml_snippet('examples/docs/basic_schema/data.archive.yaml:data', '', 'm_def') }} {{ yaml_snippet('examples/docs/basic_schema/data.archive.yaml:data', '', 'm_def') }}
...@@ -88,7 +87,7 @@ This is a list of supported quantity types. ...@@ -88,7 +87,7 @@ This is a list of supported quantity types.
### Shape ### Shape
The shape of a quantitiy is a list of *dimensions*, where each *dimension* defines the The shape of a quantity is a list of *dimensions*, where each *dimension* defines the
possible size of that *dimension*. The empty list (or no shape) describes a scalar value, possible size of that *dimension*. The empty list (or no shape) describes a scalar value,
a list with one *dimension* a list or vector, a list with two *dimensions* a matrix, etc. a list with one *dimension* a list or vector, a list with two *dimensions* a matrix, etc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment