From 8682b859b7351482e88b83d94121de8f5598df25 Mon Sep 17 00:00:00 2001 From: Jaden <noreply@example.com> Date: Thu, 6 Jul 2017 17:42:54 +0200 Subject: [PATCH] various docs fixes [ci skip] --- README.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 43511fd..1e1d504 100644 --- a/README.rst +++ b/README.rst @@ -3,9 +3,9 @@ .. Tue Apr 4 15:28:26 CEST 2017 .. image:: http://img.shields.io/badge/docs-stable-yellow.svg - :target: http://pythonhosted.org/bob.kaldi/index.html + :target: https://www.idiap.ch/software/bob/docs/bob/bob.kaldi/stable/index.html .. image:: http://img.shields.io/badge/docs-latest-orange.svg - :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.kaldi/master/index.html + :target: https://www.idiap.ch/software/bob/docs/bob/bob.kaldi/master/index.html .. image:: https://gitlab.idiap.ch/bob/bob.kaldi/badges/master/build.svg :target: https://gitlab.idiap.ch/bob/bob.kaldi/commits/master .. image:: https://gitlab.idiap.ch/bob/bob.kaldi/badges/master/coverage.svg @@ -14,8 +14,6 @@ :target: https://gitlab.idiap.ch/bob/bob.kaldi .. image:: http://img.shields.io/pypi/v/bob.kaldi.svg :target: https://pypi.python.org/pypi/bob.kaldi -.. image:: http://img.shields.io/pypi/dm/bob.kaldi.svg - :target: https://pypi.python.org/pypi/bob.kaldi =========================== @@ -30,10 +28,10 @@ processing and machine learning toolbox Bob_. Installation ------------ -Follow our `installation`_ instructions. Then, to install this pacakge, run:: +Follow our `installation`_ instructions. Then, to install this package, run:: $ conda install bob.kaldi - + Kaldi_ is bundled in our conda channnels as well which means installing bob.kaldi will automatically install Kaldi_ as well. -- GitLab