Skip to content

Commit 458ee45

Browse files
committed
Fix error in syntax due to migration to myst
1 parent e3c5030 commit 458ee45

35 files changed

Lines changed: 54 additions & 104 deletions

File tree

A_Getting_started/intro.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ tool, or even as the foundations for your own modeling studies.**
1313

1414
Building models from the bottom-up is described further in "{doc}`Getting Started AnyScript Programming </A_Getting_started_anyscript/intro>`".
1515

16-
Modifying the postures and motion of an existing model is introduced in "{doc}`Getting Started:
17-
Modeling <../A_Getting_started_modeling/intro>`" and the "{doc}`Making
18-
Things Move <../Making_things_move/intro>`" tutorials.
16+
Modifying the postures and motion of an existing model is introduced in "{doc}`Getting Started:Modeling <../A_Getting_started_modeling/intro>`" and the "{doc}`MakingThings Move <../Making_things_move/intro>`" tutorials.
1917

2018
```{rubric} Goals for this tutorial
2119
```

A_Getting_started/lesson2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,4 @@ awarded the following message:
139139
You have just completed your first analysis with an AnyBody model. In the
140140
next lesson, we will examine the effects of posture on the results
141141

142-
+++{doc}`Lesson 3: Reviewing analysis
143-
results <lesson3>`.
142+
+++{doc}`Lesson 3: Reviewing analysisresults <lesson3>`.

A_Getting_started_anyscript/lesson5.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ AnyDrawMuscle DrwMus = {};
113113
```
114114

115115
Upon re-loading the model, you should see a thick, red line connecting the muscle's origin and
116-
insertion points. There are other ways to visualize muscles, and these are described here in a {doc}`dedicated muscle
117-
tutorial <../Muscle_modeling/intro>`.
116+
insertion points. There are other ways to visualize muscles, and these are described here in a {doc}`dedicated muscletutorial <../Muscle_modeling/intro>`.
118117

119118
The muscle path may appear strange because the mechanism hasn't been assembled by a kinematic analysis.
120119

@@ -316,8 +315,7 @@ movement and drops off again.
316315

317316
:::{note}
318317
Applied forces do not have to be constant. They can change with time
319-
and other properties in the model. Please refer to the {doc}`tutorial on
320-
forces <../The_mechanical_elements/intro>` for more
318+
and other properties in the model. Please refer to the {doc}`tutorial onforces <../The_mechanical_elements/intro>` for more
321319
details.
322320
:::
323321

A_Getting_started_anyscript/lesson6.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ option during the export process.
3030
Since the bone models shown in the above tutorial may be a bit too elaborate for a
3131
basic tutorial, we will demonstrate this by adding an STL file for the dumbbel in the arm model.
3232

33-
Download the following model {download}`here
34-
(dumbell.stl) <Downloads/dumbbell.stl>`.
33+
Download the following model {download}`here(dumbell.stl) <Downloads/dumbbell.stl>`.
3534

3635
The dumbbell STL should be added to the forearm, so add the following code - which imports the STL
3736
file into AnyBody - within the "ArmModel.Segs.ForeArm" object:

A_Getting_started_modeling/lesson3.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,5 @@ can still run the kinematics of your model.
506506
:::
507507

508508
:::{seealso}
509-
**Next lesson:** Now that the kinematics is in order let us move on to the {doc}`kinetic
510-
analysis in Lesson 4 and see what the model is good
511-
for. <lesson4>`
509+
**Next lesson:** Now that the kinematics is in order let us move on to the {doc}`kineticanalysis in Lesson 4 and see what the model is goodfor. <lesson4>`
512510
:::

A_study_of_studies/intro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ studies can easily be made with references to the common part and their
172172
respective distinctive part. Special studies that are used to initialize
173173
properties in the model, is also a case where it is indeed useful to be
174174
able to point to parts of the model. Muscle property calibration is such
175-
a case, which we shall look at in a special lesson of the {doc}`Inverse
176-
Dynamics of Muscle Systems tutorial </MuscleRecruitment/index>`.
175+
a case, which we shall look at in a special lesson of the {doc}`InverseDynamics of Muscle Systems tutorial </MuscleRecruitment/index>`.
177176

178177
## The elements of a study
179178

A_study_of_studies/lesson1.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ AnyBody allows for the definition of joints that only provide kinematic
8787
constraints but not the associated reaction forces. In fact, the system
8888
also allows the opposite: Reaction forces without kinematic constraints.
8989
For an in-depth discussion of some of these issues, please refer to the
90-
{doc}`tutorial on mechanical
91-
elements <../The_mechanical_elements/intro>`. For now, the
90+
{doc}`tutorial on mechanical elements <../The_mechanical_elements/intro>`. For now, the
9291
bottom line is that counting reactions can sometimes be tricky, and the
9392
Mechanical System Information in Object Description is helpful in this
9493
respect.

A_study_of_studies/lesson2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ is used for positioning muscles wrapping over surfaces. It is just not
6767
visible in this simple model.
6868

6969
The InitialConditions study can be thought of as the first step of a
70-
kinematic analysis, which will be the subject of {doc}`the next
71-
lesson. <lesson3>`
70+
kinematic analysis, which will be the subject of {doc}`the next lesson. <lesson3>`
7271

7372
:::{rst-class} without-title
7473
:::

A_study_of_studies/lesson3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ the purpose:
105105

106106
![demo.SliderCrank3D.any](_static/lesson3/image1.png)
107107

108-
When you load it and open a {doc}`Model
109-
View <../Interface_features/lesson3>` you will see that
108+
When you load it and open a {doc}`Model View <../Interface_features/lesson3>` you will see that
110109
this is a very simple mechanism comprising only three segments. They are
111110
not yet connected correctly at their joints, but they will be if you run
112111
the Kinematics operation. Go to the Study tree, pick Kinematics and

A_study_of_studies/lesson4.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ balance the moments exerted about the elbow and shoulder joints by the
4848
external load.
4949

5050
Much more details about inverse dynamics of musculoskeletal systems are
51-
found {doc}`the special tutorial on the
52-
topic <../MuscleRecruitment/Inverse_dynamics>`.
51+
found {doc}`the special tutorial on the topic <../MuscleRecruitment/Inverse_dynamics>`.

0 commit comments

Comments
 (0)