You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-8Lines changed: 39 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,13 @@ HED (Hierarchical Event Descriptors) is a framework for systematically describin
18
18
19
19
- Validate HED annotations against schema specifications
20
20
- Analyze and summarize HED-tagged datasets
21
-
- Transform and remodel event data
22
21
- Full HED support in BIDS (Brain Imaging Data Structure)
23
22
- HED support in NWB (Neurodata Without Borders) when used the [ndx-hed](https://github.com/hed-standard/ndx-hed) extension.
24
23
- Platform-independent and data-neutral
25
24
- Command-line tools and Python API
26
25
26
+
**Note:** Table remodeling tools have been moved to a separate package. See [table-remodeler](https://pypi.org/project/table-remodeler/) on PyPI or visit [https://www.hedtags.org/table-remodeler](https://www.hedtags.org/table-remodeler) for more information.
**Note:** The `run_remodel` command has been removed. Table remodeling functionality is now available in the separate [table-remodeler](https://pypi.org/project/table-remodeler/) package.
150
+
117
151
For more examples, see the [user guide](https://www.hedtags.org/hed-python/user_guide.html).
118
152
119
153
### Jupyter notebook examples
@@ -172,14 +206,10 @@ pip install -e .[docs]
172
206
# Build the documentation
173
207
cd docs
174
208
sphinx-build -b html . _build/html
175
-
176
-
# Or use the make command (if available)
177
-
make html
178
-
179
-
# View the built documentation
180
-
# Open docs/_build/html/index.html in your browser
181
209
```
182
210
211
+
To iew the built documentation open `docs/_build/html/index.html` in your browser
212
+
183
213
### Formatting with Black
184
214
185
215
```{index} Black, code formatting, style guide
@@ -229,6 +259,7 @@ The HED ecosystem consists of several interconnected repositories:
229
259
|[hed-resources](https://github.com/hed-standard/hed-resources)| Tutorials and other HED resources |
230
260
|[hed-specification](https://github.com/hed-standard/hed-specification)| Official HED specification documents |
231
261
|[hed-schemas](https://github.com/hed-standard/hed-schemas)| Official HED schema repository |
262
+
|[table-remodeler](https://github.com/hed-standard/table-remodeler)| Table transformation and remodeling tools |
232
263
|[ndx-hed](https://github.com/hed-standard/ndx-hed)| HED support for NWB |
0 commit comments