-
Notifications
You must be signed in to change notification settings - Fork 1
/
CODEOWNERS
Validating CODEOWNERS rules...
55 lines (36 loc) · 1.21 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Default reviewer, until the different parts gets their own owner
* @melund
/A_Getting_started/* @Kristofferiversen
/A_Getting_started_anyscript/* @Hamedshayestehpour
/A_Getting_started_modeling/* @Hamedshayestehpour
/Posture_and_movement/* @bkje14
/A_study_of_studies/* @melund
/Validation_of_models/* @melund
/MuscleRecruitment/lesson7.rst @melund
/Making_things_move/* @melund
/Advanced_script_features/* @melund
/MuscleRecruitment/* @toerholm
/The_mechanical_elements/* @mdabt
/Muscle_modeling/* @bkje14
/Parameter_studies_and_optimization/* @melund
/ForceDependentKinematics/* @toerholm
/AnyExp4SOLIDWORKS/* @divyaksh-chander
/Finite_element_analysis/* @pgalibarov
/Scaling/* @pgalibarov
# GUI
/Interface_features/intro.rst @JDThomsen
# Editor
/Interface_features/lesson1.rst @JDThomsen
# Model tree
/Interface_features/lesson4.rst @JDThomsen
# Model view window
/Interface_features/lesson2.rst @JDThomsen
# Chart view window
/Interface_features/lesson3.rst @JDThomsen
# Command line applicaiton
/Interface_features/lesson5.rst @JDThomsen
# AnyProject
/Interface_features/lesson7.rst @JDThomsen
# Modifying loaded values (SetValue etc.)
/Interface_features/lesson6.rst @JDThomsen
/Troubleshooting_anyscript/* @mdabt