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 22
33Julia implementation of stochastic optimization algorithms for large-scale optimal transport.
44
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 )
1010[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
1111
1212# Bibliography
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ DocMeta.setdocmeta!(
1717makedocs (;
1818 modules= [StochasticOptimalTransport],
1919 authors
= " David Widmann <[email protected] >" ,
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}" ,
2121 sitename= " StochasticOptimalTransport.jl" ,
2222 format= Documenter. HTML (;
2323 prettyurls= get (ENV , " CI" , " false" ) == " true" ,
24- canonical= " https://devmotion .github.io/StochasticOptimalTransport.jl" ,
24+ canonical= " https://juliaoptimaltransport .github.io/StochasticOptimalTransport.jl" ,
2525 assets= String[],
2626 ),
2727 pages= [" Home" => " index.md" ],
@@ -30,7 +30,7 @@ makedocs(;
3030)
3131
3232deploydocs (;
33- repo= " github.com/devmotion /StochasticOptimalTransport.jl" ,
33+ repo= " github.com/JuliaOptimalTransport /StochasticOptimalTransport.jl" ,
3434 push_preview= true ,
3535 devbranch= " main" ,
3636)
You can’t perform that action at this time.
0 commit comments