Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions src/assistants/hed/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/test_assistants/test_community_yaml_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down