File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
3
- <img src =" https://github.com/SymbolicML /DynamicQuantities.jl/assets/7593028/10b1e6b8-f1c5-43bc-97e6-4ddb4c175293 " width =500 >
3
+ <img src =" https://github.com/JuliaPhysics /DynamicQuantities.jl/assets/7593028/10b1e6b8-f1c5-43bc-97e6-4ddb4c175293 " width =500 >
4
4
5
5
6
6
[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://symbolicml.org/DynamicQuantities.jl/dev/ )
7
- [ ![ Build Status] ( https://github.com/SymbolicML /DynamicQuantities.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/SymbolicML /DynamicQuantities.jl/actions/workflows/CI.yml?query=branch%3Amain )
8
- [ ![ Coverage] ( https://coveralls.io/repos/github/SymbolicML /DynamicQuantities.jl/badge.svg?branch=main )] ( https://coveralls.io/github/SymbolicML /DynamicQuantities.jl?branch=main )
7
+ [ ![ Build Status] ( https://github.com/JuliaPhysics /DynamicQuantities.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/JuliaPhysics /DynamicQuantities.jl/actions/workflows/CI.yml?query=branch%3Amain )
8
+ [ ![ Coverage] ( https://coveralls.io/repos/github/JuliaPhysics /DynamicQuantities.jl/badge.svg?branch=main )] ( https://coveralls.io/github/JuliaPhysics /DynamicQuantities.jl?branch=main )
9
9
[ ![ Aqua QA] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
10
10
11
11
</div >
Original file line number Diff line number Diff line change 31
31
makedocs (;
32
32
modules= [DynamicQuantities, DynamicQuantities. Units],
33
33
authors
= " MilesCranmer <[email protected] > and contributors" ,
34
- repo= " https://github.com/SymbolicML /DynamicQuantities.jl/blob/{commit}{path}#{line}" ,
34
+ repo= " https://github.com/JuliaPhysics /DynamicQuantities.jl/blob/{commit}{path}#{line}" ,
35
35
sitename= " DynamicQuantities.jl" ,
36
36
format= Documenter. HTML (;
37
37
prettyurls= get (ENV , " CI" , " false" ) == " true" ,
@@ -52,7 +52,7 @@ makedocs(;
52
52
)
53
53
54
54
deploydocs (;
55
- repo= " github.com/SymbolicML /DynamicQuantities.jl" ,
55
+ repo= " github.com/JuliaPhysics /DynamicQuantities.jl" ,
56
56
devbranch= " main"
57
57
)
58
58
Original file line number Diff line number Diff line change 24
24
@testitem " Measurements.jl integration tests" begin
25
25
include (" test_measurements.jl" )
26
26
end
27
- # # Broken; see https://github.com/SymbolicML /DynamicQuantities.jl/issues/118
27
+ # # Broken; see https://github.com/JuliaPhysics /DynamicQuantities.jl/issues/118
28
28
# @testitem "Meshes.jl integration tests" begin
29
29
# include("test_meshes.jl")
30
30
# end
You can’t perform that action at this time.
0 commit comments