From 8c9c6198a0f59d0ad114c166647ca7a168cf664a Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Tue, 4 Nov 2014 20:15:49 +0100 Subject: [PATCH] Updated travis; added documentation hyperlink target --- .travis.yml | 2 +- doc/index.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8eec9c7..16cf239 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_install: - if [ -n "${NUMPYSPEC}" ]; then sudo apt-get install -qq gfortran; fi - if [ -n "${NUMPYSPEC}" ]; then pip install --upgrade pip setuptools; fi - if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC; fi -- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel sphinx nose==1.3.0 jinja2==2.6 cpp-coveralls +- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel sphinx nose==1.3.0 jinja2==2.6 cpp-coveralls setuptools==7.0 install: - python bootstrap.py - CFLAGS=-coverage ./bin/buildout diff --git a/doc/index.rst b/doc/index.rst index 9be410d..256eb2a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -4,6 +4,8 @@ .. .. Copyright (C) 2011-2014 Idiap Research Institute, Martigny, Switzerland +.. _bob.learn.misc: + ====================================== Miscellaneous Machine Learning Tools ====================================== -- GitLab