File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
9
9
jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Documentation
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
tags : ' *'
8
8
pull_request :
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Format
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
9
9
concurrency :
Original file line number Diff line number Diff line change 1
1
# MCMCChains.jl
2
2
3
- ![ CI] ( https://github.com/TuringLang/MCMCChains.jl/workflows/CI/badge.svg?branch=master )
4
- [ ![ codecov] ( https://codecov.io/gh/TuringLang/MCMCChains.jl/branch/master /graph/badge.svg?token=TFxRFbKONS )] ( https://codecov.io/gh/TuringLang/MCMCChains.jl )
5
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/TuringLang/MCMCChains.jl/badge.svg?branch=master )] ( https://coveralls.io/github/TuringLang/MCMCChains.jl?branch=master )
3
+ ![ CI] ( https://github.com/TuringLang/MCMCChains.jl/workflows/CI/badge.svg?branch=main )
4
+ [ ![ codecov] ( https://codecov.io/gh/TuringLang/MCMCChains.jl/branch/main /graph/badge.svg?token=TFxRFbKONS )] ( https://codecov.io/gh/TuringLang/MCMCChains.jl )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/TuringLang/MCMCChains.jl/badge.svg?branch=main )] ( https://coveralls.io/github/TuringLang/MCMCChains.jl?branch=main )
6
6
[ ![ Stable Docs] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://TuringLang.github.io/MCMCChains.jl/stable/ )
7
7
[ ![ Dev Docs] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://TuringLang.github.io/MCMCChains.jl/dev/ )
8
8
Original file line number Diff line number Diff line change @@ -175,4 +175,4 @@ MCMCChains.sample(::Chains, ::Integer)
175
175
See ` ?sample ` for additional help on sampling.
176
176
Alternatively, you can construct and sample from a kernel density estimator using
177
177
[ KernelDensity.jl] ( https://github.com/JuliaStats/KernelDensity.jl ) ,
178
- see [ test/sampling_tests.jl] ( https://github.com/TuringLang/MCMCChains.jl/blob/master /test/sampling_tests.jl ) .
178
+ see [ test/sampling_tests.jl] ( https://github.com/TuringLang/MCMCChains.jl/blob/main /test/sampling_tests.jl ) .
You can’t perform that action at this time.
0 commit comments