From 12f7bfe8930ac46e0139ca5dfdd7fbefff18bcab Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 7 Dec 2018 13:12:27 +0100 Subject: [PATCH] [doc] add py_analysis page --- doc/py_analysis.rst | 15 +++++++++++++++ doc/python.rst | 1 + 2 files changed, 16 insertions(+) create mode 100644 doc/py_analysis.rst 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 -- 2.11.0