File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11name = " ITensorPkgSkeleton"
22uuid = " 3d388ab1-018a-49f4-ae50-18094d5f71ea"
33authors = [" ITensor developers <support@itensor.org> and contributors" ]
4- version = " 0.3.9 "
4+ version = " 0.3.10 "
55
66[deps ]
77DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Original file line number Diff line number Diff line change 11# ITensorPkgSkeleton.jl
22
3- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://ITensor .github.io/ITensorPkgSkeleton.jl/stable/ )
4- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://ITensor .github.io/ITensorPkgSkeleton.jl/dev/ )
3+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://itensor .github.io/ITensorPkgSkeleton.jl/stable/ )
4+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://itensor .github.io/ITensorPkgSkeleton.jl/dev/ )
55[ ![ Build Status] ( https://github.com/ITensor/ITensorPkgSkeleton.jl/actions/workflows/Tests.yml/badge.svg?branch=main )] ( https://github.com/ITensor/ITensorPkgSkeleton.jl/actions/workflows/Tests.yml?query=branch%3Amain )
66[ ![ Coverage] ( https://codecov.io/gh/ITensor/ITensorPkgSkeleton.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/ITensor/ITensorPkgSkeleton.jl )
77[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ makedocs(;
1212 authors= " ITensor developers <support@itensor.org> and contributors" ,
1313 sitename= " ITensorPkgSkeleton.jl" ,
1414 format= Documenter. HTML (;
15- canonical= " https://ITensor .github.io/ITensorPkgSkeleton.jl" ,
15+ canonical= " https://itensor .github.io/ITensorPkgSkeleton.jl" ,
1616 edit_link= " main" ,
1717 assets= [" assets/favicon.ico" , " assets/extras.css" ],
1818 ),
Original file line number Diff line number Diff line change 11# # ITensorPkgSkeleton.jl
22#
3- # [](https://ITensor .github.io/ITensorPkgSkeleton.jl/stable/)
4- # [](https://ITensor .github.io/ITensorPkgSkeleton.jl/dev/)
3+ # [](https://itensor .github.io/ITensorPkgSkeleton.jl/stable/)
4+ # [](https://itensor .github.io/ITensorPkgSkeleton.jl/dev/)
55# [](https://github.com/ITensor/ITensorPkgSkeleton.jl/actions/workflows/Tests.yml?query=branch%3Amain)
66# [](https://codecov.io/gh/ITensor/ITensorPkgSkeleton.jl)
77# [](https://github.com/invenia/BlueStyle)
Original file line number Diff line number Diff line change 11# {PKGNAME}.jl
22
3- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://ITensor .github.io/{PKGNAME}.jl/stable/ )
4- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://ITensor .github.io/{PKGNAME}.jl/dev/ )
3+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://itensor .github.io/{PKGNAME}.jl/stable/ )
4+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://itensor .github.io/{PKGNAME}.jl/dev/ )
55[ ![ Build Status] ( https://github.com/ITensor/{PKGNAME}.jl/actions/workflows/Tests.yml/badge.svg?branch=main )] ( https://github.com/ITensor/{PKGNAME}.jl/actions/workflows/Tests.yml?query=branch%3Amain )
66[ ![ Coverage] ( https://codecov.io/gh/ITensor/{PKGNAME}.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/ITensor/{PKGNAME}.jl )
77[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ makedocs(;
1212 authors= " ITensor developers <support@itensor.org> and contributors" ,
1313 sitename= " {PKGNAME}.jl" ,
1414 format= Documenter. HTML (;
15- canonical= " https://ITensor .github.io/{PKGNAME}.jl" ,
15+ canonical= " https://itensor .github.io/{PKGNAME}.jl" ,
1616 edit_link= " main" ,
1717 assets= [" assets/favicon.ico" , " assets/extras.css" ],
1818 ),
Original file line number Diff line number Diff line change 11# # {PKGNAME}.jl
22#
3- # [](https://ITensor .github.io/{PKGNAME}.jl/stable/)
4- # [](https://ITensor .github.io/{PKGNAME}.jl/dev/)
3+ # [](https://itensor .github.io/{PKGNAME}.jl/stable/)
4+ # [](https://itensor .github.io/{PKGNAME}.jl/dev/)
55# [](https://github.com/ITensor/{PKGNAME}.jl/actions/workflows/Tests.yml?query=branch%3Amain)
66# [](https://codecov.io/gh/ITensor/{PKGNAME}.jl)
77# [](https://github.com/invenia/BlueStyle)
You can’t perform that action at this time.
0 commit comments