Skip to content

Commit

Permalink
Merge pull request #31 from VisLab/main
Browse files Browse the repository at this point in the history
Added CHANGELOG and minor updates to README and docs
  • Loading branch information
VisLab authored Aug 3, 2024
2 parents 8725984 + c1852a0 commit f071b4f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 28 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Release 1.0.0 August 3, 2024 - Initial release

- Implements a base class `HedTools` with following interface:
- `generateSidecar`
- `getHedAnnotations`
- `searchHed
- `validateEvents`
- `validateSidecar`
- `validateTags`
- `resetHedVersion`
- Provides two implementations of the interface:
- `HedToolsService` - calls web services to perform the operations
- `HedToolsPython` - calls local installed Python libraries to perform the operations
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Documentation Status](https://readthedocs.org/projects/hed-matlab/badge/?version=latest)](https://www.hed-matlab.org/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13201057.svg)](https://doi.org/10.5281/zenodo.13201057)

# HED-MATLAB
This repository contains the MATLAB supporting code infrastructure
Expand Down
6 changes: 2 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@ Hierarchical Event Descriptor (HED) MATLAB Tools

.. sidebar:: **Links**

* `PDF docs <https://hed-matlab.readthedocs.io/_/downloads/en/latest/pdf/>`_
* `API docs <https://hed-matlab.readthedocs.io/_/downloads/en/latest/pdf/>`_

* `Source code <https://github.com/hed-standard/hed-matlab/>`_

Note: this is a work in progress. More information is coming.

.. toctree::
:maxdepth: 6
:caption: Contents:

introduction.md
user_guide.rst


.. toctree::
:maxdepth: 6
:caption: HED MATLAB API:
Expand Down
20 changes: 5 additions & 15 deletions docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,10 @@ Why HED?
so that tools can automatically use this information in analysis.

For more information on using Hierarchical Event Descriptors (HED)
visit `HED examples <https://hed-examples.readthedocs.io/en/latest/index.html>`_:
visit the `HED homepage` <https://www.hedtags.org>`_:
and the `HED resources page <https://www.hed-resources.org/en/latest/HedMatlabTools.html>`_:


Installing hedtools
===================
Hedtools will be available soon on pypi, but in the meantime,
you can install directly from the
`GitHub repository <https://github.com/hed-standard/hed-python>`_
using the following command:

```code
>>> pip install git+https://github.com/hed-standard/hed-python.git
```

Finding help
============

Expand All @@ -44,7 +34,7 @@ Finding help


:Issues and problems:
* If you notice a bug in the python hedtools code or encounter other problems using the tools, please `open an issue`_ in the
hed-python repository on github.
* If you notice a bug in the HED tools for matlab code or encounter other problems using the tools, please `open an issue`_ in the
hed-matlab repository on github.

.. _open an issue: https://github.com/hed-standard/hed-python/issues
.. _open an issue: https://github.com/hed-standard/hed-matlab/issues
9 changes: 0 additions & 9 deletions docs/source/user_guide.rst

This file was deleted.

0 comments on commit f071b4f

Please sign in to comment.