Skip to content

Commit 66ba6d2

Browse files
committed
filter indices based on files
1 parent 61ec43f commit 66ba6d2

File tree

9 files changed

+15
-1
lines changed

9 files changed

+15
-1
lines changed

docs/src/components.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A mass with a shape can be modeled using a [`BodyShape`](@ref). The primary diff
77
A rod without a mass (just a translation), is modeled using [`FixedTranslation`](@ref).
88

99
```@index
10+
Pages = ["components.jl", "wheels.jl", "PlanarMechanics/components.jl"]
1011
```
1112

1213
```@autodocs

docs/src/forces.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Forces
22

33
```@index
4+
Pages = ["forces.jl"]
45
```
56

67

docs/src/frames.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Docstrings
44
```@index
5+
Pages = ["frames.jl", "PlanarMechanics/utils.jl"]
56
```
67

78
```@autodocs

docs/src/interfaces.md

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

33
## Docstrings
4+
5+
```@index
6+
Pages = ["interfaces.jl"]
7+
```
8+
49
```@autodocs
510
Modules = [Multibody]
611
Pages = ["interfaces.jl"]

docs/src/joints.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Some joints offer the option to add 1-dimensional components to them by providin
88

99
## Docstrings
1010
```@index
11+
Pages = ["joints.jl", "fancy_joints.jl", "PlanarMechanics/joints.jl"]
1112
```
1213

1314
```@autodocs

docs/src/rotations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ See [Orientations and directions](@ref)
6565

6666
## Docstrings
6767
```@index
68+
Pages = ["orientation.jl"]
6869
```
6970

7071
```@autodocs

docs/src/sensors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Sensors
2+
A sensor is an object that translates quantities in the mechanical domain into causal signals which can interact with causal components from [ModelingToolkitStandardLibrary.Blocks](https://docs.sciml.ai/ModelingToolkitStandardLibrary/stable/API/blocks/), such as control systems etc.
23

34

45
## Docstrings
56
```@index
7+
Pages = ["sensors.jl", "PlanarMechanics/sensors.jl"]
68
```
79

810

9-
A sensor is an object that translates quantities in the mechanical domain into causal signals which can interact with causal components from [ModelingToolkitStandardLibrary.Blocks](https://docs.sciml.ai/ModelingToolkitStandardLibrary/stable/API/blocks/), such as control systems etc.
1011

1112
```@autodocs
1213
Modules = [Multibody, Multibody.PlanarMechanics]

docs/src/trajectory_planning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ See [Industrial robot](@ref) for an example making use of the [`point_to_point`]
1515
## Docstrings
1616

1717
```@index
18+
Pages = ["path_planning.jl", "ptp.jl"]
1819
```
1920

2021

docs/src/urdf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ urdf2multibody(filename; extras=true, out)
2424
include(out) # Include model, perform simulation and plotting
2525
```
2626

27+
## Docstring
28+
2729
```@docs
2830
Multibody.urdf2multibody
2931
```

0 commit comments

Comments
 (0)