]> git.parisson.com Git - timeside.git/commitdiff
goto 0.6, fix doc
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 24 Oct 2014 17:08:19 +0000 (19:08 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 24 Oct 2014 17:08:19 +0000 (19:08 +0200)
doc/source/copyright.rst
doc/source/doc.rst
doc/source/processors.rst
setup.py
timeside/__init__.py

index f57c264f352ec23e221b5264d5955b6952d6bf2e..baa45e3c70b58df6a82a61c7287ef8305ccdffdc 100644 (file)
@@ -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 <https://github.com/yomguy/TimeSide>`_
- * tweet something to `@parisson_studio <https://twitter.com/parisson_studio>`_ or `@yomguy <https://twitter.com/yomguy>`_
- * send us an email <support@parisson.com>
-
-Thanks for your support!
index 999f4e9fa3f9c0771bb14c730f86a1500051410e..450ed3e066ba5420b7817b85438f50363b79a4ea 100644 (file)
@@ -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/
 
index bc50cd979ba0f988033d4a47c971835f1a9b0257..40892f4f661edd5ab57ee3979236e29ef277c3c0 100644 (file)
@@ -1,7 +1,6 @@
 Processors
 ==========
 
-
 IEncoder
 --------
 
index ea28ff22073803d2b60039ab0f687233b4064a40..7e0986c7a3685fbbe4371ca0fce9006ff62118c0 100755 (executable)
--- 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',
index 43fa9540d2ed323d64865a5c6d13c333cb2ee26b..f684f77ecafa6bef790561cd3965ccc67de4f2ab 100644 (file)
@@ -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