From d67973b018b6873e0e4d5aec0dc51deecdfad670 Mon Sep 17 00:00:00 2001 From: Dario Izzo Date: Tue, 3 Oct 2023 23:19:34 +0200 Subject: [PATCH] final --- doc/index.md | 12 ++++++------ tools/gha_linux_pykep.sh | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/index.md b/doc/index.md index 5a4146d7..c2ca37c0 100644 --- a/doc/index.md +++ b/doc/index.md @@ -1,16 +1,16 @@ Welcome to pykep's documentation! ================================= -**pykep** is a coolbox developed at the `European Space Agency `_ -by its `Advanced Concepts Team `_. +**pykep** is a coolbox developed at the [European Space Agency](https://www.esa.int) +by its [Advanced Concepts Team](https://www.esa.int/gsp/ACT/index.html). Its main purpose is to allow for fast prototyping of research ideas on interplanetary trajectory design. At the library core is the implementation of efficient algorithms allowing to solve the multiple revolutions Lambert's problem, low-thrust problems, multiple asteroid randezvous problems and more. Support for -`JPL SPICE `_, SGP4 propagation and the -`Heyoka `_ Taylor integration suite is provided. +[JPL SPICE](https://naif.jpl.nasa.gov/naif/toolkit.html), SGP4 propagation and the +[Heyoka](https://bluescarni.github.io/heyoka.py/index.html) Taylor integration suite is provided. -**pykep** has been used by the European Space Agency's `Advanced Concepts Team `_ -during different Global Trajectory Optimization Competitions `GTOC `_, +**pykep** has been used by the European Space Agency's [Advanced Concepts Team](https://www.esa.int/gsp/ACT/index.html) +during different Global Trajectory Optimization Competitions [GTOC](http://sophia.estec.esa.int/gtoc_portal), several research papers as well as for the optimization of preliminary mission scenarios such as in the M-ARGO interplanetary cubesat concept, the phase 0 study for the the Titan and Enceladus Mission (TandEM) and for preliminary mission analysis of the HERA mission. diff --git a/tools/gha_linux_pykep.sh b/tools/gha_linux_pykep.sh index 2f5259fc..730385b5 100644 --- a/tools/gha_linux_pykep.sh +++ b/tools/gha_linux_pykep.sh @@ -17,6 +17,9 @@ bash mambaforge.sh -b -p $HOME/mambaforge mamba env create -f kep3_devel.yml -q -p $deps_dir source activate $deps_dir +# Install additional packages for docs building +mamba install numpy sphinx sphinx-book-theme myst-nb matplotlib + # First we build and install the kep3 library mkdir build cd build