From ad94a9aca973312dc6d742c4e33df20b2da87725 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 20 May 2014 11:31:17 +0200 Subject: [PATCH] add links to news --- README.rst | 2 +- doc/source/news.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 43c9dec..3eceb07 100644 --- a/README.rst +++ b/README.rst @@ -120,7 +120,7 @@ News * Yaafe analyzer: simplify adaptation of process frames from TimeSide to Yaafe * LimsiSad: add a default value for parameter sad_model * Fix various NaN and Inf and PEP8 issues also many PyFlake warnings - * Full Travis integration with tests and test coverage through coveralls.io + * Full `Travis integration `_ with tests and test coverage through `coveralls.io `_ * Thanks to all contributors! * WARNING: some of the processor paths used in your app could have moved between 0.5.4 and 0.5.5. Check them with timeside.core.processors(). Note that it is now advised to use the timeside.core.get_processor() method to instantiate the processors with their respective id as argument. * UPGRADING from the sources: please cleanup your repository with: $ find ./ -name "*.pyc" -exec rm {} \; diff --git a/doc/source/news.rst b/doc/source/news.rst index 576f957..3e3832c 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -11,7 +11,7 @@ News * Yaafe analyzer: simplify adaptation of process frames from TimeSide to Yaafe * LimsiSad: add a default value for parameter sad_model * Fix various NaN and Inf and PEP8 issues also many PyFlake warnings - * Full Travis integration with tests and test coverage through coveralls.io + * Full `Travis integration `_ with tests and test coverage through `coveralls.io `_ * Thanks to all contributors! * WARNING: some of the processor paths used in your app could have moved between 0.5.4 and 0.5.5. Check them with timeside.core.processors(). Note that it is now advised to use the timeside.core.get_processor() method to instantiate the processors with their respective id as argument. * UPGRADING from the sources: please cleanup your repository with: $ find ./ -name "*.pyc" -exec rm {} \; -- 2.39.5