Skip to content

Commit a28e23a

Browse files
committed
extra files
1 parent 8af7c13 commit a28e23a

10 files changed

Lines changed: 639 additions & 0 deletions

GettingStarted.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
sd_hide_title: true
3+
---
4+
# **Getting Started**
5+
6+
```{rubric} Getting Started Tutorials
7+
:class: sd-fs-4
8+
```
9+
10+
If you are a new user, please spend 7 minutes to watch the introductory video below before beginning the tutorials.
11+
12+
:::{only} offline
13+
14+
```{raw} html
15+
<video width="80%" style="display:block; margin: 0 auto;" controls>
16+
<source src="../_static/IntroVideoTour.mp4" type="video/mp4">
17+
Your browser does not support the video tag.
18+
</video>
19+
```
20+
:::
21+
22+
:::{only} not offline
23+
24+
```{youtube} Y4H-8FMJlis
25+
:width: 80%
26+
:align: center
27+
28+
```
29+
:::
30+
31+
32+
There is few tutorials which are target new users. These tutorials are ordered
33+
in a suitable sequence for users who are unfamiliar with AnyBody. After completing
34+
these tutorials you will be better suited for working with your own projects.
35+
36+
:::{include} getting-started-descriptions.txt
37+
:::
38+
39+
40+
41+
```{toctree}
42+
:caption: Getting Started
43+
:includehidden: true
44+
:maxdepth: 1
45+
:hidden: true
46+
:titlesonly: true
47+
48+
A_Getting_started/index
49+
A_Getting_started_anyscript/index
50+
A_Getting_started_modeling/index
51+
A_Getting_started_AMMR/index
52+
53+
```

Tutorials.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
sd_hide_title: true
3+
---
4+
5+
# **Tutorials**
6+
7+
8+
```{rubric} All Tutorials
9+
:class: sd-fs-4
10+
```
11+
12+
You can find the available tutorials in the sidebar. The tutorials are ordered in a suitable sequence for new users who are unfamiliar with AnyBody, but this sequence may not be optimal for you depending on your background and interests.
13+
14+
15+
16+
:::{include} core-tutorial-descriptions.txt
17+
:::
18+
19+
20+
:::{include} special-topics-descriptions.txt
21+
:::
22+
23+
24+
25+
26+
```{toctree}
27+
:caption: Core tutorials
28+
:includehidden: true
29+
:maxdepth: 2
30+
:hidden: true
31+
:titlesonly: true
32+
33+
A_study_of_studies/index
34+
Making_things_move/index
35+
MuscleRecruitment/index
36+
Muscle_modeling/index
37+
The_mechanical_elements/index
38+
ForceDependentKinematics/index
39+
Parameter_studies_and_optimization/index
40+
41+
```
42+
43+
44+
```{toctree}
45+
:caption: Special topics
46+
:includehidden: true
47+
:maxdepth: 2
48+
:hidden: true
49+
:titlesonly: true
50+
51+
Finite_element_analysis/index
52+
AnyExp4SOLIDWORKS/index
53+
Scaling/index
54+
Posture_and_movement/intro
55+
```
56+
57+
58+
```{toctree}
59+
:caption: Internals of AnyBody
60+
:includehidden: true
61+
:maxdepth: 2
62+
:hidden: true
63+
:titlesonly: true
64+
65+
Interface_features/index
66+
Advanced_script_features/index
67+
Troubleshooting_anyscript/intro
68+
Validation_of_models/index
69+
```

_static/AnyBodyTutorials.svg

Lines changed: 132 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)