From d2030f34bde5fae79683e98e880e84e65b92174f Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Wed, 3 Sep 2014 16:39:39 +0200 Subject: [PATCH] Fixed documentation of create_directories_safe. --- .travis.yml | 2 +- doc/py_api.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8403341..ef13d71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: - sudo apt-get install -qq --force-yes libboost-all-dev libblitz1-dev libatlas-dev libatlas-base-dev liblapack-dev libhdf5-serial-dev; - 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 sphinx nose jinja2==2.6; fi +- if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC sphinx nose==1.3.0 jinja2==2.6; fi - pip install cpp-coveralls install: - python bootstrap.py diff --git a/doc/py_api.rst b/doc/py_api.rst index e4ac8a7..93ae6cd 100644 --- a/doc/py_api.rst +++ b/doc/py_api.rst @@ -32,6 +32,6 @@ Functions .. autofunction:: bob.io.base.peek_all -.. autofunction:: bob.io.base.create_directories_save +.. autofunction:: bob.io.base.create_directories_safe -- GitLab