From a6fa7053d750d5e88978a67bc88cef35c004e316 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 3 Sep 2020 11:23:49 -0400 Subject: [PATCH] Add comments to generated files. --- src/99-appendices/04-entity-table.md | 4 ++++ src/99-appendices/09-entities.md | 4 ++++ tools/bids_schema.py | 8 ++++++++ 3 files changed, 16 insertions(+) diff --git a/src/99-appendices/04-entity-table.md b/src/99-appendices/04-entity-table.md index 869cc99d4c..9f3002bf33 100644 --- a/src/99-appendices/04-entity-table.md +++ b/src/99-appendices/04-entity-table.md @@ -1,3 +1,7 @@ + # Appendix IV: Entity table This section compiles the entities (key-value pairs) described throughout this diff --git a/src/99-appendices/09-entities.md b/src/99-appendices/09-entities.md index deeeb61ff6..4695ccd8b8 100644 --- a/src/99-appendices/09-entities.md +++ b/src/99-appendices/09-entities.md @@ -1,3 +1,7 @@ + # Appendix IX: Entities This section compiles the entities (key-value pairs) described throughout this diff --git a/tools/bids_schema.py b/tools/bids_schema.py index b3a6e3af6a..e85be97668 100755 --- a/tools/bids_schema.py +++ b/tools/bids_schema.py @@ -201,6 +201,10 @@ def save_entities(schema_path, out_file): schema = load_schema(schema_path) entities = schema['entities'] intro_text = """\ + # Appendix IX: Entities This section compiles the entities (key-value pairs) described throughout this @@ -409,6 +413,10 @@ def save_entity_table(schema_path, out_file, entities_file='09-entities.md'): tables = make_entity_table_markdown(schema_path) intro_text = """\ + # Appendix IV: Entity table This section compiles the entities (key-value pairs) described throughout this