Skip to content

Commit

Permalink
Move to JuliaGaussianProcesses organization (#2)
Browse files Browse the repository at this point in the history
* Move to JuliaGaussianProcesses organization

* Fix format

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
devmotion and github-actions[bot] committed Apr 10, 2021
1 parent 047697f commit fed0227
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -2,10 +2,10 @@

*Plots of Gaussian processes with [AbstractGPs](https://github.com/JuliaGaussianProcesses/AbstractGPs.jl) and [Makie](https://github.com/JuliaPlots/Makie.jl)*

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://devmotion.github.io/AbstractGPsMakie.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://devmotion.github.io/AbstractGPsMakie.jl/dev)
[![Build Status](https://github.com/devmotion/AbstractGPsMakie.jl/workflows/CI/badge.svg?branch=main)](https://github.com/devmotion/AbstractGPsMakie.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/devmotion/AbstractGPsMakie.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/devmotion/AbstractGPsMakie.jl)
[![Coverage](https://coveralls.io/repos/github/devmotion/AbstractGPsMakie.jl/badge.svg?branch=main)](https://coveralls.io/github/devmotion/AbstractGPsMakie.jl?branch=main)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliagaussianprocesses.github.io/AbstractGPsMakie.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliagaussianprocesses.github.io/AbstractGPsMakie.jl/dev)
[![Build Status](https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/workflows/CI/badge.svg?branch=main)](https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaGaussianProcesses/AbstractGPsMakie.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaGaussianProcesses/AbstractGPsMakie.jl)
[![Coverage](https://coveralls.io/repos/github/JuliaGaussianProcesses/AbstractGPsMakie.jl/badge.svg?branch=main)](https://coveralls.io/github/JuliaGaussianProcesses/AbstractGPsMakie.jl?branch=main)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)

8 changes: 5 additions & 3 deletions docs/make.jl
Expand Up @@ -14,11 +14,11 @@ DocMeta.setdocmeta!(
makedocs(;
modules=[AbstractGPsMakie],
authors="David Widmann",
repo="https://github.com/devmotion/AbstractGPsMakie.jl/blob/{commit}{path}#{line}",
repo="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/{commit}{path}#{line}",
sitename="AbstractGPsMakie.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://devmotion.github.io/AbstractGPsMakie.jl",
canonical="https://juliagaussianprocesses.github.io/AbstractGPsMakie.jl",
assets=String[],
),
pages=["Home" => "index.md"],
Expand All @@ -27,5 +27,7 @@ makedocs(;
)

deploydocs(;
repo="github.com/devmotion/AbstractGPsMakie.jl", push_preview=true, devbranch="main"
repo="github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl",
push_preview=true,
devbranch="main",
)

0 comments on commit fed0227

Please sign in to comment.