From: Paul Brossier Date: Fri, 7 Dec 2018 12:10:54 +0000 (+0100) Subject: [doc] add py_temporal page X-Git-Tag: 0.4.9~127 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=134f1b72d33fa7a575ce1a06258c4a2e53e3c9f0;hp=d958b3c4639426df9b56d398025dbb050cdf878b [doc] add py_temporal page --- diff --git a/doc/py_temporal.rst b/doc/py_temporal.rst new file mode 100644 index 00000000..9a0bb39f --- /dev/null +++ b/doc/py_temporal.rst @@ -0,0 +1,8 @@ +.. currentmodule:: aubio +.. default-domain:: py + +Digital filters +--------------- + +.. autoclass:: digital_filter + :members: diff --git a/doc/python.rst b/doc/python.rst index 513b76dc..7a895485 100644 --- a/doc/python.rst +++ b/doc/python.rst @@ -30,6 +30,7 @@ Contents py_datatypes py_io + py_temporal py_spectral py_utils py_examples