Skip to content

Commit 9e9bb0d

Browse files
Updated docs
1 parent f723406 commit 9e9bb0d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/src/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Welcome to IERSConventions.jl!
2+
3+
_IERS Conventions made easy._
4+
5+
The aim of this package is to provide a set of standardised functions that allow the user to easily handle all the computations related to the IERS, from the earlier 1996 up to the latest 2010 conventions.
6+
7+
8+
## Installation
9+
10+
This package can be installed using Julia's package manager:
11+
```julia
12+
julia> import Pkg
13+
14+
julia> Pkg.add("IERSConventions.jl");
15+
```

0 commit comments

Comments
 (0)