Skip to content

Commit a9050e4

Browse files
committed
add badges and link to doc
1 parent dbf83e5 commit a9050e4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![Deno build](https://github.com/bids-standard/bids-validator/actions/workflows/deno_tests.yml/badge.svg)](https://github.com/bids-standard/bids-validator/actions/workflows/deno_tests.yml)
2+
[![Web validator](https://github.com/bids-standard/bids-validator/actions/workflows/web_build.yml/badge.svg)](https://github.com/bids-standard/bids-validator/actions/workflows/web_build.yml)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3688707.svg)](https://doi.org/10.5281/zenodo.3688707)
4+
15
# The BIDS Validator
26

37
The BIDS Validator is a web application, command-line utility,
@@ -76,3 +80,8 @@ To modify the schema a clone of bids-standard/bids-specification will need to be
7680
After changes to the schema have been made to a local copy the dereferenced single json file used by the validator will need to be built. The `bidsschematools` python package does this. It can be installed from pypi via pip or a local installation can be made. It lives in the specification repository here https://github.com/bids-standard/bids-specification/tree/master/tools/schemacode
7781

7882
The command to compile a dereferenced schema is `bst -v export --output src/schema.json` (this assumes you are in the root of the bids-specification repo). Once compiled it can be passed to the validator via the `-s` flag, `./bids-validator-deno -s <path to schema> <path to dataset>`
83+
84+
85+
## Documentation
86+
87+
The BIDS validator documentaion is available on [Read the Docs](https://bids-validator.readthedocs.io/en/latest/).

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

99
project = 'BIDS Validator'
10-
copyright = '2024, BIDS Contributors'
10+
copyright = 'BIDS Contributors'
1111
author = 'BIDS Contributors'
1212

1313
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)