From e6575c68345ebc961f05b779ea3466648f8b97e7 Mon Sep 17 00:00:00 2001 From: Albert Date: Wed, 10 Jan 2024 20:19:23 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 07ccb3e..6b4a22e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # FastCholesky -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://biaslab.github.io/FastCholesky.jl/stable/) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://biaslab.github.io/FastCholesky.jl/dev/) -[![Build Status](https://github.com/biaslab/FastCholesky.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/biaslab/FastCholesky.jl/actions/workflows/CI.yml?query=branch%3Amain) -[![Coverage](https://codecov.io/gh/biaslab/FastCholesky.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/biaslab/FastCholesky.jl) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://reactivebayes.github.io/FastCholesky.jl/stable/) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://reactivebayes.github.io/FastCholesky.jl/dev/) +[![Build Status](https://github.com/reactivebayes/FastCholesky.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/reactivebayes/FastCholesky.jl/actions/workflows/CI.yml?query=branch%3Amain) +[![Coverage](https://codecov.io/gh/reactivebayes/FastCholesky.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/reactivebayes/FastCholesky.jl) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) [![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/F/FastCholesky.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/F/FastCholesky.html) @@ -12,4 +12,4 @@ This package exports `fastcholesky` function, which works exactly like the `chol # License -[MIT License](LICENSE) Copyright (c) 2021-2024 BIASlab +[MIT License](LICENSE) Copyright (c) 2021-2024 BIASlab, 2024-present ReactiveBayes From 1aaac7fc13c4da4422d6cde8390ce8e7eab543d3 Mon Sep 17 00:00:00 2001 From: Albert Date: Wed, 10 Jan 2024 20:20:31 +0100 Subject: [PATCH 2/3] Update make.jl --- docs/make.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 9fa5137..8fca7a9 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,15 +6,15 @@ DocMeta.setdocmeta!(FastCholesky, :DocTestSetup, :(using FastCholesky, LinearAlg makedocs(; modules=[FastCholesky], authors="Bart van Erp , Bagaev Dmitry and contributors", - repo="https://github.com/biaslab/FastCholesky.jl/blob/{commit}{path}#{line}", + repo="https://github.com/reactivebayes/FastCholesky.jl/blob/{commit}{path}#{line}", sitename="FastCholesky.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", - canonical="https://biaslab.github.io/FastCholesky.jl", + canonical="https://reactivebayes.github.io/FastCholesky.jl", edit_link="main", assets=String[], ), pages=["Home" => "index.md"], ) -deploydocs(; repo="github.com/biaslab/FastCholesky.jl", devbranch="main") +deploydocs(; repo="github.com/reactivebayes/FastCholesky.jl", devbranch="main") From 3ba73ffc1d11e8bab5ea6491b1dd50bbd215331b Mon Sep 17 00:00:00 2001 From: Bagaev Dmitry Date: Fri, 12 Jan 2024 15:30:11 +0100 Subject: [PATCH 3/3] Update make.jl --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 8fca7a9..a5e2875 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -17,4 +17,4 @@ makedocs(; pages=["Home" => "index.md"], ) -deploydocs(; repo="github.com/reactivebayes/FastCholesky.jl", devbranch="main") +deploydocs(; repo="github.com/ReactiveBayes/FastCholesky.jl", devbranch="main", forcepush=true)