Skip to content

Commit

Permalink
Rename user (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored May 6, 2024
1 parent 8aaf486 commit 64878a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
""",
)
Expand All @@ -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",
Expand All @@ -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")

0 comments on commit 64878a1

Please sign in to comment.