From 64878a129cdbbf631f57949fc2d9d499f09c8068 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Mon, 6 May 2024 09:20:17 +0200 Subject: [PATCH] Rename user (#114) --- README.md | 12 ++++++------ docs/make.jl | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6075fd3..cef2417 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # InferOpt.jl -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://axelparmentier.github.io/InferOpt.jl/stable) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://axelparmentier.github.io/InferOpt.jl/dev) -[![Build Status](https://github.com/axelparmentier/InferOpt.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/axelparmentier/InferOpt.jl/actions/workflows/CI.yml?query=branch%3Amain) -[![Coverage](https://codecov.io/gh/axelparmentier/InferOpt.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/axelparmentier/InferOpt.jl) -[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaDecisionFocusedLearning.github.io/InferOpt.jl/stable) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaDecisionFocusedLearning.github.io/InferOpt.jl/dev) +[![Build Status](https://github.com/JuliaDecisionFocusedLearning/InferOpt.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaDecisionFocusedLearning/InferOpt.jl/actions/workflows/CI.yml?query=branch%3Amain) +[![Coverage](https://codecov.io/gh/JuliaDecisionFocusedLearning/InferOpt.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaDecisionFocusedLearning/InferOpt.jl) +[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/JuliaDiff/BlueStyle) [![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) ## Overview @@ -25,7 +25,7 @@ julia> using Pkg; Pkg.add("InferOpt") To install the development version, run this command instead: ```julia -julia> using Pkg; Pkg.add(url="https://github.com/axelparmentier/InferOpt.jl") +julia> using Pkg; Pkg.add(url="https://github.com/JuliaDecisionFocusedLearning/InferOpt.jl") ``` ## Citing us diff --git a/docs/make.jl b/docs/make.jl index 83c3208..59fd2de 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -11,7 +11,7 @@ open(joinpath(@__DIR__, "src", "index.md"), "w") do io io, """ ```@meta - EditURL = "https://github.com/axelparmentier/InferOpt.jl/blob/main/README.md" + EditURL = "https://github.com/JuliaDecisionFocusedLearning/InferOpt.jl/blob/main/README.md" ``` """, ) @@ -30,13 +30,13 @@ Literate.markdown(tuto_jl_file, tuto_md_dir; documenter=true, execute=false) makedocs(; modules=[InferOpt], authors="Guillaume Dalle, Léo Baty, Louis Bouvier, Axel Parmentier", - repo="https://github.com/axelparmentier/InferOpt.jl/blob/{commit}{path}#{line}", + repo="https://github.com/JuliaDecisionFocusedLearning/InferOpt.jl/blob/{commit}{path}#{line}", sitename="InferOpt.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", - canonical="https://axelparmentier.github.io/InferOpt.jl", + canonical="https://JuliaDecisionFocusedLearning.github.io/InferOpt.jl", assets=String[], - repolink="https://github.com/axelparmentier/InferOpt.jl", + repolink="https://github.com/JuliaDecisionFocusedLearning/InferOpt.jl", ), pages=[ "Home" => "index.md", @@ -52,4 +52,4 @@ for file in rm(file) end -deploydocs(; repo="github.com/axelparmentier/InferOpt.jl", devbranch="main") +deploydocs(; repo="github.com/JuliaDecisionFocusedLearning/InferOpt.jl", devbranch="main")