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@misc {MetropolisAlgorithm.jl ,
22 author = { Shuhei Ohno} ,
33 title = { MetropolisAlgorithm.jl} ,
4- url = { https://github.com/ohno /MetropolisAlgorithm.jl} ,
4+ url = { https://github.com/JuliaFewBody /MetropolisAlgorithm.jl} ,
55 version = { v0.0.1} ,
66 year = { 2025} ,
77 month = { 6}
Original file line number Diff line number Diff line change 11# MetropolisAlgorithm
22
3- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://ohno .github.io/MetropolisAlgorithm.jl/stable/ )
4- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://ohno .github.io/MetropolisAlgorithm.jl/dev/ )
5- [ ![ Build Status] ( https://github.com/ohno /MetropolisAlgorithm.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/ohno /MetropolisAlgorithm.jl/actions/workflows/CI.yml?query=branch%3Amain )
3+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaFewBody .github.io/MetropolisAlgorithm.jl/stable/ )
4+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaFewBody .github.io/MetropolisAlgorithm.jl/dev/ )
5+ [ ![ Build Status] ( https://github.com/JuliaFewBody /MetropolisAlgorithm.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/JuliaFewBody /MetropolisAlgorithm.jl/actions/workflows/CI.yml?query=branch%3Amain )
66
77## Documentation
88
9- See https://ohno .github.io/MetropolisAlgorithm.jl .
9+ See https://JuliaFewBody .github.io/MetropolisAlgorithm.jl .
1010
1111## Citation
1212
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ makedocs(;
88 authors = " Shuhei Ohno" ,
99 sitename = " MetropolisAlgorithm.jl" ,
1010 format = Documenter. HTML (;
11- canonical = " https://ohno .github.io/MetropolisAlgorithm.jl" ,
11+ canonical = " https://JuliaFewBody .github.io/MetropolisAlgorithm.jl" ,
1212 edit_link = " main" ,
1313 assets = String[
1414 " ./assets/logo.ico" ,
@@ -22,6 +22,6 @@ makedocs(;
2222)
2323
2424deploydocs (;
25- repo = " github.com/ohno /MetropolisAlgorithm.jl" ,
25+ repo = " github.com/JuliaFewBody /MetropolisAlgorithm.jl" ,
2626 devbranch = " main" ,
2727)
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ CurrentModule = MetropolisAlgorithm
44
55# MetropolisAlgorithm.jl
66
7- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://ohno .github.io/MetropolisAlgorithm.jl/stable/ )
8- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://ohno .github.io/MetropolisAlgorithm.jl/dev/ )
9- [ ![ Build Status] ( https://github.com/ohno /MetropolisAlgorithm.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/ohno /MetropolisAlgorithm.jl/actions/workflows/CI.yml?query=branch%3Amain )
7+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaFewBody .github.io/MetropolisAlgorithm.jl/stable/ )
8+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaFewBody .github.io/MetropolisAlgorithm.jl/dev/ )
9+ [ ![ Build Status] ( https://github.com/JuliaFewBody /MetropolisAlgorithm.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/JuliaFewBody /MetropolisAlgorithm.jl/actions/workflows/CI.yml?query=branch%3Amain )
1010
1111Minimal implementation of the Metropolis algorithm.
1212
@@ -15,7 +15,7 @@ Minimal implementation of the Metropolis algorithm.
1515Run the following code to install this package.
1616
1717``` julia
18- import Pkg; Pkg. add (url= " https://github.com/ohno /MetropolisAlgorithm.jl.git" )
18+ import Pkg; Pkg. add (url= " https://github.com/JuliaFewBody /MetropolisAlgorithm.jl.git" )
1919```
2020
2121## Usage
You can’t perform that action at this time.
0 commit comments