Skip to content

Commit 225eb46

Browse files
authored
Transfer to org (#145)
1 parent d741a1a commit 225eb46

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ImplicitDifferentiation.jl
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://gdalle.github.io/ImplicitDifferentiation.jl/stable/)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://gdalle.github.io/ImplicitDifferentiation.jl/dev/)
5-
[![Build Status](https://github.com/gdalle/ImplicitDifferentiation.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/gdalle/ImplicitDifferentiation.jl/actions/workflows/CI.yml?query=branch%3Amain)
6-
[![Coverage](https://codecov.io/gh/gdalle/ImplicitDifferentiation.jl/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gdalle/ImplicitDifferentiation.jl)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaDecisionFocusedLearning.github.io/ImplicitDifferentiation.jl/stable/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaDecisionFocusedLearning.github.io/ImplicitDifferentiation.jl/dev/)
5+
[![Build Status](https://github.com/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl/actions/workflows/CI.yml?query=branch%3Amain)
6+
[![Coverage](https://codecov.io/gh/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl/branch/main/graph/badge.svg)](https://app.codecov.io/gh/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl)
77
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
88
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
99

10-
[ImplicitDifferentiation.jl](https://github.com/gdalle/ImplicitDifferentiation.jl) is a package for automatic differentiation of functions defined implicitly, i.e., _forward mappings_
10+
[ImplicitDifferentiation.jl](https://github.com/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl) is a package for automatic differentiation of functions defined implicitly, i.e., _forward mappings_
1111

1212
```math
1313
x \in \mathbb{R}^n \longmapsto y(x) \in \mathbb{R}^m
@@ -40,10 +40,10 @@ julia> using Pkg; Pkg.add("ImplicitDifferentiation")
4040
For the latest version, run this instead:
4141

4242
```julia
43-
julia> using Pkg; Pkg.add(url="https://github.com/gdalle/ImplicitDifferentiation.jl")
43+
julia> using Pkg; Pkg.add(url="https://github.com/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl")
4444
```
4545

46-
Please read the [documentation](https://gdalle.github.io/ImplicitDifferentiation.jl/stable/), especially the examples and FAQ.
46+
Please read the [documentation](https://JuliaDecisionFocusedLearning.github.io/ImplicitDifferentiation.jl/stable/), especially the examples and FAQ.
4747

4848
## Related projects
4949

docs/make.jl

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,17 @@ pages = [
4747
makedocs(;
4848
modules=[ImplicitDifferentiation],
4949
authors="Guillaume Dalle, Mohamed Tarek and contributors",
50-
repo=Documenter.Remotes.GitHub("gdalle", "ImplicitDifferentiation.jl"),
50+
repo=Documenter.Remotes.GitHub(
51+
"JuliaDecisionFocusedLearning", "ImplicitDifferentiation.jl"
52+
),
5153
sitename="ImplicitDifferentiation.jl",
5254
format=Documenter.HTML(;
53-
canonical="https://gdalle.github.io/ImplicitDifferentiation.jl"
55+
canonical="https://JuliaDecisionFocusedLearning.github.io/ImplicitDifferentiation.jl",
5456
),
5557
pages=pages,
5658
)
5759

58-
deploydocs(; repo="github.com/gdalle/ImplicitDifferentiation.jl", devbranch="main")
60+
deploydocs(;
61+
repo="github.com/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl",
62+
devbranch="main",
63+
)

0 commit comments

Comments
 (0)