Skip to content

Commit 5585bea

Browse files
committed
chore(docs): update links
1 parent d814836 commit 5585bea

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ postprocess_cb()
105105

106106
# Differentiate between pure Julia and wrapper packages
107107
wrapper_packages = [
108-
"torrance/Casacore",
108+
"Casacore",
109109
"CFITSIO",
110110
"JuliaAPlavin/Difmap",
111111
"emmt/EasyFITS",

docs/src/tutorials/tabular-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In these examples, we will fetch and load the Hipparcos-GAIA Catalog of Accelera
66
This catalog cross matches stars from the Hipparcos and GAIA catalogs in order to calculate the long term astrometric proper motion anomaly; that is, the star's deviation from straight line motion in the plane of the sky over the ~20 baseline between the two missions.
77

88
A wide range of tabular data formats are supported in Julia under a common [Tables.jl interface](https://tables.juliadata.org). For example,
9-
[CSV](https://csv.juliadata.org), [Excel](https://felipenoris.github.io/XLSX.jl), [Arrow](https://github.com/apache/arrow-julia), [CASA Tables](http://mweastwood.info/CasaCore.jl/stable/), and various SQL formats to name a few.
9+
[CSV](https://csv.juliadata.org), [Excel](https://felipenoris.github.io/XLSX.jl), [Arrow](https://github.com/apache/arrow-julia), [CASA Tables](http://juliaastro.org/Casacore/stable/), and various SQL formats to name a few.
1010

1111

1212
## Packages

src/JuliaAstroDocs.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -849,12 +849,12 @@ ecosystem() = (
849849
),
850850
(
851851
name = "Casacore.jl",
852-
repo = "https://github.com/torrance/Casacore.jl",
853-
doc = "https://github.com/torrance/Casacore.jl?tab=readme-ov-file#casacorejl",
852+
repo = "https://github.com/JuliaAstro/Casacore.jl",
853+
doc = "https://juliaastro.org/JuliaAstro/stable",
854854
tagline = "A high level Julia interface to Casacore",
855855
descr = """
856-
- Wrapper for [CasaCore](http://casacore.github.io/casacore/)
857-
- Uses [casacorecxx](https://github.com/torrance/casacorecxx) which uses [CxxWrap](https://github.com/JuliaInterop/CxxWrap.jl) to wrap the C++ Casacore codebase. These raw objects and methods are available in `Casacore.LibCasacore`
856+
- Wrapper for [casa ore](http://casacore.github.io/casacore/)
857+
- Uses [casacorecxx](https://github.com/JuliaBinaryWrappers/casacorecxx_jll.jl) which uses [CxxWrap](https://github.com/JuliaInterop/CxxWrap.jl) to wrap the C++ Casacore codebase. These raw objects and methods are available in `Casacore.LibCasacore`
858858
""",
859859
astropy = [],
860860
),

0 commit comments

Comments
 (0)