From 134f1b72d33fa7a575ce1a06258c4a2e53e3c9f0 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 7 Dec 2018 13:10:54 +0100 Subject: [PATCH] [doc] add py_temporal page --- doc/py_temporal.rst | 8 ++++++++ doc/python.rst | 1 + 2 files changed, 9 insertions(+) create mode 100644 doc/py_temporal.rst 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 -- 2.11.0