From 2cc8dbef47ee484567da84b43b1aacd69e19a12f Mon Sep 17 00:00:00 2001 From: eduardo-rodrigues Date: Thu, 25 Oct 2018 14:52:06 +0200 Subject: [PATCH 1/2] DOI badge added to README --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index b682635..3dadc63 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,8 @@ .. -*- mode: rst -*- +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1471493.svg + :target: https://doi.org/10.5281/zenodo.1471493 + numpythia: The interface between PYTHIA and NumPy ================================================= From a61034db21dc840bfc60f0b241d8b9dda07fbe7b Mon Sep 17 00:00:00 2001 From: eduardo-rodrigues Date: Thu, 25 Oct 2018 16:12:56 +0200 Subject: [PATCH 2/2] Added badge for builds on Travis and info on dependencies --- README.rst | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 3dadc63..df194d3 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,17 @@ .. -*- mode: rst -*- -.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1471493.svg - :target: https://doi.org/10.5281/zenodo.1471493 - numpythia: The interface between PYTHIA and NumPy ================================================= .. image:: https://img.shields.io/pypi/v/numpythia.svg :target: https://pypi.python.org/pypi/numpythia +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1471493.svg + :target: https://doi.org/10.5281/zenodo.1471493 + +.. image:: https://travis-ci.org/scikit-hep/numpythia.svg?branch=master + :target: https://travis-ci.org/scikit-hep/numpythia + .. image:: https://coveralls.io/repos/github/scikit-hep/numpythia/badge.svg?branch=master :target: https://coveralls.io/github/scikit-hep/numpythia?branch=master @@ -19,20 +22,12 @@ particle four-momenta. By default numpythia only depends on NumPy and builds internal copies of the PYTHIA and `HepMC `_ source code. -Python versions supported: - -.. image:: https://img.shields.io/badge/python-2.7-blue.svg - :target: https://badge.fury.io/py/scikit-hep - -.. image:: https://img.shields.io/badge/python-3.4-blue.svg - :target: https://badge.fury.io/py/scikit-hep - -.. image:: https://img.shields.io/badge/python-3.5-blue.svg - :target: https://badge.fury.io/py/scikit-hep - -.. image:: https://img.shields.io/badge/python-3.6-blue.svg - :target: https://badge.fury.io/py/scikit-hep +Strict dependencies +------------------- +- `Python `__ (2.7+, 3.4+) +- `Numpy `__ +- `six `__ Getting started ---------------