Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
WCS.jl
======

[![Build Status](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/W/WCS.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html)
[![Coverage](https://codecov.io/gh/JuliaAstro/WCS.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaAstro/WCS.jl)
[![License](https://img.shields.io/github/license/JuliaAstro/WCS.jl?color=yellow)](LICENSE)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaastro.org/WCS/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaastro.org/WCS.jl/dev/)

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaAstro.github.io/WCS.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaAstro.github.io/WCS.jl/dev)
[![CI](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml)
[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/W/WCS.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html)
[![codecov](https://codecov.io/gh/JuliaAstro/WCS.jl/graph/badge.svg?token=IkcEB1e4Ib)](https://codecov.io/gh/JuliaAstro/WCS.jl)
![License](https://img.shields.io/github/license/JuliaAstro/WCS.jl?color=yellow)]

Astronomical [World Coordinate
System](http://www.atnf.csiro.au/people/mcalabre/WCS/) library for
Expand Down
8 changes: 5 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ makedocs(;
sitename="WCS.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://JuliaAstro.github.io/WCS.jl",
canonical="https://juliaastro.org/WCS/stable/",
assets=String[],
),
pages=pages
)

deploydocs(;
repo="github.com/JuliaAstro/WCS.jl",
devbranch="master",
repo = "github.com/JuliaAstro/WCS.jl",
devbranch = "master",
push_preview = true,
versions = ["stable" => "v^", "v#.#"], # Restrict to minor releases
)
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# WCS.jl

[![Code](https://img.shields.io/badge/Code-GitHub-black.svg)](https://github.com/JuliaAstro/WCS.jl)
[![Build Status](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[![CI](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml)
[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/W/WCS.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html)
[![Coverage](https://codecov.io/gh/JuliaAstro/WCS.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaAstro/WCS.jl)
[![License](https://img.shields.io/github/license/JuliaAstro/WCS.jl?color=yellow)](https://github.com/JuliaAstro/WCS.jl/blob/master/LICENSE)
[![codecov](https://codecov.io/gh/JuliaAstro/WCS.jl/graph/badge.svg?token=IkcEB1e4Ib)](https://codecov.io/gh/JuliaAstro/WCS.jl)
![License](https://img.shields.io/github/license/JuliaAstro/WCS.jl?color=yellow)]

Astronomical [World Coordinate System](http://www.atnf.csiro.au/people/mcalabre/WCS/) library for Julia. This package wraps
the WCSLIB C library. This is a tool made for users who are already familiar with WCS transformations. If you are not, please
Expand Down
Loading