File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Julia implementation of stochastic optimization algorithms for large-scale optimal transport.
4
4
5
- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://devmotion .github.io/StochasticOptimalTransport.jl/stable )
6
- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://devmotion .github.io/StochasticOptimalTransport.jl/dev )
7
- [ ![ Build Status] ( https://github.com/devmotion /StochasticOptimalTransport.jl/workflows/CI/badge.svg?branch=main )] ( https://github.com/devmotion /StochasticOptimalTransport.jl/actions?query=workflow%3ACI%20branch%3Amain )
8
- [ ![ Coverage] ( https://codecov.io/gh/devmotion /StochasticOptimalTransport.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/devmotion /StochasticOptimalTransport.jl )
9
- [ ![ Coverage] ( https://coveralls.io/repos/github/devmotion /StochasticOptimalTransport.jl/badge.svg?branch=main )] ( https://coveralls.io/github/devmotion /StochasticOptimalTransport.jl?branch=main )
5
+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliaoptimaltransport .github.io/StochasticOptimalTransport.jl/stable )
6
+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliaoptimaltransport .github.io/StochasticOptimalTransport.jl/dev )
7
+ [ ![ Build Status] ( https://github.com/JuliaOptimalTransport /StochasticOptimalTransport.jl/workflows/CI/badge.svg?branch=main )] ( https://github.com/JuliaOptimalTransport /StochasticOptimalTransport.jl/actions?query=workflow%3ACI%20branch%3Amain )
8
+ [ ![ Coverage] ( https://codecov.io/gh/JuliaOptimalTransport /StochasticOptimalTransport.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/JuliaOptimalTransport /StochasticOptimalTransport.jl )
9
+ [ ![ Coverage] ( https://coveralls.io/repos/github/JuliaOptimalTransport /StochasticOptimalTransport.jl/badge.svg?branch=main )] ( https://coveralls.io/github/JuliaOptimalTransport /StochasticOptimalTransport.jl?branch=main )
10
10
[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
11
11
12
12
# Bibliography
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ DocMeta.setdocmeta!(
17
17
makedocs (;
18
18
modules= [StochasticOptimalTransport],
19
19
authors= " David Widmann <david.widmann@it.uu.se>" ,
20
- repo= " https://github.com/devmotion /StochasticOptimalTransport.jl/blob/{commit}{path}#L{line}" ,
20
+ repo= " https://github.com/JuliaOptimalTransport /StochasticOptimalTransport.jl/blob/{commit}{path}#L{line}" ,
21
21
sitename= " StochasticOptimalTransport.jl" ,
22
22
format= Documenter. HTML (;
23
23
prettyurls= get (ENV , " CI" , " false" ) == " true" ,
24
- canonical= " https://devmotion .github.io/StochasticOptimalTransport.jl" ,
24
+ canonical= " https://juliaoptimaltransport .github.io/StochasticOptimalTransport.jl" ,
25
25
assets= String[],
26
26
),
27
27
pages= [" Home" => " index.md" ],
@@ -30,7 +30,7 @@ makedocs(;
30
30
)
31
31
32
32
deploydocs (;
33
- repo= " github.com/devmotion /StochasticOptimalTransport.jl" ,
33
+ repo= " github.com/JuliaOptimalTransport /StochasticOptimalTransport.jl" ,
34
34
push_preview= true ,
35
35
devbranch= " main" ,
36
36
)
You can’t perform that action at this time.
0 commit comments