From 82b2c865e3ee98618a42a50181ec0a49b237cade Mon Sep 17 00:00:00 2001 From: Joey Carpinelli Date: Thu, 12 Sep 2024 21:28:16 -0400 Subject: [PATCH] Fixes package READMEs --- docs/make.jl | 8 ++++++++ lib/EphemerisSourcesBase/README.md | 5 ++--- lib/HorizonsAPI/README.md | 5 ++--- lib/HorizonsEphemeris/README.md | 5 ++--- lib/SPICEBodies/README.md | 5 ++--- lib/SPICEKernels/README.md | 5 ++--- 6 files changed, 18 insertions(+), 15 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index e5e84bfe..7bd14ea3 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -57,6 +57,14 @@ content = [ giturl = "https://github.com/JuliaAstro/EphemerisSources.jl.git", fix_canonical_url = false, ), + MultiDocumenter.MultiDocRef( + upstream = joinpath(clonedir, "EphemerisSourcesBase.jl"), + path = joinpath("docs", "EphemerisSourcesBase"), + name = "EphemerisSourcesBase.jl", + branch = "ephemeris-sources-base", + giturl = "https://github.com/JuliaAstro/EphemerisSources.jl.git", + fix_canonical_url = false, + ), MultiDocumenter.DropdownNav( "SPICE", [ diff --git a/lib/EphemerisSourcesBase/README.md b/lib/EphemerisSourcesBase/README.md index 8a65dc24..b88d06c0 100644 --- a/lib/EphemerisSourcesBase/README.md +++ b/lib/EphemerisSourcesBase/README.md @@ -1,6 +1,5 @@ -[![Tests](https://github.com/JuliaAstro/EphemerisSourcesBase.jl/workflows/Tests/badge.svg)](https://github.com/JuliaAstro/EphemerisSourcesBase.jl/actions?query=workflow%3ATests) -[![Docs](https://github.com/JuliaAstro/EphemerisSourcesBase.jl/workflows/Documentation/badge.svg)](https://JuliaAstro.github.io/EphemerisSourcesBase.jl) -[![SciML Code Style](https://img.shields.io/static/v1?label=Style&message=SciML&color=9668e2&labelColor=3E474F)](https://github.com/SciML/SciMLStyle) +[![Tests](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Tests.yml/badge.svg)](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Tests.yml) +[![Documentation](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Documentation.yml/badge.svg)](https://juliaastro.org/EphemerisSources.jl/docs/EphemerisSourcesBase/stable) # `EphemerisSourcesBase` diff --git a/lib/HorizonsAPI/README.md b/lib/HorizonsAPI/README.md index 1ba2f7d3..d1ce25f5 100644 --- a/lib/HorizonsAPI/README.md +++ b/lib/HorizonsAPI/README.md @@ -1,6 +1,5 @@ -[![Tests](https://github.com/JuliaAstro/HorizonsAPI.jl/workflows/Tests/badge.svg)](https://github.com/JuliaAstro/HorizonsAPI.jl/actions?query=workflow%3ATests) -[![Docs](https://github.com/JuliaAstro/HorizonsAPI.jl/workflows/Documentation/badge.svg)](https://juliaastro.org/HorizonsAPI.jl) -[![SciML Code Style](https://img.shields.io/static/v1?label=Style&message=SciML&color=9668e2&labelColor=3E474F)](https://github.com/SciML/SciMLStyle) +[![Tests](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Tests.yml/badge.svg)](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Tests.yml) +[![Documentation](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Documentation.yml/badge.svg)](https://juliaastro.org/EphemerisSources.jl/docs/HorizonsAPI/stable) # `HorizonsAPI` diff --git a/lib/HorizonsEphemeris/README.md b/lib/HorizonsEphemeris/README.md index 420da579..cc8f91c5 100644 --- a/lib/HorizonsEphemeris/README.md +++ b/lib/HorizonsEphemeris/README.md @@ -1,6 +1,5 @@ -[![Tests](https://github.com/JuliaAstro/HorizonsEphemeris.jl/workflows/UnitTests/badge.svg)](https://github.com/JuliaAstro/HorizonsEphemeris.jl/actions?query=workflow%3AUnitTests) -[![Docs](https://github.com/JuliaAstro/HorizonsEphemeris.jl/workflows/Documentation/badge.svg)](https://juliaastro.org/HorizonsEphemeris.jl) -[![SciML Code Style](https://img.shields.io/static/v1?label=Style&message=SciML&color=9668e2&labelColor=3E474F)](https://github.com/SciML/SciMLStyle) +[![Tests](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Tests.yml/badge.svg)](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Tests.yml) +[![Documentation](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Documentation.yml/badge.svg)](https://juliaastro.org/EphemerisSources.jl/docs/HorizonsEphemeris/stable) # `HorizonsEphemeris` diff --git a/lib/SPICEBodies/README.md b/lib/SPICEBodies/README.md index fa4cc597..dd815c72 100644 --- a/lib/SPICEBodies/README.md +++ b/lib/SPICEBodies/README.md @@ -1,6 +1,5 @@ -[![Tests](https://github.com/JuliaAstro/SPICEBodies.jl/workflows/Tests/badge.svg)](https://github.com/JuliaAstro/SPICEBodies.jl/actions?query=workflow%3ATests) -[![Docs](https://github.com/JuliaAstro/SPICEBodies.jl/workflows/Documentation/badge.svg)](https://juliaastro.org/SPICEBodies.jl) -[![SciML Code Style](https://img.shields.io/static/v1?label=Style&message=SciML&color=9668e2&labelColor=3E474F)](https://github.com/SciML/SciMLStyle) +[![Tests](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Tests.yml/badge.svg)](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Tests.yml) +[![Documentation](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Documentation.yml/badge.svg)](https://juliaastro.org/EphemerisSources.jl/docs/SPICEBodies/stable) # `SPICEBodies` diff --git a/lib/SPICEKernels/README.md b/lib/SPICEKernels/README.md index 053144d1..d0ae4bdb 100644 --- a/lib/SPICEKernels/README.md +++ b/lib/SPICEKernels/README.md @@ -1,6 +1,5 @@ -[![Tests](https://github.com/JuliaAstro/SPICEKernels.jl/workflows/Tests/badge.svg)](https://github.com/JuliaAstro/SPICEKernels.jl/actions?query=workflow%3ATests) -[![Docs](https://github.com/JuliaAstro/SPICEKernels.jl/workflows/Documentation/badge.svg)](https://juliaastro.org/SPICEKernels.jl) -[![SciML Code Style](https://img.shields.io/static/v1?label=Style&message=SciML&color=9668e2&labelColor=3E474F)](https://github.com/SciML/SciMLStyle) +[![Tests](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Tests.yml/badge.svg)](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Tests.yml) +[![Documentation](https://github.com/JuliaAstro/EphemerisSources.jl/actions/workflows/Documentation.yml/badge.svg)](https://juliaastro.org/EphemerisSources.jl/docs/SPICEKernels/stable) # `SPICEKernels.jl`