-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ manually add scout to json and hint to use it
Also update Makeifle and add markdown to requirements. Sequence description is now tracking the previously discarded rules sub key. The hard coded scout entry illustrates where data is stored and pulled from.
- Loading branch information
Showing
5 changed files
with
40 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
bids-table_ver-1.10.0dev.json: make_json.py requirements.txt | ||
./make_json.py | ||
|
||
serve: | ||
python3 -m http.server | ||
|
||
bids-specification/: | ||
git clone https://github.com/bids-standard/bids-specification | ||
|
||
bids-table_ver-1.10.0dev.json: | ||
./make_json.py |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
bidsschematools >= 0.8.0 | ||
|
||
markdown >= 3.6 |