From 685254ef8e3710cb6ae00b77617b92dba6a98bad Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Oct 2013 18:34:25 +0200 Subject: [PATCH] fix doc --- doc/source/api/analyzer/core.rst | 4 ++-- doc/source/api/grapher/index.rst | 4 ++++ doc/source/api/index.rst | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/source/api/analyzer/core.rst b/doc/source/api/analyzer/core.rst index 5c81903..e014537 100644 --- a/doc/source/api/analyzer/core.rst +++ b/doc/source/api/analyzer/core.rst @@ -4,8 +4,8 @@ .. automodule:: timeside.analyzer.core -New analyzer Result -******************* +AnalyzerResult +*************** .. autoclass:: AnalyzerResult :members: diff --git a/doc/source/api/grapher/index.rst b/doc/source/api/grapher/index.rst index 8a1d0c9..15ceebb 100644 --- a/doc/source/api/grapher/index.rst +++ b/doc/source/api/grapher/index.rst @@ -8,6 +8,7 @@ Grapher Core module =========== + .. automodule:: timeside.grapher.core :members: @@ -16,16 +17,19 @@ Graphers Spectrogram ----------- + .. automodule:: timeside.grapher.spectrogram :members: Waveform ----------- + .. automodule:: timeside.grapher.waveform :members: Simple Waveform --------------- + .. automodule:: timeside.grapher.waveform_simple :members: diff --git a/doc/source/api/index.rst b/doc/source/api/index.rst index 7c0d095..a935267 100644 --- a/doc/source/api/index.rst +++ b/doc/source/api/index.rst @@ -11,4 +11,4 @@ TimeSide API analyzer/index encoder/index grapher/index - + -- 2.39.5