From: Guillaume Pellerin Date: Thu, 15 Jan 2015 09:22:05 +0000 (+0100) Subject: fix news X-Git-Tag: 0.7^2~20 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=324337214fb515f605191a1a16a5e3f9f0b8061f;p=timeside.git fix news --- diff --git a/doc/source/news.rst b/doc/source/news.rst index 98cf6bb..28077d5 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -5,8 +5,8 @@ News * Code refactoring: - - Create a new module `timeside.plugins` and move processors therein: timeside.plugins.decodr, timeside.plugins.analyzer, timeside.plugins.encoder, timeside.plugins.fx - - `timeside.plugins` is a `namespace package `_ enabling external plugins to be automatically plug into TimeSide (see for example `timeside-diadems `_). + - Create a new module `timeside.plugins` and move processors therein: timeside.plugins.decoder, timeside.plugins.analyzer, timeside.plugins.encoder, timeside.plugins.fx + - `timeside.plugins` is a `namespace package `_ enabling external plugins to be **automatically** plugged into TimeSide (see for example `timeside-diadems `_). This now makes TimeSide a real plugin host! - To properly manage the namespace packages structure, the TimeSide main module is now `timeside.core` and code should now be initialized with `import timeside.core`. * Move all analyzers developped by the partners of the Diadems project to a new repository: `timeside-diadems `_