Skip to content

Commit

Permalink
Merge pull request pyhrf#172 from himito/feature/installation
Browse files Browse the repository at this point in the history
nibabel fix for travis
  • Loading branch information
Jaime Arias Almeida committed Oct 5, 2016
2 parents ec39c17 + 7d7b861 commit 4e47c28
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ addons:

before_install:
- pip install --no-index --trusted-host nipy.bic.berkeley.edu -f https://nipy.bic.berkeley.edu/scipy_installers/travis scipy matplotlib;
- pip install nibabel
- pip install 'nibabel<2.1.0'
- pip install sympy
- pip install nipy
- pip install joblib
Expand Down
52 changes: 39 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,29 +1,55 @@
.. -*- mode: rst -*-
pyhrf
PyHRF
=====

pyhrf is a set of tools to analyze fMRI data and specifically study hemodynamics.
.. image:: https://img.shields.io/pypi/v/pyhrf.svg
:target: https://pypi.python.org/pypi/pyhrf

.. image:: https://img.shields.io/travis/pyhrf/pyhrf/master.svg
:target: https://travis-ci.org/pyhrf/pyhrf

.. image:: https://img.shields.io/coveralls/pyhrf/pyhrf/master.svg
:target: https://coveralls.io/r/pyhrf/pyhrf?branch=master

.. image:: https://img.shields.io/gitter/room/pyhrf/pyhrf.svg
:target: https://gitter.im/pyhrf/pyhrf

.. contents::

What is PyHRF?
**************

PyHRF is a set of tools to analyze fMRI data and specifically study hemodynamics.


Installation
************

For installation instructions, see `installation website <http://www.pyhrf.org/installation.html>`_.

Documentation
*************

PyHRF documentation is available on the web:

http://www.pyhrf.org/manual.html

Website
-------
*******

See `installation documentation website <http://www.pyhrf.org/installation.html>`_ for details
The PyHRF site is:

Code status:
************
http://www.pyhrf.org/

.. image:: https://travis-ci.org/pyhrf/pyhrf.svg?branch=master
:target: https://travis-ci.org/pyhrf/pyhrf
Bug reports
***********

.. image:: https://coveralls.io/repos/pyhrf/pyhrf/badge.png?branch=master
:target: https://coveralls.io/r/pyhrf/pyhrf?branch=master
To search for bugs or report them, please use the PyHRF Bug Tracker at:

Licence
*******
https://github.com/pyhrf/pyhrf/issues

License information
*******************

pyhrf is under the CeCILL v2 (see LICENCE for details)
PyHRF is under the CeCILL v2. See the file ``LICENCE`` for details.

0 comments on commit 4e47c28

Please sign in to comment.