Skip to content

Commit

Permalink
DOC: fix links to soundfile documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jan 15, 2024
1 parent 4a956ea commit 1a4e86e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ to ensure that duration and number of samples match.
.. _reading speed: https://audeering.github.io/audiofile/benchmark.html
.. _sox: http://sox.sourceforge.net/
.. _virtualenv: https://virtualenv.pypa.io/
.. _soundfile: https://pysoundfile.readthedocs.io/
.. _soundfile: https://python-soundfile.readthedocs.io/

.. |tests| image:: https://github.com/audeering/audiofile/workflows/Test/badge.svg
:target: https://github.com/audeering/audiofile/actions?query=workflow%3ATest
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'audresample': ('https://audeering.github.io/audresample/', None),
'python': ('https://docs.python.org/3/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'soundfile': ('https://pysoundfile.readthedocs.io/en/latest/', None),
'soundfile': ('https://python-soundfile.readthedocs.io/en/latest/', None),
}

# Ignore package dependencies during building the docs
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ But it can be easily achieved with :mod:`audresample`.
print(f'signal shape: {signal.shape}')


.. _soundfile: https://pysoundfile.readthedocs.io/
.. _soundfile: https://python-soundfile.readthedocs.io/
.. _ffmpeg: https://www.ffmpeg.org/
.. _sox: http://sox.sourceforge.net/
.. _mediainfo: https://mediaarea.net/en/MediaInfo/
Expand Down

0 comments on commit 1a4e86e

Please sign in to comment.