Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Rename to AstroDynPropagators
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Apr 4, 2017
1 parent beca4df commit d6491f1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ script:
- julia -e 'Pkg.clone("https://github.com/JuliaAstrodynamics/AstroDynCoordinates.jl.git")'
- julia -e 'Pkg.clone("https://github.com/JuliaAstrodynamics/JPLEphemeris.jl.git")'
- julia -e 'Pkg.clone("https://github.com/JuliaAstrodynamics/AstroDynIO.jl.git")'
- julia -e 'Pkg.clone("https://github.com/JuliaAstrodynamics/AstroDynModels.jl.git")'
- julia -e 'Pkg.clone("https://github.com/JuliaAstrodynamics/AstroDynPropagators.jl.git")'
- julia -e 'Pkg.clone("https://github.com/JuliaAstrodynamics/AstroDynPlots.jl.git")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Astrodynamics"); Pkg.test("Astrodynamics"; coverage=true)'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pkg.clone("https://github.com/JuliaAstrodynamics/AstronomicalTime.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstroDynBase.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstroDynCoordinates.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstroDynIO.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstroDynModels.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstroDynPropagators.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstroDynPlots.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/Astrodynamics.jl.git")
Pkg.checkout("Dopri")
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ AstroDynBase
AstroDynCoordinates
AstroDynIO
AstroDynPlots
AstroDynModels
AstroDynPropagators
JPLEphemeris
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build_script:
- C:\projects\julia\bin\julia -e "Pkg.clone(\"https://github.com/JuliaAstrodynamics/AstroDynCoordinates.jl.git\")"
- C:\projects\julia\bin\julia -e "Pkg.clone(\"https://github.com/JuliaAstrodynamics/JPLEphemeris.jl.git\")"
- C:\projects\julia\bin\julia -e "Pkg.clone(\"https://github.com/JuliaAstrodynamics/AstroDynIO.jl.git\")"
- C:\projects\julia\bin\julia -e "Pkg.clone(\"https://github.com/JuliaAstrodynamics/AstroDynModels.jl.git\")"
- C:\projects\julia\bin\julia -e "Pkg.clone(\"https://github.com/JuliaAstrodynamics/AstroDynPropagators.jl.git\")"
- C:\projects\julia\bin\julia -e "Pkg.clone(\"https://github.com/JuliaAstrodynamics/AstroDynPlots.jl.git\")"
- C:\projects\julia\bin\julia -e "versioninfo();
Pkg.clone(pwd(), \"Astrodynamics\"); Pkg.build(\"Astrodynamics\")"
Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Documenter, Astrodynamics, AstronomicalTime, AstroDynBase,
AstroDynIO, AstroDynPlots, AstroDynModels, JPLEphemeris
AstroDynIO, AstroDynPlots, AstroDynPropagators, JPLEphemeris

makedocs(
modules = [AstronomicalTime, AstroDynBase, AstroDynIO, AstroDynPlots,
AstroDynModels, JPLEphemeris],
AstroDynPropagators, JPLEphemeris],
format = :html,
sitename = "Astrodynamics.jl",
authors = "Helge Eichhorn",
Expand Down
2 changes: 1 addition & 1 deletion src/Astrodynamics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using RemoteFiles
@reexport using AstroDynCoordinates
@reexport using AstroDynIO
@reexport using AstroDynPlots
@reexport using AstroDynModels
@reexport using AstroDynPropagators
@reexport using JPLEphemeris

@RemoteFileSet ephemerides "JPL Ephemerides" begin
Expand Down

0 comments on commit d6491f1

Please sign in to comment.