From 9e9bb0dc267cce7c89ed093a5c5f2dda9016cd25 Mon Sep 17 00:00:00 2001 From: MicheleCeresoli Date: Fri, 5 Jan 2024 22:04:31 +0100 Subject: [PATCH] Updated docs --- docs/src/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/src/index.md b/docs/src/index.md index e69de29..aa911da 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -0,0 +1,15 @@ +# Welcome to IERSConventions.jl! + +_IERS Conventions made easy._ + +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. + + +## Installation + +This package can be installed using Julia's package manager: +```julia +julia> import Pkg + +julia> Pkg.add("IERSConventions.jl"); +``` \ No newline at end of file