Skip to content

Commit

Permalink
updated doc build [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jun 11, 2018
1 parent 3be132c commit 3644d16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changes

v0.3.0
------
- Added `timemap_stretch` for variable-rate warping. *Marc Sarfati*
- Added `timemap_stretch` for variable-rate warping. (`PR #15 <https://github.com/bmcfee/pyrubberband/pull/15>`_) *Marc Sarfati*

v0.2.2
------
Expand Down
5 changes: 3 additions & 2 deletions pyrubberband/pyrb.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
.. autosummary::
:toctree: generated/
time_stretch
pitch_shift
time_stretch
timemap_stretch
'''


import os
import six
import subprocess
import tempfile
import six
import numpy as np
import soundfile as sf

Expand Down

0 comments on commit 3644d16

Please sign in to comment.