From f183219aa1268be482b890e24172b34f7a8e6fce Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Tue, 7 Feb 2017 13:44:34 +0100 Subject: [PATCH] Add readthedocs badge Improve requirements.txt --- README.md | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3556bd..fa3c9d1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![codecov.io](http://codecov.io/github/BlueBrain/eFEL/coverage.svg?branch=master)](http://codecov.io/github/BlueBrain/eFEL?branch=master) [![Code Climate](https://codeclimate.com/github/BlueBrain/eFEL/badges/gpa.svg)](https://codeclimate.com/github/BlueBrain/eFEL) [![Join the chat at https://gitter.im/BlueBrain/eFEL](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/BlueBrain/eFEL?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Documentation Status](https://readthedocs.org/projects/efel/badge/?version=latest)](http://efel.readthedocs.io/en/latest/?badge=latest) Introduction ============ @@ -18,7 +19,7 @@ the values to the user. The core of the library is written in C++, and a Python wrapper is included. At the moment we provide a way to automatically compile and install the library as a Python module. Instructions on how to compile the eFEL as a standalone C++ -library can be found [here](http://bluebrain.github.io/eFEL/installation.html#installing-the-c-standalone-library). +library can be found [here](http://efel.readthedocs.io/en/latest/installation.html#installing-the-c-standalone-library). News ==== diff --git a/requirements.txt b/requirements.txt index 50daa83..d6e1198 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -numpy>=1.6 +-e .