File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,17 @@ A n-dimensional diagonal array type in Julia.
1414``` julia
1515julia> using Pkg: Pkg
1616
17- julia> Pkg. add (" https://github.com/ITensor/DiagonalArrays.jl" )
17+ julia> using Pkg: Pkg
18+
19+ julia> Pkg. add (url= " https://github.com/ITensor/BroadcastMapConversion.jl" )
20+
21+ julia> Pkg. add (url= " https://github.com/ITensor/NestedPermutedDimsArrays.jl" )
22+
23+ julia> Pkg. add (url= " https://github.com/ITensor/TypeParameterAccessors.jl" )
24+
25+ julia> Pkg. add (url= " https://github.com/ITensor/SparseArraysBase.jl" )
26+
27+ julia> Pkg. add (url= " https://github.com/ITensor/DiagonalArrays.jl" )
1828```
1929
2030## Examples
Original file line number Diff line number Diff line change 1515```julia
1616julia> using Pkg: Pkg
1717
18- julia> Pkg.add("https://github.com/ITensor/DiagonalArrays.jl")
18+ julia> Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl")
19+
20+ julia> Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl")
21+
22+ julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl")
23+
24+ julia> Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl")
25+
26+ julia> Pkg.add(url="https://github.com/ITensor/DiagonalArrays.jl")
1927```
2028=#
2129
You can’t perform that action at this time.
0 commit comments