From: Paul Brossier Date: Fri, 7 Dec 2018 12:12:27 +0000 (+0100) Subject: [doc] add py_analysis page X-Git-Tag: 0.4.9~126 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=12f7bfe8930ac46e0139ca5dfdd7fbefff18bcab [doc] add py_analysis page --- diff --git a/doc/py_analysis.rst b/doc/py_analysis.rst new file mode 100644 index 00000000..47d7ab18 --- /dev/null +++ b/doc/py_analysis.rst @@ -0,0 +1,15 @@ +.. currentmodule:: aubio +.. default-domain:: py + +Analysis +-------- + +.. members of generated classes are not shown + +.. autoclass:: onset + +.. autoclass:: pitch + +.. autoclass:: tempo + +.. autoclass:: notes diff --git a/doc/python.rst b/doc/python.rst index 7a895485..552b7071 100644 --- a/doc/python.rst +++ b/doc/python.rst @@ -32,6 +32,7 @@ Contents py_io py_temporal py_spectral + py_analysis py_utils py_examples