Skip to content

Commit

Permalink
Transfer repo to TuringLang (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Nov 22, 2021
1 parent ad40548 commit 13b3359
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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"
)

0 comments on commit 13b3359

Please sign in to comment.