Skip to content

Commit

Permalink
Merge pull request #11 from darioizzo/main
Browse files Browse the repository at this point in the history
final
  • Loading branch information
darioizzo authored Oct 3, 2023
2 parents 2b18393 + d67973b commit 2202cc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Welcome to pykep's documentation!
=================================

**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>`_.
**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 <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.
[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 <https://www.esa.int/gsp/ACT/index.html>`_
during different Global Trajectory Optimization Competitions `GTOC <http://sophia.estec.esa.int/gtoc_portal>`_,
**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.
Expand Down
3 changes: 3 additions & 0 deletions tools/gha_linux_pykep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2202cc7

Please sign in to comment.