[doc] add py_analysis page
authorPaul Brossier <piem@piem.org>
Fri, 7 Dec 2018 12:12:27 +0000 (13:12 +0100)
committerPaul Brossier <piem@piem.org>
Fri, 7 Dec 2018 12:12:27 +0000 (13:12 +0100)
doc/py_analysis.rst [new file with mode: 0644]
doc/python.rst

diff --git a/doc/py_analysis.rst b/doc/py_analysis.rst
new file mode 100644 (file)
index 0000000..47d7ab1
--- /dev/null
@@ -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
index 7a89548..552b707 100644 (file)
@@ -32,6 +32,7 @@ Contents
    py_io
    py_temporal
    py_spectral
+   py_analysis
    py_utils
    py_examples