diff --git a/.travis.yml b/.travis.yml index 8eec9c7632390b09ec7fb7ddd8b71ab936717d14..16cf239db65393086fa828ed7626466c228ef2d1 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 9be410d9dfd84639b616024bcfecd1e0932331f8..256eb2a9bd647d46a4636933b00016674263965c 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 ======================================