From 53feda48940f345da38aeae379b58348e5f55246 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 29 Jan 2015 13:04:52 +0100 Subject: [PATCH] fix dive in doc --- README.rst | 3 ++- doc/source/intro.rst | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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:: -- 2.39.5