File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliaastro.github.io/Cosmology.jl/stable )
4
4
[ ![ Latest] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://juliaastro.github.io/Cosmology.jl/dev )
5
- [ ![ CI] ( https://github.com/JuliaAstro/Cosmology.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaAstro/Cosmology.jl/actions?query=workflow%3ACI )
5
+
6
+ [ ![ CI] ( https://github.com/JuliaAstro/Cosmology.jl/actions/workflows/ci.yml/badge.svg )] ( https://github.com/JuliaAstro/Cosmology.jl/actions/workflows/ci.yml )
6
7
[ ![ Coverage Status] ( http://img.shields.io/coveralls/JuliaAstro/Cosmology.jl.svg?style=flat-square )] ( https://coveralls.io/r/JuliaAstro/Cosmology.jl?branch=master )
7
8
8
9
A cosmology calculator for Julia.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ makedocs(;
18
18
sitename = " Cosmology.jl" ,
19
19
format = Documenter. HTML (;
20
20
prettyurls = get (ENV , " CI" , " false" ) == " true" ,
21
- canonical = " https://juliaastro.github.io /Cosmology.jl " ,
21
+ canonical = " https://juliaastro.org /Cosmology/stable/ " ,
22
22
assets = String[],
23
23
),
24
24
plugins = [bib],
@@ -28,4 +28,5 @@ makedocs(;
28
28
deploydocs (;
29
29
repo = " github.com/JuliaAstro/Cosmology.jl" ,
30
30
push_preview = true ,
31
+ versions = [" stable" => " v^" , " v#.#" ], # Restrict to minor releases
31
32
)
Original file line number Diff line number Diff line change 1
1
# Cosmology.jl
2
2
3
- [ ![ Build Status ] ( https://img.shields.io/travis/ JuliaAstro/Cosmology.jl. svg?style=flat-square&label=build )] ( https://travis-ci.org /JuliaAstro/Cosmology.jl )
3
+ [ ![ CI ] ( https://github.com/ JuliaAstro/Cosmology.jl/actions/workflows/ci.yml/badge. svg )] ( https://github.com /JuliaAstro/Cosmology.jl/actions/workflows/ci.yml )
4
4
[ ![ Coverage Status] ( http://img.shields.io/coveralls/JuliaAstro/Cosmology.jl.svg?style=flat-square )] ( https://coveralls.io/r/JuliaAstro/Cosmology.jl?branch=master )
5
5
6
6
[ ` Cosmology.jl ` ] ( https://github.com/JuliaAstro/Cosmology.jl ) provides functions for quick cosmological calculations, written in pure Julia.
You can’t perform that action at this time.
0 commit comments