Skip to content

Commit f3c8372

Browse files
authored
Merge pull request #37 from aplavin/patch-1
update urls, add more packages
2 parents c7a8630 + 87e87da commit f3c8372

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/pages.jl

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ docsmodules = [
3232
"PSFModels",
3333
#"CCDReduction",
3434
"LACosmic",
35+
"SkyImages",
3536
],
3637
"Data I/O" => [
3738
"FITSIO",
@@ -40,6 +41,8 @@ docsmodules = [
4041
"OIFITS",
4142
"VLBIData",
4243
"Difmap",
44+
"VOTables",
45+
"VirtualObservatory",
4346
],
4447
"Cosmology" => [
4548
"Cosmology"
@@ -86,11 +89,14 @@ usereadme = Dict(
8689

8790
# Ecosystem
8891
"CasaCore" => "https://github.com/mweastwood/CasaCore.jl",
89-
"Difmap" => "https://gitlab.com/aplavin/Difmap.jl",
92+
"Difmap" => "https://github.com/JuliaAPlavin/Difmap.jl",
9093
"OIFITS" => "https://github.com/emmt/OIFITS.jl",
9194
"PairPlots" => "https://github.com/sefffal/PairPlots.jl",
9295
"PlanetOrbits" => "https://github.com/sefffal/PlanetOrbits.jl",
93-
"VLBIData" => "https://gitlab.com/aplavin/VLBIData.jl",
96+
"SkyImages" => "https://github.com/JuliaAPlavin/SkyImages.jl",
97+
"VLBIData" => "https://github.com/JuliaAPlavin/VLBIData.jl",
98+
"VOTables" => "https://github.com/JuliaAPlavin/VOTables.jl",
99+
"VirtualObservatory" => "https://github.com/JuliaAPlavin/VirtualObservatory.jl",
94100
)
95101

96102
# Specify revision to install and build docs for.

0 commit comments

Comments
 (0)