From b63d56bedd68ad45b5dd6d0acedae8048cf61b8b Mon Sep 17 00:00:00 2001 From: Bryan Cazabonne Date: Mon, 14 Dec 2020 13:59:47 +0100 Subject: [PATCH] Updated documentation for the release. --- build.xml | 6 +++--- src/site/markdown/downloads.md.vm | 2 +- src/site/markdown/faq.md | 1 + src/site/markdown/index.md | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 31fe653316..f4b377e9bd 100644 --- a/build.xml +++ b/build.xml @@ -2,7 +2,7 @@ - + @@ -18,7 +18,7 @@ - + @@ -30,7 +30,7 @@ - + diff --git a/src/site/markdown/downloads.md.vm b/src/site/markdown/downloads.md.vm index 4519b29aa1..8b527daad7 100644 --- a/src/site/markdown/downloads.md.vm +++ b/src/site/markdown/downloads.md.vm @@ -45,7 +45,7 @@ with groupID org.orekit and artifactId orekit so maven internal mechanism will download automatically all artifacts and dependencies as required. -#set ( $versions = {"10.2": "2020-07-14", "10.1": "2020-02-19", "10.0": "2019-06-24", "9.3.1": "2019-03-16", "9.3": "2019-01-25", "9.2": "2018-05-26","9.1": "2017-11-26","9.0.1": "2017-11-03","9.0": "2017-07-26","8.0.1": "2017-11-03","8.0": "2016-06-30","7.2.1": "2017-11-03","7.2": "2016-04-05","7.1": "2016-02-07","7.0": "2015-01-11","6.1": "2013-12-13","6.0": "2013-04-23","5.0.3": "2011-07-13","5.0.2": "2011-07-11","5.0.1": "2011-04-18"} ) +#set ( $versions = {"10.3": "2020-12-21", "10.2": "2020-07-14", "10.1": "2020-02-19", "10.0": "2019-06-24", "9.3.1": "2019-03-16", "9.3": "2019-01-25", "9.2": "2018-05-26","9.1": "2017-11-26","9.0.1": "2017-11-03","9.0": "2017-07-26","8.0.1": "2017-11-03","8.0": "2016-06-30","7.2.1": "2017-11-03","7.2": "2016-04-05","7.1": "2016-02-07","7.0": "2015-01-11","6.1": "2013-12-13","6.0": "2013-04-23","5.0.3": "2011-07-13","5.0.2": "2011-07-11","5.0.1": "2011-04-18"} ) #foreach( $version in $versions.entrySet() ) | package | link | diff --git a/src/site/markdown/faq.md b/src/site/markdown/faq.md index 8f8f7f5765..e4ee92e254 100644 --- a/src/site/markdown/faq.md +++ b/src/site/markdown/faq.md @@ -138,6 +138,7 @@ Math to Hipparchus Orekit 10.0 | Hipparchus 1.5 Orekit 10.1 | Hipparchus 1.6 Orekit 10.2 | Hipparchus 1.7 + Orekit 10.3 | Hipparchus 1.8 ### Maven failed to compile Orekit and complained about a missing artifact. diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index f537e19ee2..d0dc281ca2 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -91,7 +91,7 @@ * ocean tides, with or without ocean pole tide * Earth's albedo and infrared * empirical accelerations to account for the unmodeled forces - * general relativity + * general relativity (including Lense-Thirring and De Sitter corrections) * multiple maneuvers * state of the art ODE integrators (adaptive stepsize with error control, continuous output, switching functions, G-stop, step normalization ...)