Skip to content

Commit

Permalink
📚 Fix package list in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Jul 2, 2023
1 parent 8478196 commit fd35e02
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,16 @@ and build simulations related to satellites. It is used on a daily basis on proj

The set of packages are listed bellow. All of them are loaded and reexported in this one.

| Package Name | Description | Build Status | Coverage |
|--------------------------------------------------------------------------------|--------------------------------------------------------|-------------------------------------------------------|--------------------------------------------------------|
| [SatelliteToolboxAtmosphericModels.jl][SatelliteToolboxAtmosphericModels-link] | Atmospheric models | ![Build status][SatelliteToolboxAtmosphericModels-ci] | ![Build status][SatelliteToolboxAtmosphericModels-cov] |
| [SatelliteToolboxBase.jl][SatelliteToolboxBase-link] | Base functions and type definitions | ![Build status][SatelliteToolboxBase-ci] | ![Coverace][SatelliteToolboxBase-cov] |
| [SatelliteToolboxCelestialBodies.jl][SatelliteToolboxCelestialBodies-link] | Celestial bodies | ![Build status][SatelliteToolboxCelestialBodies-ci] | ![Coverage][SatelliteToolboxCelestialBodies-cov] |
| [SatelliteToolboxGeomagneticField.jl][SatelliteToolboxGeomagneticField-link] | Geomagnetic field models | ![Build status][SatelliteToolboxGeomagneticField-ci] | ![Coverage][SatelliteToolboxGeomagneticField-cov] |
| [SatelliteToolboxGravityModels.jl][SatelliteToolboxGravityModels-link] | Gravity models | ![Build status][SatelliteToolboxGravityModels-ci] | ![Coverage][SatelliteToolboxGravityModels-cov] |
| [SatelliteToolboxLegendre.jl][SatelliteToolboxLegendre-link] | Legendre associated functions and its time-derivatives | ![Build status][SatelliteToolboxLegendre-ci] | ![Coverage][SatelliteToolboxLegendre-cov] |
| [SatelliteToolboxPropagators.jl][SatelliteToolboxPropagators-link] | Orbit propagators | ![Build status][SatelliteToolboxPropagators-ci] | ![Coverage][SatelliteToolboxPropagators-cov] |
| [SatelliteToolboxSgp4.jl][SatelliteToolboxSgp4-link] | SGP4/SDP4 orbit propagator | ![Build status][SatelliteToolboxSgp4-ci] | ![Coverage][SatelliteToolboxSgp4-cov] |
| [SatelliteToolboxTle.jl][SatelliteToolboxTle-link] | Creating, fetching, and parsing TLEs | ![Build status][SatelliteToolboxTle-ci] | ![Coverage][SatelliteToolboxTle-cov] |
| [SatelliteToolboxTransformations.jl][SatelliteToolboxTransformations-link] | Transformations (reference frames, time, etc.) | ![Build status][SatelliteToolboxTransformations-ci] | ![Coverage][SatelliteToolboxTransformations-cov] |
- [SatelliteToolboxAtmosphericModels.jl](https://github.com/JuliaSpace/SatelliteToolboxAtmosphericModels.jl): Atmospheric models.
- [SatelliteToolboxBase.jl](https://github.com/JuliaSpace/SatelliteToolboxBase.jl): Base functions and type definitions.
- [SatelliteToolboxCelestialBodies.jl](https://github.com/JuliaSpace/SatelliteToolboxCelestialBodies.jl): Celestial bodies.
- [SatelliteToolboxGeomagneticField.jl](https://github.com/JuliaSpace/SatelliteToolboxGeomagneticField.jl): Geomagnetic field models.
- [SatelliteToolboxGravityModels.jl](https://github.com/JuliaSpace/SatelliteToolboxGravityModels.jl): Gravity models.
- [SatelliteToolboxLegendre.jl](https://github.com/JuliaSpace/SatelliteToolboxLegendre.jl): Legendre associated functions and its time-derivatives.
- [SatelliteToolboxPropagators.jl](https://github.com/JuliaSpace/SatelliteToolboxPropagators.jl): Orbit propagators.
- [SatelliteToolboxSgp4.jl](https://github.com/JuliaSpace/SatelliteToolboxSgp4.jl): SGP4/SDP4 orbit propagator.
- [SatelliteToolboxTle.jl](https://github.com/JuliaSpace/SatelliteToolboxTle.jl): Creating, fetching, and parsing TLEs.
- [SatelliteToolboxTransformations.jl](https://github.com/JuliaSpace/SatelliteToolboxTransformations.jl): Transformations (reference frames, time, etc.).

## Installation

Expand Down

0 comments on commit fd35e02

Please sign in to comment.