]> git.parisson.com Git - timeside.git/commitdiff
fix various ReST links for pypi
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 20 May 2014 10:32:19 +0000 (12:32 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 20 May 2014 10:32:19 +0000 (12:32 +0200)
README.rst
doc/source/dev.rst
doc/source/dive_in.rst
doc/source/doc.rst
doc/source/install.rst
doc/source/intro.rst
doc/source/news.rst
doc/source/related.rst
doc/source/ui.rst

index 2de450e94fd3ddfefa7f6f1e613258211f07231b..6ceb7e32bcf10265e89ebaf3a303420e96806d3a 100644 (file)
@@ -36,7 +36,7 @@ Goals
 * **Transcode** audio data in various media formats and stream them through web apps,
 * **Organize**, **serialize** and **save** feature analysis data through various portable formats,
 * **Playback** and **interact** **on demand** through a smart high-level HTML5 extensible player,
-* **Index**, **tag** and **annotate** audio archives with semantic metadata (see `Telemeta <http://telemeta.org>`_ which embed TimeSide).
+* **Index**, **tag** and **annotate** audio archives with semantic metadata (see `Telemeta <http://telemeta.org>`__ which embed TimeSide).
 
 
 Architecture
@@ -45,6 +45,7 @@ Architecture
 The streaming architecture of TimeSide relies on 2 main parts: a processing engine including various plugin processors written in pure Python and a user interface providing some web based visualization and playback tools in pure HTML5.
 
 .. image:: http://vcs.parisson.com/gitweb/?p=timeside.git;a=blob_plain;f=doc/slides/img/timeside_schema.svg;hb=refs/heads/dev
+  :width: 800 px
 
 
 Processors
@@ -115,7 +116,7 @@ News
  * All processor folders (decoder, analyzer, grapher, encoder) are now real plugin repositories : you can just drop processors in it and play!
  * TimeSide can be installed without Aubio, Yaafe nor Vamp : it should be easier to install on old distributions for which those librairies are difficult or impossible to compile
  * Encoder : add an Opus encoder
- * Experimental : add a django web server with a REST API (see `Web server <#web-server>`_)
+ * Experimental : add a django web server with a REST API (see "Web server")
  * AubioPitch: prevent NaN in result by converting them to zero
  * Yaafe analyzer: simplify adaptation of process frames from TimeSide to Yaafe
  * LimsiSad: add a default value for parameter sad_model
@@ -227,7 +228,7 @@ Note you can also instanciate each processor with its own class::
  >>> analyzer =  timeside.analyzer.level.Level()
  >>> encoder  =  timeside.encoder.ogg.VorbisEncoder('sweep.ogg')
  
-For more extensive examples, please see the `http://files.parisson.com/timeside/doc/ <full documentation>`_.
+For more extensive examples, please see the `full documentation <http://files.parisson.com/timeside/doc/>`_.
 
 API / Documentation
 ====================
@@ -235,7 +236,7 @@ API / Documentation
 * General : http://files.parisson.com/timeside/doc/
 * 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 <#web-player>`_)
+* Player / UI : https://github.com/yomguy/TimeSide/wiki/Ui-Guide (see also "Web player")
 * Examples:
 
   - http://nbviewer.ipython.org/github/thomasfillon/AES53-timeside-demos/tree/master/
@@ -252,9 +253,7 @@ It depends on several other python modules and compiled librairies like GStreame
 Debian, Ubuntu
 ---------------
 
-For Debian based distributions, we provide a safe repository which provides all additional dependencies that are not included in Debian yet:
-
-.. code-block:: bash
+For Debian based distributions, we provide a safe repository which provides all additional dependencies that are not included in Debian yet::
 
  $ echo "deb http://debian.parisson.com/debian/ stable main" | sudo tee -a /etc/apt/sources.list
  $ sudo apt-get update
@@ -269,7 +268,7 @@ Note you can also use pip if you already have already satisfied all the dependen
 Other Linux distributions
 --------------------------
 
-On other Linux platforms, you need to install all dependencies listed at the paragraph `Dependencies <#dependencies>`_ (find all equivalent package names for your distribution). 
+On other Linux platforms, you need to install all dependencies listed in the paragraph "Dependencies" (find all equivalent package names for your distribution). 
 
 Then, use pip::
  
@@ -365,9 +364,7 @@ Web server
 
 An EXPERIMENTAL web server based on Django has been added to the package from version 0.5.5. The goal is to provide a full REST API to TimeSide to enable new kinds of audio processing web services.
 
-A sandbox is provided in timeside/server/sandbox and you can initialize it and test it like this:
-
-.. code-block:: bash
+A sandbox is provided in timeside/server/sandbox and you can initialize it and test it like this::
 
   $ cd timeside/server/sandbox
   $ ./manage.py syncdb
@@ -382,9 +379,7 @@ At the moment, this server is NOT connected to the player using TimeSide alone.
 Development
 ===========
 
-For versions >=0.5 on Debian 7 Wheezy:
-
-.. code-block:: bash
+For versions >=0.5 on Debian 7 Wheezy::
 
  $ echo "deb http://debian.parisson.com/debian/ stable main" | sudo tee -a /etc/apt/sources.list
  $ echo "deb-src http://debian.parisson.com/debian/ stable main" | sudo tee -a /etc/apt/sources.list
@@ -413,7 +408,7 @@ Sponsors and Partners
 Related projects
 =================
 
-    * `Telemeta <http://telemeta.org>`_ : open web audio platform
+    * `Telemeta <http://telemeta.org>`__ : open web audio platform
     * `Sound archives <http://archives.crem-cnrs.fr/>`_ of the CNRS, CREM and the "Musée de l'Homme" in Paris, France.
     * The `DIADEMS project <http://www.irit.fr/recherches/SAMOVA/DIADEMS/en/welcome/>`_ sponsored by the ANR.
 
index 72ad1461443f4c6bc74b90c7e5431e7aaf7b7a5d..86b93ae31f06179a14847b4225cb5817325d933a 100644 (file)
@@ -1,9 +1,7 @@
 Development
 ===========
 
-For versions >=0.5 on Debian 7 Wheezy:
-
-.. code-block:: bash
+For versions >=0.5 on Debian 7 Wheezy::
 
  $ echo "deb http://debian.parisson.com/debian/ stable main" | sudo tee -a /etc/apt/sources.list
  $ echo "deb-src http://debian.parisson.com/debian/ stable main" | sudo tee -a /etc/apt/sources.list
index ee110b397e5d194969c4d97f5e5675e5b7a6250c..03fd1931be7c7dbdae00e006b3ae17333c0de22a 100644 (file)
@@ -35,5 +35,5 @@ Note you can also instanciate each processor with its own class::
  >>> analyzer =  timeside.analyzer.level.Level()
  >>> encoder  =  timeside.encoder.ogg.VorbisEncoder('sweep.ogg')
  
-For more extensive examples, please see the `http://files.parisson.com/timeside/doc/ <full documentation>`_.
+For more extensive examples, please see the `full documentation <http://files.parisson.com/timeside/doc/>`_.
 
index 14792937e987255d7fe895b474d7612738219535..17b70d0bdadefeaf3c7da6c033af208e704fdf27 100644 (file)
@@ -4,7 +4,7 @@ API / Documentation
 * General : http://files.parisson.com/timeside/doc/
 * 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 <#web-player>`_)
+* Player / UI : https://github.com/yomguy/TimeSide/wiki/Ui-Guide (see also "Web player")
 * Examples:
 
   - http://nbviewer.ipython.org/github/thomasfillon/AES53-timeside-demos/tree/master/
index 26dc4d54635fec5e1a70d1a1986d02b99597687c..de69ff821faf025c48941c1058f7775eedccea2b 100644 (file)
@@ -8,9 +8,7 @@ It depends on several other python modules and compiled librairies like GStreame
 Debian, Ubuntu
 ---------------
 
-For Debian based distributions, we provide a safe repository which provides all additional dependencies that are not included in Debian yet:
-
-.. code-block:: bash
+For Debian based distributions, we provide a safe repository which provides all additional dependencies that are not included in Debian yet::
 
  $ echo "deb http://debian.parisson.com/debian/ stable main" | sudo tee -a /etc/apt/sources.list
  $ sudo apt-get update
@@ -25,7 +23,7 @@ Note you can also use pip if you already have already satisfied all the dependen
 Other Linux distributions
 --------------------------
 
-On other Linux platforms, you need to install all dependencies listed at the paragraph `Dependencies <#dependencies>`_ (find all equivalent package names for your distribution). 
+On other Linux platforms, you need to install all dependencies listed in the paragraph "Dependencies" (find all equivalent package names for your distribution). 
 
 Then, use pip::
  
index d5d82877e4295412e63ebe5fe113659942d44468..f5dabd42b6ce84ade2b9fb3408986b8c086ca49e 100644 (file)
@@ -36,7 +36,7 @@ Goals
 * **Transcode** audio data in various media formats and stream them through web apps,
 * **Organize**, **serialize** and **save** feature analysis data through various portable formats,
 * **Playback** and **interact** **on demand** through a smart high-level HTML5 extensible player,
-* **Index**, **tag** and **annotate** audio archives with semantic metadata (see `Telemeta <http://telemeta.org>`_ which embed TimeSide).
+* **Index**, **tag** and **annotate** audio archives with semantic metadata (see `Telemeta <http://telemeta.org>`__ which embed TimeSide).
 
 
 Architecture
@@ -45,6 +45,7 @@ Architecture
 The streaming architecture of TimeSide relies on 2 main parts: a processing engine including various plugin processors written in pure Python and a user interface providing some web based visualization and playback tools in pure HTML5.
 
 .. image:: http://vcs.parisson.com/gitweb/?p=timeside.git;a=blob_plain;f=doc/slides/img/timeside_schema.svg;hb=refs/heads/dev
+  :width: 800 px
 
 
 Processors
index c8b1b640d1637694ff04406b09bf732f91e248e2..d9f45d7565426fe6e772054a73082ee03ab0003d 100644 (file)
@@ -6,7 +6,7 @@ News
  * All processor folders (decoder, analyzer, grapher, encoder) are now real plugin repositories : you can just drop processors in it and play!
  * TimeSide can be installed without Aubio, Yaafe nor Vamp : it should be easier to install on old distributions for which those librairies are difficult or impossible to compile
  * Encoder : add an Opus encoder
- * Experimental : add a django web server with a REST API (see `Web server <#web-server>`_)
+ * Experimental : add a django web server with a REST API (see "Web server")
  * AubioPitch: prevent NaN in result by converting them to zero
  * Yaafe analyzer: simplify adaptation of process frames from TimeSide to Yaafe
  * LimsiSad: add a default value for parameter sad_model
index 45928e6cdb83c7bd3ca26c4b20993731d5fb5b13..d526808a3c0f33af508eec6362e076523475b072 100644 (file)
@@ -13,7 +13,7 @@ Sponsors and Partners
 Related projects
 =================
 
-    * `Telemeta <http://telemeta.org>`_ : open web audio platform
+    * `Telemeta <http://telemeta.org>`__ : open web audio platform
     * `Sound archives <http://archives.crem-cnrs.fr/>`_ of the CNRS, CREM and the "Musée de l'Homme" in Paris, France.
     * The `DIADEMS project <http://www.irit.fr/recherches/SAMOVA/DIADEMS/en/welcome/>`_ sponsored by the ANR.
 
index babfd8f2c15da6f319240756564d1a85cbaccaae..3f3ff6ff139791299915bc96ef656adf921742ed 100644 (file)
@@ -68,9 +68,7 @@ Web server
 
 An EXPERIMENTAL web server based on Django has been added to the package from version 0.5.5. The goal is to provide a full REST API to TimeSide to enable new kinds of audio processing web services.
 
-A sandbox is provided in timeside/server/sandbox and you can initialize it and test it like this:
-
-.. code-block:: bash
+A sandbox is provided in timeside/server/sandbox and you can initialize it and test it like this::
 
   $ cd timeside/server/sandbox
   $ ./manage.py syncdb