diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6fd7bfa2..eeb002f2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,19 +1,12 @@ -// For format details, see https://aka.ms/devcontainer.json. For config options, see the -// README at: https://github.com/JuliaLang/devcontainer-templates/tree/main/src/julia { "name": "Julia", - // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/base:ubuntu", - // Features to add to the dev container. More info: https://containers.dev/features. "features": { - // A Feature to install Julia via juliaup. More info: https://github.com/JuliaLang/devcontainer-features/tree/main/src/julia. "ghcr.io/devcontainers/features/git": {}, - "ghcr.io/devcontainers/features/git-lfs": {}, "ghcr.io/julialang/devcontainer-features/julia:1": {}, "ghcr.io/devcontainers/features/python:1": {}, - "ghcr.io/devcontainers/features/github-cli": {}, - "ghcr.io/devcontainers-contrib/features/starship": {}, - "ghcr.io/devcontainers/features/node": {} + "ghcr.io/devcontainers/features/node": {}, + "ghcr.io/devcontainers-contrib/features/starship": {} }, "customizations": { "vscode": { diff --git a/lib/HorizonsEphemeris/Project.toml b/lib/HorizonsEphemeris/Project.toml index 6c52b795..6cf4bb2a 100644 --- a/lib/HorizonsEphemeris/Project.toml +++ b/lib/HorizonsEphemeris/Project.toml @@ -1,7 +1,7 @@ name = "HorizonsEphemeris" uuid = "05ee1981-f730-42d8-b713-4f42d99733dc" authors = ["Joe Carpinelli "] -version = "1.0.1" +version = "1.1.0" [deps] AstroTime = "c61b5328-d09d-5e37-a9a8-0eb41c39009c" diff --git a/lib/HorizonsEphemeris/docs/Project.toml b/lib/HorizonsEphemeris/docs/Project.toml index 319ac4b2..4c01b97d 100644 --- a/lib/HorizonsEphemeris/docs/Project.toml +++ b/lib/HorizonsEphemeris/docs/Project.toml @@ -5,4 +5,5 @@ DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8" HorizonsAPI = "c15253bb-5e94-4b8b-9a02-579bb6c8e3ce" HorizonsEphemeris = "05ee1981-f730-42d8-b713-4f42d99733dc" LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589" +PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" SPICE = "5bab7191-041a-5c2e-a744-024b9c3a5062" diff --git a/lib/HorizonsEphemeris/docs/src/index.md b/lib/HorizonsEphemeris/docs/src/index.md index a03dbb89..40bf4255 100644 --- a/lib/HorizonsEphemeris/docs/src/index.md +++ b/lib/HorizonsEphemeris/docs/src/index.md @@ -34,11 +34,7 @@ or the package [**Reference**](reference/index.md). Internally, `HorizonsEphemeris` converts provided names to NAIF IDs. All compatible bodies are shown below. -
- -Supported NAIF IDs - -```@setup +```@example using SPICE, DataFrames names = (; ID=Int[], Name=String[]) @@ -52,10 +48,3 @@ end DataFrame(names) ``` - -
- - - - - \ No newline at end of file