Skip to content

Commit

Permalink
Merge pull request #37 from aplavin/patch-1
Browse files Browse the repository at this point in the history
update urls, add more packages
  • Loading branch information
giordano authored Sep 24, 2024
2 parents c7a8630 + 87e87da commit f3c8372
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/pages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ docsmodules = [
"PSFModels",
#"CCDReduction",
"LACosmic",
"SkyImages",
],
"Data I/O" => [
"FITSIO",
Expand All @@ -40,6 +41,8 @@ docsmodules = [
"OIFITS",
"VLBIData",
"Difmap",
"VOTables",
"VirtualObservatory",
],
"Cosmology" => [
"Cosmology"
Expand Down Expand Up @@ -86,11 +89,14 @@ usereadme = Dict(

# Ecosystem
"CasaCore" => "https://github.com/mweastwood/CasaCore.jl",
"Difmap" => "https://gitlab.com/aplavin/Difmap.jl",
"Difmap" => "https://github.com/JuliaAPlavin/Difmap.jl",
"OIFITS" => "https://github.com/emmt/OIFITS.jl",
"PairPlots" => "https://github.com/sefffal/PairPlots.jl",
"PlanetOrbits" => "https://github.com/sefffal/PlanetOrbits.jl",
"VLBIData" => "https://gitlab.com/aplavin/VLBIData.jl",
"SkyImages" => "https://github.com/JuliaAPlavin/SkyImages.jl",
"VLBIData" => "https://github.com/JuliaAPlavin/VLBIData.jl",
"VOTables" => "https://github.com/JuliaAPlavin/VOTables.jl",
"VirtualObservatory" => "https://github.com/JuliaAPlavin/VirtualObservatory.jl",
)

# Specify revision to install and build docs for.
Expand Down

0 comments on commit f3c8372

Please sign in to comment.