From 551086719ae200ec0c4df13eeeee10c6d269bff2 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 24 Oct 2014 19:08:19 +0200 Subject: [PATCH] goto 0.6, fix doc --- doc/source/copyright.rst | 12 +----------- doc/source/doc.rst | 7 ++----- doc/source/processors.rst | 1 - setup.py | 3 +-- timeside/__init__.py | 2 +- 5 files changed, 5 insertions(+), 20 deletions(-) diff --git a/doc/source/copyright.rst b/doc/source/copyright.rst index f57c264..baa45e3 100644 --- a/doc/source/copyright.rst +++ b/doc/source/copyright.rst @@ -1,7 +1,7 @@ Copyrights ========== -* Copyright (c) 2006, 2014 Parisson SARL +* Copyright (c) 2006, 2014 Parisson Sarl * Copyright (c) 2006, 2014 Guillaume Pellerin * Copyright (c) 2010, 2014 Paul Brossier * Copyright (c) 2013, 2014 Thomas Fillon @@ -25,13 +25,3 @@ GNU General Public License for more details. See LICENSE for more details. -Usage -====== - -To fund the project and continue our development process, we need your explicit support. So if you use TimeSide in production or even in development, please let us know: - - * star or fork the project on `GitHub `_ - * tweet something to `@parisson_studio `_ or `@yomguy `_ - * send us an email - -Thanks for your support! diff --git a/doc/source/doc.rst b/doc/source/doc.rst index 999f4e9..450ed3e 100644 --- a/doc/source/doc.rst +++ b/doc/source/doc.rst @@ -5,9 +5,6 @@ API / Documentation * Tutorial : http://files.parisson.com/timeside/doc/tutorial/index.html * API : http://files.parisson.com/timeside/doc/api/index.html * Player / UI : https://github.com/yomguy/TimeSide/wiki/Ui-Guide (see also "Web player") -* Examples: - - - http://nbviewer.ipython.org/github/thomasfillon/Timeside-demos/tree/master/ - - http://archives.crem-cnrs.fr/archives/items/CNRSMH_E_2004_017_001_01/ - +* Notebooks : http://nbviewer.ipython.org/github/thomasfillon/Timeside-demos/tree/master/ +* Usage : http://archives.crem-cnrs.fr/archives/items/CNRSMH_E_2004_017_001_01/ diff --git a/doc/source/processors.rst b/doc/source/processors.rst index bc50cd9..40892f4 100644 --- a/doc/source/processors.rst +++ b/doc/source/processors.rst @@ -1,7 +1,6 @@ Processors ========== - IEncoder -------- diff --git a/setup.py b/setup.py index ea28ff2..7e0986c 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( long_description=open('README.rst').read(), author="Guillaume Pellerin, Paul Brossier, Thomas Fillon, Riccardo Zaccarelli, Olivier Guilyardi", author_email="yomguy@parisson.com, piem@piem.org, thomas@parisson.com, riccardo.zaccarelli@gmail.com, olivier@samalyse.com", - version='0.5.7', + version='0.6', install_requires=[ 'numpy', 'mutagen', @@ -62,7 +62,6 @@ setup( 'south', 'traits', 'networkx', - 'sphinx_rtd_theme', ], platforms=['OS Independent'], license='Gnu Public License V2', diff --git a/timeside/__init__.py b/timeside/__init__.py index 43fa954..f684f77 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -25,7 +25,7 @@ from __future__ import absolute_import from . import api from . import core -__version__ = '0.5.7' +__version__ = '0.6' # Check Availability of external Audio feature extraction librairies -- 2.39.5