Skip to content

Commit d1e4fd9

Browse files
committed
Last fixes in README
1 parent 943222b commit d1e4fd9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# kineticstoolkit_extensions
22

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)
44

55
This package provides modules that are not included straight into kineticstoolkit because either:
66

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.
1111

1212

1313
## Current list of extensions
@@ -70,7 +70,7 @@ On your fork, add a new folder YOUR_EXTENSION_NAME in the `kineticstoolkit_exten
7070

7171
On your fork, add:
7272

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.
7474
- your main documentation file in `kineticstoolkit_extensions/YOUR_EXTENSION_NAME/README.md`.
7575
- if needed, one or several tutorials that showcase your extension.
7676

0 commit comments

Comments
 (0)