From 5be0ecb3db003d4672a794ac54375acecac4db4c Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 8 Oct 2012 16:00:24 +0200 Subject: [PATCH] mv doc, fix doc --- README.rst | 29 +++++++++--------- {timeside/doc => doc}/img/timeside_schema.dia | Bin {timeside/doc => doc}/img/timeside_schema.png | Bin 3 files changed, 15 insertions(+), 14 deletions(-) rename {timeside/doc => doc}/img/timeside_schema.dia (100%) rename {timeside/doc => doc}/img/timeside_schema.png (100%) diff --git a/README.rst b/README.rst index d5cb458..2af8a54 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ We just *need* a python library to: Here is a schematic diagram of the TimeSide engine architecture: -.. image:: http://timeside.googlecode.com/git/timeside/doc/img/timeside_schema.png +.. image:: http://timeside.googlecode.com/git/doc/img/timeside_schema.png News @@ -94,32 +94,33 @@ get the results:: >>> grapher.render(output='image.png') >>> print 'Level:', analyzer.result() -finally see image.png and play output.mp3 ;) +and finally see image.png and play output.mp3 ;) +`More examples `_ -More examples -============= + +UI examples +=========== * http://code.google.com/p/timeside/ - * http://code.google.com/p/timeside/wiki/PythonApi - * https://github.com/yomguy/TimeSide/tree/master/scripts/batch/ + * http://parisson.telemeta.org/archives/items/PRS_07_01_03/ * http://archives.crem-cnrs.fr/items/CNRSMH_I_1956_002_001_01/ (player embedded in a Telemeta session) -Related projects -================= +APIs and guides +=============== -TimeSide has emerged in 2010 from the `Telemeta project `_ which develops a free and open-source web audio CMS. +Engine API : http://code.google.com/p/timeside/source/browse/trunk/timeside/api.py -Some decoders and encoders depend on the great `GStreamer framework `_. +Player API and guide : http://code.google.com/p/timeside/wiki/UiGuide -APIs -==== +Related projects +================= -Engine API : http://code.google.com/p/timeside/source/browse/trunk/timeside/api.py +TimeSide has emerged in 2010 from the `Telemeta project `_ which develops a free and open-source web audio CMS. -Player API and guide : http://code.google.com/p/timeside/wiki/UiGuide +Some decoders and encoders depend on the great `GStreamer framework `_. Platforms diff --git a/timeside/doc/img/timeside_schema.dia b/doc/img/timeside_schema.dia similarity index 100% rename from timeside/doc/img/timeside_schema.dia rename to doc/img/timeside_schema.dia diff --git a/timeside/doc/img/timeside_schema.png b/doc/img/timeside_schema.png similarity index 100% rename from timeside/doc/img/timeside_schema.png rename to doc/img/timeside_schema.png -- 2.39.5