File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
# DustExtinction.jl
2
2
3
+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliaastro.org/DustExtinction/stable/ )
4
+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliaastro.org/DustExtinction.jl/dev/ )
3
5
4
- [ ![ Build Status ] ( https://github.com/juliaastro /DustExtinction.jl/workflows/CI /badge.svg?branch=master )] ( https://github.com/juliaastro /DustExtinction.jl/actions )
6
+ [ ![ CI ] ( https://github.com/JuliaAstro /DustExtinction.jl/actions/ workflows/ci.yml /badge.svg )] ( https://github.com/JuliaAstro /DustExtinction.jl/actions/workflows/ci.yml )
5
7
[ ![ PkgEval] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/D/DustExtinction.svg )] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html )
6
- [ ![ Coverage ] ( https://codecov.io/gh/juliaastro/DustExtinction.jl/branch/master/ graph/badge.svg )] ( https://codecov.io/gh/juliaastro/DustExtinction.jl )
8
+ [ ![ codecov ] ( https://codecov.io/gh/juliaastro/DustExtinction.jl/graph/badge.svg?token=lOk3jmHlDF )] ( https://codecov.io/gh/juliaastro/DustExtinction.jl )
7
9
[ ![ License] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
8
10
9
- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliaastro.github.io/DustExtinction.jl/stable )
10
- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliaastro.github.io/DustExtinction.jl/dev )
11
-
12
-
13
-
14
11
Tools for interstellar dust extinction in astronomy
15
12
16
13
Documentation: [ DustExtinction] ( https://JuliaAstro.github.io/DustExtinction.jl/stable )
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ makedocs(;
13
13
assets = [
14
14
" assets/favicon.ico" ,
15
15
],
16
+ canonical = " https://JuliaAstro.org/DustExtinction/stable/" ,
16
17
),
17
18
authors = " Kyle Barbary, Mosé Giordano, Miles Lucas" ,
18
19
pages,
@@ -24,4 +25,5 @@ deploydocs(;
24
25
push_preview = true ,
25
26
branch = " gh-pages" ,
26
27
devbranch = " master" ,
28
+ versions = [" stable" => " v^" , " v#.#" ], # Restrict to minor releases
27
29
)
Original file line number Diff line number Diff line change 1
1
# DustExtinction.jl
2
2
3
-
4
-
5
3
[ ![ GitHub] ( https://img.shields.io/badge/Code-GitHub-black.svg )] ( https://github.com/juliaastro/DustExtinction.jl )
6
- [ ![ Build Status ] ( https://github.com/juliaastro /DustExtinction.jl/workflows/CI /badge.svg?branch=master )] ( https://github.com/juliaastro /DustExtinction.jl/actions )
4
+ [ ![ CI ] ( https://github.com/JuliaAstro /DustExtinction.jl/actions/ workflows/ci.yml /badge.svg )] ( https://github.com/JuliaAstro /DustExtinction.jl/actions/workflows/ci.yml )
7
5
[ ![ PkgEval] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/D/DustExtinction.svg )] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html )
8
- [ ![ Coverage ] ( https://codecov.io/gh/juliaastro/DustExtinction.jl/branch/master/ graph/badge.svg )] ( https://codecov.io/gh/juliaastro/DustExtinction.jl )
6
+ [ ![ codecov ] ( https://codecov.io/gh/juliaastro/DustExtinction.jl/graph/badge.svg?token=lOk3jmHlDF )] ( https://codecov.io/gh/juliaastro/DustExtinction.jl )
9
7
[ ![ License] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
10
8
11
9
This package implements different empirical dust measurements for use in astronomy. This package is written in pure Julia and is built with first-class support with [ Unitful.jl] ( https://github.com/painterqubits/unitful.jl ) and [ Measurements.jl] ( https://github.com/juliaphysics/measurements.jl ) .
You can’t perform that action at this time.
0 commit comments