From 3916c94f2edc5b02e0f068b56629d040582674fa Mon Sep 17 00:00:00 2001 From: Ian Weaver Date: Tue, 29 Apr 2025 16:17:47 -0700 Subject: [PATCH 1/2] Update make.jl --- docs/make.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/make.jl b/docs/make.jl index a3f5f24..4050674 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -12,6 +12,9 @@ makedocs( "Home" => "index.md", "API Reference" => "api.md", ], + format = Documenter.HTML(; + canonical = "https://JuliaAstro.org/AstroAngles/stable/", + ), ) deploydocs( From f8302a33fa4a71196efd5013f937b6c8e73d6b8b Mon Sep 17 00:00:00 2001 From: Ian Weaver Date: Fri, 2 May 2025 01:13:02 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dbf73c..06eb043 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/A/AstroAngles.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html) [![Coverage](https://codecov.io/gh/JuliaAstro/AstroAngles.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaAstro/AstroAngles.jl) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Documentation](https://img.shields.io/badge/docs-blue.svg)](https://juliaastro.org/AstroAngles.jl/) +[![Documentation](https://img.shields.io/badge/docs-blue.svg)](https://juliaastro.org/AstroAngles/) Lightweight string parsing and representation of angles.