Skip to content

Commit a1ccb04

Browse files
Fix typos and broken links in documentation (correct GitHub URL, fix variable names, and grammar corrections)
1 parent bf9dd0b commit a1ccb04

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Movement Analysis Toolkit
1818
:material-school: **Apply in science, health, and the arts**
1919
:material-handshake: **Developed with the partial support of the [EU ICT STARTS Resilence Project](https://resilence.eu/)**
2020

21-
[:octicons-book-24: Get Started](getting_started/getting_started.md){ .md-button .md-button--primary } [:material-github: GitHub Repository](https://github.com/InfoMusCP/InfoMove){ .md-button }
21+
[:octicons-book-24: Get Started](getting_started/getting_started.md){ .md-button .md-button--primary } [:material-github: GitHub Repository](https://github.com/InfoMusCP/PyEyesWeb){ .md-button }
2222

2323
</div>
2424

@@ -102,7 +102,7 @@ This framework models an observer of a dance performance through four interconne
102102
![InfoMus Lab Logo](assets/cp-logo.png){ width=512 }
103103
</div>
104104

105-
PyEyesWeb is developed the partial support of the [EU ICT STARTS Resilence Project](https://resilence.eu/),
105+
PyEyesWeb is developed with the partial support of the [EU ICT STARTS Resilence Project](https://resilence.eu/),
106106
funded by the European Union’s Horizon programme.
107107

108108
<div align="center">

docs/user_guide/integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PyEyesWeb aims to provide seamless integration with popular tools in the creativ
44

55
## TouchDesigner
66

7-
We provide a [plugin](https://github.com/InfoMusCP/PyEyesWebTD) consisting of set of TouchDesigner custom components (i.e., `.tox` files).
7+
We provide a [plugin](https://github.com/InfoMusCP/PyEyesWebTD) consisting of a set of TouchDesigner custom components (i.e., `.tox` files).
88
Each `.tox` component implements a movement feature as outlined in the [documentation](theoretical_framework/index.md).
99

1010
Example usage of the plugin is available in the [examples folder](https://github.com/InfoMusCP/PyEyesWeb/tree/main/examples).

docs/user_guide/theoretical_framework/analysis_primitives/synchronization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ $$
6969
**Output:** \( \text{PLV} \in [0,1] \)
7070

7171
!!! tip "Interpretation"
72-
- \( PLV > 0.7 \): strong phase coupling
73-
- \( 0.4 < \rho_{\max} \leq 0.7 \): moderate phase coupling
74-
- \( \rho_{\max} \leq 0.4 \): weak phase coupling
72+
- \( PLV > 0.7 \): strong phase coupling
73+
- \( 0.4 < PLV \leq 0.7 \): moderate phase coupling
74+
- \( PLV \leq 0.4 \): weak phase coupling
7575

7676
## Usage Examples
7777

docs/user_guide/theoretical_framework/low_level/smoothness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ $$
106106
$$
107107

108108
!!! tip
109-
The measurment units is (length unit)/s³ (e.g., m/s³).
109+
The measurement units is (length unit)/s³ (e.g., m/s³).
110110
Lower RMS values indicate smoother movement, but the scale depends on movement amplitude and units.
111111

112112
## Usage Examples

0 commit comments

Comments
 (0)