From: Guillaume Pellerin Date: Sun, 18 May 2014 22:16:46 +0000 (+0200) Subject: fix rst X-Git-Tag: 0.5.5~1^2~17^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=981de2a829d01abe058f5ad5544262dd77f13ef8;p=timeside.git fix rst --- diff --git a/doc/source/install.rst b/doc/source/install.rst index 44875b7..0dadda1 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -6,7 +6,7 @@ The TimeSide engine is intended to work on all Linux and Unix like platforms. It depends on several other python modules and compiled librairies like GStreamer. Debian, Ubuntu -++++++++++++++ +--------------- For Debian based distributions, we provide a safe repository which provides all additional dependencies that are not included in Debian yet: @@ -23,21 +23,21 @@ Note you can also use pip if you already have already satisfied all the dependen $ sudo pip install timeside Other Linux distributions -+++++++++++++++++++++++++ +-------------------------- -On other Linux platforms, you need to install all dependencies listed in the next paragraph (find all equivalent package names for your distribution). +On other Linux platforms, you need to install all dependencies listed in the paragraph named "Dependencies" (find all equivalent package names for your distribution). Then, use pip:: $ sudo pip install timeside OSX -++++ +--- The installation on OSX platforms is pretty hard at the moment because all dependencies are not in brew. But, it will be fully documented in the next release 0.5.6. Dependencies -++++++++++++ +------------- Needed:: diff --git a/doc/source/ui.rst b/doc/source/ui.rst index aecb651..59268d9 100644 --- a/doc/source/ui.rst +++ b/doc/source/ui.rst @@ -1,5 +1,8 @@ -Shell interface -================ +User Interfaces +=============== + +Shell +------ Of course, TimeSide can be used in any python environment. But, a shell script is also provided to enable preset based and recursive processing through your command line interface:: @@ -33,8 +36,8 @@ Of course, TimeSide can be used in any python environment. But, a shell script i -o , --ouput-directory= output directory -Web player interface -===================== +Web player +----------- TimeSide comes with a smart and pure **HTML5** audio player. @@ -60,8 +63,8 @@ TODO list: * layers -Web server interface -==================== +Web server +----------- An EXPERIMENTAL web server based on Django has been added to the package from version 0.5.4. The goal is to provide a full REST API to TimeSide to enable new kinds of audio processing web services.