Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimpoutaraud committed Jan 12, 2023
1 parent 2823fbf commit f818d51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/musicalgestures/_motionvideo.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ centroid of motion for each frame with timecodes in milliseconds.

## mg_motiondata

[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_motionvideo.py#L430)
[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_motionvideo.py#L427)

```python
def mg_motiondata(
Expand Down Expand Up @@ -121,7 +121,7 @@ Shortcut for [mg_motion](#mg_motion) to only render motion data.

## mg_motiongrams

[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_motionvideo.py#L305)
[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_motionvideo.py#L302)

```python
def mg_motiongrams(
Expand Down Expand Up @@ -162,7 +162,7 @@ Shortcut for [mg_motion](#mg_motion) to only render motiongrams.

## mg_motionplots

[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_motionvideo.py#L508)
[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_motionvideo.py#L505)

```python
def mg_motionplots(
Expand Down Expand Up @@ -205,7 +205,7 @@ Shortcut for [mg_motion](#mg_motion) to only render motion plots.

## mg_motionvideo

[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_motionvideo.py#L372)
[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_motionvideo.py#L369)

```python
def mg_motionvideo(
Expand Down Expand Up @@ -240,7 +240,7 @@ Shortcut to only render the motion video. Uses musicalgestures._utils.motionvide

## save_analysis

[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_motionvideo.py#L571)
[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_motionvideo.py#L568)

```python
def save_analysis(
Expand All @@ -264,7 +264,7 @@ Helper function to plot the motion data using matplotlib.

## save_txt

[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_motionvideo.py#L777)
[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_motionvideo.py#L774)

```python
def save_txt(
Expand Down
2 changes: 1 addition & 1 deletion docs/musicalgestures/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

## Examples

[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/__init__.py#L149)
[[find in source code]](https://github.com/fourMs/MGT-python/blob/master/musicalgestures/__init__.py#L156)

```python
class Examples():
Expand Down

0 comments on commit f818d51

Please sign in to comment.