Skip to content

Commit

Permalink
[MAINT] minor fix BEP guideline page (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau authored Nov 10, 2024
1 parent 6f2c01e commit 0808547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
exclude: tools/schemacode/bidsschematools/tests/data/broken_dataset_description.json
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
4 changes: 2 additions & 2 deletions docs/extensions/general-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Many of the current BEPs have developed useful terms that we recommend here.
#### Proposed entities

| Entity | BEP(s) | Description |
|---------------|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
|---------------|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| model-<label> | BEP016, BEP039 | Name of model generating derivative file |
| param-<label> | BEP016, BEP039 | Name of parameter represented by file |
| atlas-<label> | BEP003, BEP038 | Atlas is defined as per Merrian-Webster, a bound collection of maps (i.e. labeled brain regions) and metadata (tables, or textual matter) like `atlas-x_space-MNI305_ext` or `atlas-DKT_ext` |
Expand All @@ -185,7 +185,7 @@ and identifying what files or information should be retained for optimal reuse i

!!! Note

See the [FAQ on preovenance](../faq/bids-extensions.md#provenance)
See the [FAQ on provenance](../faq/bids-extensions.md#provenance)

### Avoid backward incompatible changes

Expand Down

0 comments on commit 0808547

Please sign in to comment.