File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# DensityInterface.jl
22
3- [ ![ Documentation for stable version] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://oschulz .github.io/DensityInterface.jl/stable )
4- [ ![ Documentation for development version] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://oschulz .github.io/DensityInterface.jl/dev )
3+ [ ![ Documentation for stable version] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaMath .github.io/DensityInterface.jl/stable )
4+ [ ![ Documentation for development version] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaMath .github.io/DensityInterface.jl/dev )
55[ ![ License] ( http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )] ( LICENSE.md )
6- [ ![ Build Status] ( https://github.com/oschulz /DensityInterface.jl/workflows/CI/badge.svg?branch=master )] ( https://github.com/oschulz /DensityInterface.jl/actions?query=workflow%3ACI )
7- [ ![ Codecov] ( https://codecov.io/gh/oschulz /DensityInterface.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/oschulz /DensityInterface.jl )
6+ [ ![ Build Status] ( https://github.com/JuliaMath /DensityInterface.jl/workflows/CI/badge.svg?branch=master )] ( https://github.com/JuliaMath /DensityInterface.jl/actions?query=workflow%3ACI )
7+ [ ![ Codecov] ( https://codecov.io/gh/JuliaMath /DensityInterface.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/JuliaMath /DensityInterface.jl )
88
99This package defines an interface for mathematical/statistical densities in Julia. See the documentation for details.
1010
1111
1212## Documentation
1313
14- * [ Documentation for stable version] ( https://oschulz .github.io/DensityInterface.jl/stable )
15- * [ Documentation for development version] ( https://oschulz .github.io/DensityInterface.jl/dev )
14+ * [ Documentation for stable version] ( https://JuliaMath .github.io/DensityInterface.jl/stable )
15+ * [ Documentation for development version] ( https://JuliaMath .github.io/DensityInterface.jl/dev )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ makedocs(
2525 modules = [DensityInterface],
2626 format = Documenter. HTML (
2727 prettyurls = ! (" local" in ARGS ),
28- canonical = " https://oschulz .github.io/DensityInterface.jl/stable/"
28+ canonical = " https://JuliaMath .github.io/DensityInterface.jl/stable/"
2929 ),
3030 pages = [
3131 " Home" => " index.md" ,
@@ -38,7 +38,7 @@ makedocs(
3838)
3939
4040deploydocs (
41- repo = " github.com/oschulz /DensityInterface.jl.git" ,
41+ repo = " github.com/JuliaMath /DensityInterface.jl.git" ,
4242 forcepush = true ,
4343 push_preview = true ,
4444)
You can’t perform that action at this time.
0 commit comments