Skip to content

Commit

Permalink
Update docs to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillacorta committed Aug 13, 2024
1 parent a21e3d7 commit 76895c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/src/reference/2-koma-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,40 @@ pelvis_phantom2D
heart_phantom
```

### `MotionModel`-related functions
### `MotionList`-related functions

```@docs
sort_motions!
get_spin_coords
```

### `SimpleMotion <: MotionModel`
### `SimpleMotion <: AbstractMotion`

```@docs
SimpleMotion
```

### `SimpleMotion types`
### `SimpleMotion` types

```@docs
Translation
Rotation
HeartBeat
```

### `ArbitraryMotion <: MotionModel`
### `ArbitraryMotion <: AbstractMotion`

```@docs
ArbitraryMotion
```

### `ArbitraryMotion` types

```@docs
Trajectory
FlowTrajectory
```

## `Sequence`-related functions

```@docs
Expand Down
1 change: 1 addition & 0 deletions docs/src/reference/3-koma-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CurrentModule = KomaMRICore
simulate
simulate_slice_profile
default_sim_params
reset_magnetization!
```

## GPU helper functions
Expand Down

0 comments on commit 76895c2

Please sign in to comment.