Skip to content

Commit 7392a6a

Browse files
authored
Merge pull request #56 from JuliaAstro/icweaver-canonize
Canonize
2 parents 30c4093 + 3927ed3 commit 7392a6a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaastro.github.io/Cosmology.jl/stable)
44
[![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)
67
[![Coverage Status](http://img.shields.io/coveralls/JuliaAstro/Cosmology.jl.svg?style=flat-square)](https://coveralls.io/r/JuliaAstro/Cosmology.jl?branch=master)
78

89
A cosmology calculator for Julia.

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ makedocs(;
1818
sitename = "Cosmology.jl",
1919
format = Documenter.HTML(;
2020
prettyurls = get(ENV, "CI", "false") == "true",
21-
canonical = "https://juliaastro.github.io/Cosmology.jl",
21+
canonical = "https://juliaastro.org/Cosmology/stable/",
2222
assets = String[],
2323
),
2424
plugins = [bib],
@@ -28,4 +28,5 @@ makedocs(;
2828
deploydocs(;
2929
repo = "github.com/JuliaAstro/Cosmology.jl",
3030
push_preview = true,
31+
versions = ["stable" => "v^", "v#.#"], # Restrict to minor releases
3132
)

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cosmology.jl
22

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)
44
[![Coverage Status](http://img.shields.io/coveralls/JuliaAstro/Cosmology.jl.svg?style=flat-square)](https://coveralls.io/r/JuliaAstro/Cosmology.jl?branch=master)
55

66
[`Cosmology.jl`](https://github.com/JuliaAstro/Cosmology.jl) provides functions for quick cosmological calculations, written in pure Julia.

0 commit comments

Comments
 (0)