File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4646 # - uses: actions/checkout@v4
4747 # with:
4848 # ref: 'keepalive' # The branch, tag or SHA to checkout.
49- # - uses: bgctw /keepalive-workflow@master
49+ # - uses: EarthyScience /keepalive-workflow@master
5050 # keepalive-job:
5151 # name: Keepalive Workflow
5252 # runs-on: ubuntu-latest
Original file line number Diff line number Diff line change 11# DistributionFits
22
3- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://bgctw .github.io/DistributionFits.jl/stable )
4- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://bgctw .github.io/DistributionFits.jl/dev )
5- [ ![ Build Status] ( https://github.com/bgctw /DistributionFits.jl/workflows/CI/badge.svg )] ( https://github.com/bgctw /DistributionFits.jl/actions )
6- [ ![ Coverage] ( https://codecov.io/gh/bgctw /DistributionFits.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/bgctw /DistributionFits.jl )
3+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://EarthyScience .github.io/DistributionFits.jl/stable )
4+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://EarthyScience .github.io/DistributionFits.jl/dev )
5+ [ ![ Build Status] ( https://github.com/EarthyScience /DistributionFits.jl/workflows/CI/badge.svg )] ( https://github.com/EarthyScience /DistributionFits.jl/actions )
6+ [ ![ Coverage] ( https://codecov.io/gh/EarthyScience /DistributionFits.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/EarthyScience /DistributionFits.jl )
77
88
99Extends [ Distributions.jl] ( https://github.com/JuliaStats/Distributions.jl )
1919
2020This can also be used to approximate one distribution via a different distribution by matching its moments.
2121
22- User needs to [ explicitly using Optim.jl] ( https://bgctw .github.io/DistributionFits.jl/stable/set_optimize/ ) for DistributionFits.jl to work properly:
22+ User needs to [ explicitly using Optim.jl] ( https://EarthyScience .github.io/DistributionFits.jl/stable/set_optimize/ ) for DistributionFits.jl to work properly:
2323``` julia
2424using DistributionFits, Optim
2525```
@@ -32,4 +32,4 @@ Currently, support for the following distributios are implemented:
3232- Weibull (only fitting to two quantiles)
3333- Gamma (only fitting to two quantiles)
3434
35- See [ Documentation] ( https://bgctw .github.io/DistributionFits.jl/dev )
35+ See [ Documentation] ( https://EarthyScience .github.io/DistributionFits.jl/dev )
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ DocMeta.setdocmeta!(DistributionFits,
1414makedocs (;
1515 modules = [DistributionFits],
1616 authors = " Thomas Wutzler <twutz@bgc-jena.mpg.de> and contributors" ,
17- # repo="https://github.com/bgctw /DistributionFits.jl/blob/{commit}{path}#{line}",
18- repo = Remotes. GitHub (" bgctw " , " DistributionFits.jl" ),
17+ # repo="https://github.com/EarthyScience /DistributionFits.jl/blob/{commit}{path}#{line}",
18+ repo = Remotes. GitHub (" EarthyScience " , " DistributionFits.jl" ),
1919 sitename = " DistributionFits.jl" ,
2020 format = Documenter. HTML (;
2121 prettyurls = get (ENV , " CI" , " false" ) == " true" ,
22- canonical = " https://bgctw .github.io/DistributionFits.jl" ,
22+ canonical = " https://EarthyScience .github.io/DistributionFits.jl" ,
2323 assets = String[],),
2424 pages = [
2525 " Home" => " index.md" ,
@@ -37,5 +37,5 @@ makedocs(;
3737 ],)
3838
3939deploydocs (;
40- repo = " github.com/bgctw /DistributionFits.jl" ,
40+ repo = " github.com/EarthyScience /DistributionFits.jl" ,
4141 devbranch = " main" ,)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CurrentModule = DistributionFits
44
55# DistributionFits
66
7- Package [ DistributionFits] ( https://github.com/bgctw /DistributionFits.jl )
7+ Package [ DistributionFits] ( https://github.com/EarthyScience /DistributionFits.jl )
88allows fitting a distribution to a given
99set of aggregate statistics.
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CurrentModule = DistributionFits
44
55# DistributionFits
66
7- Documentation for [ DistributionFits] ( https://github.com/bgctw /DistributionFits.jl ) .
7+ Documentation for [ DistributionFits] ( https://github.com/EarthyScience /DistributionFits.jl ) .
88
99``` @index
1010```
You can’t perform that action at this time.
0 commit comments