From 13b3359cc68a3cc87cd3b48830c1d89974607004 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Tue, 23 Nov 2021 00:54:03 +0100 Subject: [PATCH] Transfer repo to TuringLang (#27) --- LICENSE | 2 +- README.md | 10 +++++----- docs/make.jl | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 90124513..52ee3bee 100644 --- a/LICENSE +++ b/LICENSE @@ -4,7 +4,7 @@ Copyright (c) 2021 Brian J Smith, the Turing team and contributors: https://github.com/brian-j-smith/Mamba.jl/contributors https://github.com/TuringLang/MCMCChains.jl/contributors -https://github.com/devmotion/MCMCDiagnosticTools.jl/contributors +https://github.com/TuringLang/MCMCDiagnosticTools.jl/contributors https://turing.ml/dev/team/ Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index c9468a35..d94fe42c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # MCMCDiagnosticTools.jl -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://devmotion.github.io/MCMCDiagnosticTools.jl/stable) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://devmotion.github.io/MCMCDiagnosticTools.jl/dev) -[![Build Status](https://github.com/devmotion/MCMCDiagnosticTools.jl/workflows/CI/badge.svg?branch=main)](https://github.com/devmotion/MCMCDiagnosticTools.jl/actions?query=workflow%3ACI+branch%3Amain) -[![Coverage](https://codecov.io/gh/devmotion/MCMCDiagnosticTools.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/devmotion/MCMCDiagnosticTools.jl) -[![Coverage](https://coveralls.io/repos/github/devmotion/MCMCDiagnosticTools.jl/badge.svg?branch=main)](https://coveralls.io/github/devmotion/MCMCDiagnosticTools.jl?branch=main) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://turinglang.github.io/MCMCDiagnosticTools.jl/stable) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://turinglang.github.io/MCMCDiagnosticTools.jl/dev) +[![Build Status](https://github.com/TuringLang/MCMCDiagnosticTools.jl/workflows/CI/badge.svg?branch=main)](https://github.com/TuringLang/MCMCDiagnosticTools.jl/actions?query=workflow%3ACI+branch%3Amain) +[![Coverage](https://codecov.io/gh/TuringLang/MCMCDiagnosticTools.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/TuringLang/MCMCDiagnosticTools.jl) +[![Coverage](https://coveralls.io/repos/github/TuringLang/MCMCDiagnosticTools.jl/badge.svg?branch=main)](https://coveralls.io/github/TuringLang/MCMCDiagnosticTools.jl?branch=main) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) [![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac) diff --git a/docs/make.jl b/docs/make.jl index 97e234ef..0ae5abee 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -14,11 +14,11 @@ DocMeta.setdocmeta!( makedocs(; modules=[MCMCDiagnosticTools], authors="David Widmann", - repo="https://github.com/devmotion/MCMCDiagnosticTools.jl/blob/{commit}{path}#{line}", + repo="https://github.com/TuringLang/MCMCDiagnosticTools.jl/blob/{commit}{path}#{line}", sitename="MCMCDiagnosticTools.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", - canonical="https://devmotion.github.io/MCMCDiagnosticTools.jl", + canonical="https://turinglang.github.io/MCMCDiagnosticTools.jl", assets=String[], ), pages=["Home" => "index.md"], @@ -27,5 +27,5 @@ makedocs(; ) deploydocs(; - repo="github.com/devmotion/MCMCDiagnosticTools.jl", push_preview=true, devbranch="main" + repo="github.com/TuringLang/MCMCDiagnosticTools.jl", push_preview=true, devbranch="main" )