Skip to content

Commit d77755e

Browse files
committed
Replaced the {meta} tags for lychee
1 parent b9cd318 commit d77755e

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.github/workflows/links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "$GITHUB_WORKSPACE/.venv/bin" >> $GITHUB_PATH
3333
3434
- name: Install dependencies
35-
run: uv pip install -e ".[docs]"
35+
run: uv pip install ".[docs]"
3636

3737
- name: Build documentation with Sphinx
3838
run: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ coverage.xml
8989
*.py,cover
9090
.hypothesis/
9191
.pytest_cache/
92+
.ruff_cache/
9293
cover/
9394

9495

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
uv venv .venv && source .venv/bin/activate
1414
uv pip install -e ".[dev,test,docs,examples]"
1515
git submodule update --init --recursive # fetch test data
16-
pytest tests/ --cov
16+
unittest tests/ --cov
1717
```
1818

1919
## Package Structure

docs/user_guide.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
```{meta}
21
---
3-
description: Complete user guide for Python HEDTools - validation, BIDS
4-
integration, analysis, and command-line tools for HED annotations
5-
keywords: HED tutorial, Python guide, validation examples, BIDS datasets,
6-
sidecar files, command-line interface, Jupyter notebooks, HED overview, event
7-
descriptors, neuroscience, schema
2+
html_meta:
3+
description: Complete user guide for Python HEDTools - validation, BIDS integration, analysis, and command-line tools for HED annotations
4+
keywords: HED tutorial, Python guide, validation examples, BIDS datasets, sidecar files, command-line interface, Jupyter notebooks, HED overview, event descriptors, neuroscience, schema
85
---
9-
```
10-
11-
# Python HEDTools guide
126

137
```{index} user guide, tutorial, getting started, HED, Hierarchical Event Descriptors
148
```
159

10+
# Python HEDTools guide
11+
1612
HED (Hierarchical Event Descriptors) is a framework for systematically describing events and experimental metadata in machine-actionable form. This guide provides comprehensive documentation for using the HED Python tools for validation, BIDS integration, and analysis.
1713

1814
## Installation

0 commit comments

Comments
 (0)