]> git.parisson.com Git - timeside.git/commitdiff
fix dive in doc
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 29 Jan 2015 12:04:52 +0000 (13:04 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 29 Jan 2015 12:04:52 +0000 (13:04 +0100)
README.rst
doc/source/intro.rst

index cbc37520ab87cef3c1696ab90ddbbd96336e2672..92b944ab03fd95f8d4c181a8a4614e9f4e03ad51 100644 (file)
@@ -66,7 +66,8 @@ To list all available plugins::
    os.remove('waveform.png')
 
 
-   >>> import timeside
+   >>> import timeside.core
+   >>> timeside.core.list_processors()
 
 
 Define some processors::
index 3a82d780711230be558c3d34147cf73b03dde70e..6e9393c4ef94d2a6b6687d13d17ebb5d8bb08369 100644 (file)
@@ -68,8 +68,8 @@ To list all available plugins::
 
 .. doctest::
 
-   >>> import timeside
-   >>> timeside.core.list_processors()  # doctest: +SKIP
+   >>> import timeside.core
+   >>> timeside.core.list_processors()
 
 
 Define some processors::