Skip to content

Commit 3c6f719

Browse files
authored
Merge pull request #21 from JuliaAstro/icweaver-canonize
Canonize
2 parents 21a545c + 278cd1e commit 3c6f719

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# CALCEPH.jl
22

3-
[![Build Status](https://github.com/JuliaAstro/CALCEPH.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaAstro/CALCEPH.jl/actions/workflows/CI.yml)
4-
[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaAstro.github.io/CALCEPH.jl/stable/)
5-
[![Dev Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaAstro.github.io/CALCEPH.jl/dev/)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaastro.org/CALCEPH/stable/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaastro.org/CALCEPH.jl/dev/)
5+
6+
[![CI](https://github.com/JuliaAstro/CALCEPH.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaAstro/CALCEPH.jl/actions/workflows/CI.yml)
67

78
This is a julia wrapper for [CALCEPH](https://www.imcce.fr/inpop/calceph/) a C library for reading planetary ephemeris files, such as [INPOPxx](https://www.imcce.fr/inpop), JPL DExxx and SPICE ephemeris files.
89

docs/make.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ makedocs(
99
"Tutorial" => "tutorial.md",
1010
"API" => "api.md"
1111
],
12+
format = Documenter.HTML(;
13+
canonical = "https://JuliaAstro.org/CALCEPH/stable/",
14+
),
1215
)
1316

1417
deploydocs(
1518
repo = "github.com/JuliaAstro/CALCEPH.jl.git",
16-
target = "build",
19+
versions = ["stable" => "v^", "v#.#"], # Restrict to minor releases
1720
)

0 commit comments

Comments
 (0)