File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
WCS.jl
2
2
======
3
3
4
- [ ![ 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 )
5
- [ ![ PkgEval] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/W/WCS.svg )] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html )
6
- [ ![ Coverage] ( https://codecov.io/gh/JuliaAstro/WCS.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/JuliaAstro/WCS.jl )
7
- [ ![ License] ( https://img.shields.io/github/license/JuliaAstro/WCS.jl?color=yellow )] ( LICENSE )
4
+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliaastro.org/WCS/stable/ )
5
+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliaastro.org/WCS.jl/dev/ )
8
6
9
- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaAstro.github.io/WCS.jl/stable )
10
- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaAstro.github.io/WCS.jl/dev )
7
+ [ ![ CI] ( https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg )] ( https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml )
8
+ [ ![ PkgEval] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/W/WCS.svg )] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html )
9
+ [ ![ codecov] ( https://codecov.io/gh/JuliaAstro/WCS.jl/graph/badge.svg?token=IkcEB1e4Ib )] ( https://codecov.io/gh/JuliaAstro/WCS.jl )
10
+ ![ License] ( https://img.shields.io/github/license/JuliaAstro/WCS.jl?color=yellow )]
11
11
12
12
Astronomical [ World Coordinate
13
13
System] ( http://www.atnf.csiro.au/people/mcalabre/WCS/ ) library for
Original file line number Diff line number Diff line change @@ -11,13 +11,15 @@ makedocs(;
11
11
sitename= " WCS.jl" ,
12
12
format= Documenter. HTML (;
13
13
prettyurls= get (ENV , " CI" , " false" ) == " true" ,
14
- canonical= " https://JuliaAstro.github.io /WCS.jl " ,
14
+ canonical= " https://juliaastro.org /WCS/stable/ " ,
15
15
assets= String[],
16
16
),
17
17
pages= pages
18
18
)
19
19
20
20
deploydocs (;
21
- repo= " github.com/JuliaAstro/WCS.jl" ,
22
- devbranch= " master" ,
21
+ repo = " github.com/JuliaAstro/WCS.jl" ,
22
+ devbranch = " master" ,
23
+ push_preview = true ,
24
+ versions = [" stable" => " v^" , " v#.#" ], # Restrict to minor releases
23
25
)
Original file line number Diff line number Diff line change 1
1
# WCS.jl
2
2
3
3
[ ![ Code] ( https://img.shields.io/badge/Code-GitHub-black.svg )] ( https://github.com/JuliaAstro/WCS.jl )
4
- [ ![ 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 )
4
+ [ ![ CI ] ( https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg )] ( https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml )
5
5
[ ![ PkgEval] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/W/WCS.svg )] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html )
6
- [ ![ Coverage ] ( https://codecov.io/gh/JuliaAstro/WCS.jl/branch/master/ graph/badge.svg )] ( https://codecov.io/gh/JuliaAstro/WCS.jl )
7
- [ ![ License] ( https://img.shields.io/github/license/JuliaAstro/WCS.jl?color=yellow )] ( https://github.com/JuliaAstro/WCS.jl/blob/master/LICENSE )
6
+ [ ![ codecov ] ( https://codecov.io/gh/JuliaAstro/WCS.jl/graph/badge.svg?token=IkcEB1e4Ib )] ( https://codecov.io/gh/JuliaAstro/WCS.jl )
7
+ ![ License] ( https://img.shields.io/github/license/JuliaAstro/WCS.jl?color=yellow )]
8
8
9
9
Astronomical [ World Coordinate System] ( http://www.atnf.csiro.au/people/mcalabre/WCS/ ) library for Julia. This package wraps
10
10
the WCSLIB C library. This is a tool made for users who are already familiar with WCS transformations. If you are not, please
You can’t perform that action at this time.
0 commit comments