From: yomguy Date: Mon, 8 Oct 2012 14:00:24 +0000 (+0200) Subject: mv doc, fix doc X-Git-Tag: 0.4.2~7 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5be0ecb3db003d4672a794ac54375acecac4db4c;p=timeside.git mv doc, fix doc --- 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/doc/img/timeside_schema.dia b/doc/img/timeside_schema.dia new file mode 100644 index 0000000..6431955 Binary files /dev/null and b/doc/img/timeside_schema.dia differ diff --git a/doc/img/timeside_schema.png b/doc/img/timeside_schema.png new file mode 100644 index 0000000..29f4bcb Binary files /dev/null and b/doc/img/timeside_schema.png differ diff --git a/timeside/doc/img/timeside_schema.dia b/timeside/doc/img/timeside_schema.dia deleted file mode 100644 index 6431955..0000000 Binary files a/timeside/doc/img/timeside_schema.dia and /dev/null differ diff --git a/timeside/doc/img/timeside_schema.png b/timeside/doc/img/timeside_schema.png deleted file mode 100644 index 29f4bcb..0000000 Binary files a/timeside/doc/img/timeside_schema.png and /dev/null differ