]> git.parisson.com Git - timeside.git/commitdiff
fix rst
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 18 May 2014 22:16:46 +0000 (00:16 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 18 May 2014 22:16:46 +0000 (00:16 +0200)
doc/source/install.rst
doc/source/ui.rst

index 44875b7138903ba524d1fbd4bbc70668a9085ba1..0dadda1ab5a8090e3cf640b580bdcf606cfc4ea1 100644 (file)
@@ -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::
 
index aecb6515651e65944d242d84e0e2fefe73dc2d6b..59268d99b7fb809dc6e0803da052256675a9106a 100644 (file)
@@ -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 <outputdir>, --ouput-directory=<outputdir>
                         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.