|
1 | 1 | # kineticstoolkit_extensions
|
2 | 2 |
|
3 |
| -Additional modules and development of new features for Kinetics Toolkit |
| 3 | +Additional modules and development of new features for [Kinetics Toolkit](https://kineticstoolkit.uqam.ca) |
4 | 4 |
|
5 | 5 | This package provides modules that are not included straight into kineticstoolkit because either:
|
6 | 6 |
|
7 |
| -1. Their use case is specific to one research area of human movement biomechanics (e.g., pushrimkinetics) |
8 |
| -2. They refer to unused or older hardware (e.g., n3d) |
9 |
| -3. They are in active development and their API is not stable enough to be distributed in their final form |
10 |
| -4. They are not neutral - for example, they may relate to assumptions on the human body, such as anthropometric tables or local coordinate systems based on bony landmarks. |
| 7 | +1. Their use case is specific to one research area of human movement biomechanics (e.g., pushrimkinetics). |
| 8 | +2. They refer to specific or older hardware (e.g., n3d). |
| 9 | +3. They are in active development and their API is not stable enough to be distributed in their final form. |
| 10 | +4. They are not neutral - for example, they may relate to evolving assumptions on the human body, such as anthropometric tables or local coordinate system definitions based on bony landmarks. |
11 | 11 |
|
12 | 12 |
|
13 | 13 | ## Current list of extensions
|
@@ -70,7 +70,7 @@ On your fork, add a new folder YOUR_EXTENSION_NAME in the `kineticstoolkit_exten
|
70 | 70 |
|
71 | 71 | On your fork, add:
|
72 | 72 |
|
73 |
| -- your code in `kineticstoolkit_extensions/YOUR_EXTENSION_NAME/__init__.py`. Take `[n3d/__init__.py](https://github.com/kineticstoolkit/kineticstoolkit_extensions/blob/main/kineticstoolkit_extensions/n3d/__init__.py)` as an example. |
| 73 | +- your code in `kineticstoolkit_extensions/YOUR_EXTENSION_NAME/__init__.py`. Take [n3d/__init__.py](https://github.com/kineticstoolkit/kineticstoolkit_extensions/blob/main/kineticstoolkit_extensions/n3d/__init__.py) as an example. |
74 | 74 | - your main documentation file in `kineticstoolkit_extensions/YOUR_EXTENSION_NAME/README.md`.
|
75 | 75 | - if needed, one or several tutorials that showcase your extension.
|
76 | 76 |
|
|
0 commit comments