shithub: aubio

Download patch

ref: 12f7bfe8930ac46e0139ca5dfdd7fbefff18bcab
parent: 134f1b72d33fa7a575ce1a06258c4a2e53e3c9f0
author: Paul Brossier <piem@piem.org>
date: Fri Dec 7 08:12:27 EST 2018

[doc] add py_analysis page

--- /dev/null
+++ b/doc/py_analysis.rst
@@ -1,0 +1,15 @@
+.. currentmodule:: aubio
+.. default-domain:: py
+
+Analysis
+--------
+
+.. members of generated classes are not shown
+
+.. autoclass:: onset
+
+.. autoclass:: pitch
+
+.. autoclass:: tempo
+
+.. autoclass:: notes
--- a/doc/python.rst
+++ b/doc/python.rst
@@ -32,6 +32,7 @@
    py_io
    py_temporal
    py_spectral
+   py_analysis
    py_utils
    py_examples