From 33dd583589f5c95f94bbd39702968a1391e2ee6c Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 23 Apr 2016 14:05:01 +0200 Subject: README.rst: Updating links to reflect new repo structure. Fixing typos regarding links. --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 8ea0809..5f0666c 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ thesoundofpeople ################ -||supercollider classes for interacting with data sets from |opensnp| (parsing, retrieving metadata, rendering audio from, etc.). +| |supercollider| classes for interacting with data sets from |opensnp| (parsing, retrieving metadata, rendering audio from, etc.). **Note:** *This is a prototype! It is developed on Linux using JACK, therefore the following features have only been tested there!* @@ -18,7 +18,7 @@ GUI ___ The GUI is still pretty minimalistic and currently just - non-interactively - showing which SNP is playing on which chromsome (and thus also on which speaker). -.. figure:: https://git.sleepmap.de/thesoundofpeople.git/plain/thesoundofpeople-gui.png +.. figure:: https://git.sleepmap.de/audio/thesoundofpeople.git/plain/thesoundofpeople-gui.png :alt: The Sound Of People GUI The Sound Of People GUI @@ -34,7 +34,7 @@ Clone this repository to somewhere sclang will pick it up on recompiling its cla .. code:: bash cd ~/.local/share/SuperCollider/Extensions/local - git clone git://sleepmap.de/thesoundofpeople.git + git clone git://sleepmap.de/audio/thesoundofpeople.git If the local folder doesn't exist, create it, otherwise you can also directly clone into the Extensions folder (the folder and all of its children will get picked up on recompile). Symlinking is fine, too! @@ -42,7 +42,7 @@ Symlinking is fine, too! .. code:: bash cd ~/some/other/directory - git clone git://sleepmap.de/thesoundofpeople.git + git clone git://sleepmap.de/audio/thesoundofpeople.git cd ./local/share/SuperCollider/Extensios/local/ ln -s ~/some/other/directory/thesoundofpeople . @@ -58,7 +58,7 @@ All further steps are explained there. .. |opensnp| raw:: html - SuperCollider + OpenSNP .. |soundcloud| raw:: html -- cgit v1.2.3