File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
3
push :
4
- branches : [master ]
4
+ branches : [main ]
5
5
tags : [v*]
6
6
pull_request :
7
7
schedule :
Original file line number Diff line number Diff line change 1
1
name : Documentation
2
2
on :
3
3
push :
4
- branches : [master ]
4
+ branches : [main ]
5
5
tags : [v*]
6
6
pull_request :
7
7
jobs :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ A Julia implementation of quaternions.
3
3
4
4
[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaGeometry.github.io/Quaternions.jl/stable )
5
5
[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaGeometry.github.io/Quaternions.jl/dev )
6
- [ ![ Build Status] ( https://github.com/JuliaGeometry/Quaternions.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaGeometry/Quaternions.jl/actions?query=workflow%3ACI+branch%3Amaster )
7
- [ ![ codecov] ( https://codecov.io/gh/JuliaGeometry/Quaternions.jl/branch/master /graph/badge.svg?token=dJBiR91dCD )] ( https://codecov.io/gh/JuliaGeometry/Quaternions.jl )
6
+ [ ![ Build Status] ( https://github.com/JuliaGeometry/Quaternions.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaGeometry/Quaternions.jl/actions?query=workflow%3ACI+branch%3Amain )
7
+ [ ![ codecov] ( https://codecov.io/gh/JuliaGeometry/Quaternions.jl/branch/main /graph/badge.svg?token=dJBiR91dCD )] ( https://codecov.io/gh/JuliaGeometry/Quaternions.jl )
8
8
[ ![ Aqua QA] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
9
9
10
10
[ Quaternions] ( http://en.wikipedia.org/wiki/Quaternion ) are best known for their suitability
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ makedocs(;
20
20
)
21
21
22
22
deploydocs (;
23
- repo= " github.com/JuliaGeometry/Quaternions.jl" ,
23
+ repo= " github.com/JuliaGeometry/Quaternions.jl" , devbranch = " main " ,
24
24
)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A Julia package implementing [quaternions](https://en.wikipedia.org/wiki/Quatern
6
6
The documentation is still work in progress.
7
7
For more information, see also
8
8
* [ README in the repository] ( https://github.com/JuliaGeometry/Quaternions.jl )
9
- * [ Tests in the repository] ( https://github.com/JuliaGeometry/Quaternions.jl/tree/master /test )
9
+ * [ Tests in the repository] ( https://github.com/JuliaGeometry/Quaternions.jl/tree/main /test )
10
10
Feel free to [ open pull requests] ( https://github.com/JuliaGeometry/Quaternions.jl/pulls ) and improve this document!
11
11
12
12
## Installation
You can’t perform that action at this time.
0 commit comments