From 0ea3623e67f060c79d2e7d0ae0b9a5dff2afddf8 Mon Sep 17 00:00:00 2001 From: Martin Bauer <martin.bauer@fau.de> Date: Sat, 27 Apr 2019 18:43:48 +0200 Subject: [PATCH] Added badges to README and updated links --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5131d8ae..1dddd7c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ lbmpy ===== +[](https://i10git.cs.fau.de/pycodegen/lbmpy/commits/master) +[](https://i10git.cs.fau.de/pycodegen/lbmpy/commits/master) +[coverage report](http://pycodegen.pages.walberla.net/lbmpy/coverage_report) + + Run fast fluid simulations based on the lattice Boltzmann method in Python.  @@ -24,11 +29,12 @@ All options: Options can be combined e.g. ```bash -pip install pystencils[interactive,gpu,doc] +pip install lbmpy[interactive,gpu,doc] ``` Documentation ------------- -Read the docs [here](http://software.pages.walberla.net/pystencils/lbmpy) +Read the docs [here](http://pycodegen.pages.walberla.net/lbmpy) and +check out the Jupyter notebooks in `doc/notebooks`. -- GitLab