From c207726f5ea42c9a3082362b01a846bad691fc45 Mon Sep 17 00:00:00 2001 From: Simon Birrer Date: Thu, 4 Jan 2018 10:29:26 +0100 Subject: [PATCH] coveralls settings and new documentation --- README.rst | 9 +++++++++ test_helper.rb | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 test_helper.rb diff --git a/README.rst b/README.rst index 41bdf44cc..cdf8b01dd 100644 --- a/README.rst +++ b/README.rst @@ -9,11 +9,20 @@ lenstronomy :target: http://lenstronomy.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status +.. image:: https://coveralls.io/repos/github/sibirrer/lenstronomy/badge.svg?branch=master + :target: https://coveralls.io/github/sibirrer/lenstronomy?branch=master + This package is designed to model strong lens systems. The software is based on Birrer et al 2015, http://adsabs.harvard.edu/abs/2015ApJ...813..102B and finds application in e.g. Birrer et al. 2016 for time-delay cosmography and Birrer et al. 2017 for lensing substructure analysis. + +The development is coordinated on `GitHub `_ and contributions are welcome. +The documentation of **lenstronomy** is available at `readthedocs.org `_ + + + Installation -------- * check out the github repository diff --git a/test_helper.rb b/test_helper.rb new file mode 100644 index 000000000..f6f366b25 --- /dev/null +++ b/test_helper.rb @@ -0,0 +1,2 @@ +require 'coveralls' +Coveralls.wear! \ No newline at end of file