From 3739f68fe1234bfcf22bae9564a5d6b4256e58a6 Mon Sep 17 00:00:00 2001 From: Stephan Kuschel Date: Fri, 26 Sep 2014 22:14:29 +0200 Subject: [PATCH] added readthedocs badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54d8a9ea..2acb5799 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ PostPic ======= [![Build Status](https://travis-ci.org/skuschel/postpic.svg?branch=master)](https://travis-ci.org/skuschel/postpic) +[![Documentation Status](https://readthedocs.org/projects/postpic/badge/?version=latest)](https://readthedocs.org/projects/postpic/?badge=latest) PostPic is a open-source post processor for Particle-in-cell (PIC) simulations written in python. If you are doing PIC Simulations (likely for you PhD in physics...) you need tools to provide proper post-processing to create nice graphics from many GB of raw simulation output data -- regardless of what simulation code you are using.