Skip to content

Commit

Permalink
docs: move optional statement to the end as it causes error in linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Feb 5, 2024
1 parent 9797293 commit f9c28e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Mechanical/Translational/components.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ Sliding mass with inertia
- `m`: [kg] mass of sliding body
- `v_0`: [m/s] Initial value of absolute linear velocity of sliding mass (default 0 m/s)
- `s`: [m] (optional) initial value of absolute position of sliding mass
- `g`: [m/s²] (optional) gravity field acting on the mass, positive value acts in the positive direction
- `s`: [m] initial value of absolute position of sliding mass (optional)
- `g`: [m/s²] gravity field acting on the mass, positive value acts in the positive direction (optional)
# States:
- `v`: [m/s] absolute linear velocity of sliding mass
- `s`: [m] (optional with parameter s) absolute position of sliding mass
- `s`: [m] absolute position of sliding mass (optional with parameter s)
# Connectors:
Expand Down

0 comments on commit f9c28e6

Please sign in to comment.