Skip to content

Commit

Permalink
Updates HorizonsEphemeris docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cadojo committed Aug 9, 2024
1 parent 59d5a62 commit f585d5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 22 deletions.
11 changes: 2 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion lib/HorizonsEphemeris/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HorizonsEphemeris"
uuid = "05ee1981-f730-42d8-b713-4f42d99733dc"
authors = ["Joe Carpinelli <[email protected]>"]
version = "1.0.1"
version = "1.1.0"

[deps]
AstroTime = "c61b5328-d09d-5e37-a9a8-0eb41c39009c"
Expand Down
1 change: 1 addition & 0 deletions lib/HorizonsEphemeris/docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
13 changes: 1 addition & 12 deletions lib/HorizonsEphemeris/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<details>

<summary>Supported NAIF IDs</summary>

```@setup
```@example
using SPICE, DataFrames
names = (; ID=Int[], Name=String[])
Expand All @@ -52,10 +48,3 @@ end
DataFrame(names)
```

</details>




</details>

0 comments on commit f585d5d

Please sign in to comment.