From: Guillaume Pellerin Date: Thu, 29 Jan 2015 12:04:52 +0000 (+0100) Subject: fix dive in doc X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=53feda48940f345da38aeae379b58348e5f55246;p=timeside.git fix dive in doc --- diff --git a/README.rst b/README.rst index cbc3752..92b944a 100644 --- a/README.rst +++ b/README.rst @@ -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:: diff --git a/doc/source/intro.rst b/doc/source/intro.rst index 3a82d78..6e9393c 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -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::