Skip to content

Commit

Permalink
revisions on organization
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudabedinifar committed Aug 14, 2024
1 parent 2b51cc8 commit 5f82bd0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ classDiagram

!!! note

In the examples you find a [tutorial (Load data into KielMAT)](https://neurogeriatricskiel.github.io/KielMAT/examples/basic_00_load_Data.md/) that explains the basics of the dataclass and how to work with them.
In the examples you find a [tutorial (Load data into KielMAT)](https://neurogeriatricskiel.github.io/KielMAT/examples/basic_00_load_Data_into_KielMAT/) that explains the basics of the dataclass and how to work with them.


## Contributing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ print(recording.events)



![png](basic_01_load_Data_files/basic_01_load_Data_14_1.png)
![png](basic_00_load_Data_into_KielMAT_files/basic_00_load_Data_into_KielMAT_1.png)



Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This is a collection of examples to explain various parts of the KielMAT toolbox

## Construct Your DataClass

### [Example 0: Load data into KielMAT](basic_00_load_Data.md)
### [Example 1: Introduction to the KielMAT toolbox](basic_01_intro_kielmat.md)
### [Example 0: Load data into KielMAT](basic_00_load_Data_into_KielMAT.md)
### [Example 1: Load datasets](basic_01_load_dataset.md)
### [Example 2: Events in dataclass](basic_02_events.md)

## Run Modules
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ nav:
- Home: index.md
- Examples:
- examples/index.md
- Load data into KielMAT: examples/basic_00_load_Data.md
- Load datasets: examples/basic_01_intro_kielmat.md
- Load data into KielMAT: examples/basic_00_load_Data_into_KielMAT.md
- Load datasets: examples/basic_01_load_dataset.md
- Events in dataclass: examples/basic_02_events.md
- Gait Sequence Detection: examples/modules_01_gsd.md
- Initial Contact Detection: examples/modules_02_icd.md
Expand Down

0 comments on commit 5f82bd0

Please sign in to comment.