diff --git a/src/assistants/hed/config.yaml b/src/assistants/hed/config.yaml index e0a9e94..84a41f9 100644 --- a/src/assistants/hed/config.yaml +++ b/src/assistants/hed/config.yaml @@ -403,13 +403,6 @@ documentation: category: advanced description: Guidance on generating and interpreting summaries of HED annotations in datasets to facilitate data analysis. - # === ON-DEMAND: Integration (1 doc) === - - title: HED and EEGLAB - url: https://www.hedtags.org/hed-resources/HedAndEEGLAB.html - source_url: https://raw.githubusercontent.com/hed-standard/hed-resources/main/docs/source/HedAndEEGLAB.html - category: integration - description: Describes how to integrate HED annotations within the EEGLAB environment for EEG data analysis. - # === ON-DEMAND: Reference (2 docs) === - title: Documentation summary url: https://www.hedtags.org/hed-resources/DocumentationSummary.html @@ -423,13 +416,6 @@ documentation: category: reference description: A collection of datasets specifically designed for testing HED annotations and validation tools. - # === ON-DEMAND: Examples (1 doc) === - - title: Test cases - url: https://raw.githubusercontent.com/hed-standard/hed-specification/refs/heads/main/tests/javascriptTests.json - source_url: https://raw.githubusercontent.com/hed-standard/hed-specification/refs/heads/main/tests/javascriptTests.json - category: examples - description: Examples of correct and incorrect HED annotations in JSON format for testing validation tools. - # Sync schedule configuration # Each sync type runs on its own cron schedule (UTC) # Only types with both a schedule AND corresponding data config are scheduled diff --git a/tests/test_assistants/test_community_yaml_generic.py b/tests/test_assistants/test_community_yaml_generic.py index 0af13b1..402a3c8 100644 --- a/tests/test_assistants/test_community_yaml_generic.py +++ b/tests/test_assistants/test_community_yaml_generic.py @@ -96,7 +96,6 @@ def test_documentation_urls_valid_format(self, community_id): ) @pytest.mark.slow - @pytest.mark.skip(reason="Disabled: upstream HED URL broken (404). See #139") def test_documentation_urls_accessible(self, community_id): """All documentation source URLs should return HTTP 200.