Skip to content

Commit 944e200

Browse files
authored
Add doc badges to README (#98)
We were also missing a deploy key, so I replaced DOCUMENTER_KEY and added the corresponding deploy key.
1 parent 148839b commit 944e200

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CoordinateTransformations
22

33
[![Build Status](https://github.com/JuliaGeometry/CoordinateTransformations.jl/workflows/CI/badge.svg)](https://github.com/JuliaGeometry/CoordinateTransformations.jl/actions?query=workflow%3ACI)
4+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://USER_NAME.github.io/PACKAGE_NAME.jl/stable)
5+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://USER_NAME.github.io/PACKAGE_NAME.jl/dev)
46

57
**CoordinateTransformations** is a Julia package to manage simple or complex
68
networks of coordinate system transformations. Transformations can be easily
@@ -12,7 +14,7 @@ and automatic differentiation makes it easy to perform optimization and
1214
therefore ideal for computer vision applications such as SLAM (simultaneous
1315
localization and mapping).
1416

15-
The package provide two main pieces of functionality
17+
The package provides two main pieces of functionality
1618

1719
1. Primarily, an interface for defining `Transformation`s and applying
1820
(by calling), inverting (`inv()`), composing (`` or `compose()`) and

0 commit comments

Comments
 (0)