Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log | Files | Refs | README | LICENSE

commit a6d716b0452e4dceea2a535e36f2cd13f34f618a
parent b2a0b00aa8b315f1c86df738850d4bf493682b89
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 11 Sep 2017 10:14:54 -0400

add link to documentation

Diffstat:
M.gitignore | 1+
MREADME.md | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -3,6 +3,7 @@ *.jl.*.cov *.jl.mem deps/deps.jl +*.info # editor swap files *.swp diff --git a/README.md b/README.md @@ -2,6 +2,8 @@ A [Julia](https://julialang.org) package for sea-ice thermodynamics and granular mechanics. +Documentation: [![Seaice.jl Documentation](https://img.shields.io/badge/docs-latest-blue.svt)](https://anders-dc.github.io/SeaIce.jl/latest) + Build status on Linux/Mac: [![Build Status](https://travis-ci.org/anders-dc/SeaIce.jl.svg?branch=master)](https://travis-ci.org/anders-dc/SeaIce.jl) Build status on Windows: [![Build Status](https://ci.appveyor.com/api/projects/status/github/anders-dc/SeaIce.jl?svg=true)](https://ci.appveyor.com/project/anders-dc/seaice-jl/)