Skip to content

Commit

Permalink
Small language fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom committed Sep 18, 2024
1 parent e0698f5 commit c7589bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/explanation/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An overview of the package structure is shown below.

## Technical description

This section introduces some aspects of the Python package built for this plugin. Despite they are not crucial for the understanding of the data model, they can help installing or developing it.
This section introduces some aspects of the Python package built for this plugin. Despite not being crucial for the understanding of the data model, they can help installing or developing it.

- It is structured according to the [src layout](https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/).
- It is a [regular Python package](https://docs.python.org/3/reference/import.html#regular-packages), i. e., the structure is defined by the presence of `__init__.py` files.
Expand Down
3 changes: 3 additions & 0 deletions docs/how_to/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ If you want to add a specific version of the plugin you will need to provide the

```
nomad-material-processing==0.1.0
```
or
```
git+https://github.com/FAIRmat-NFDI/nomad-material-processing.git@f19c0e3b175613ec026ef36c849af3474c42cf52
```

Expand Down

0 comments on commit c7589bb

Please sign in to comment.