From c1abf9fad7d04ff7641f02bdd1565bf4632d8386 Mon Sep 17 00:00:00 2001 From: Kristin <kberry@usgs.gov> Date: Thu, 25 Jun 2020 15:20:00 -0700 Subject: [PATCH] Add docs badge to the README (#372) ... for convenience. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cda6e5e..4d1493e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Abstraction Layer for Ephemerides (ALE) [](https://travis-ci.org/USGS-Astrogeology/ale) [](https://coveralls.io/github/USGS-Astrogeology/ale?branch=master) +[](https://usgs-astrogeology.github.io/ale/) + + This library allows for the position, rotation, velocity and rotational velocity tracking of multiple bodies in space, especially in relation to one another. It makes extensive use of NAIF's -- GitLab