Skip to content

Commit b03703f

Browse files
authored
change latest to dev in readme link (#279)
1 parent 6502fad commit b03703f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ A simple way to produce `BlockArray`s is via `mortar`, which combines an array o
1414
```julia
1515
julia> mortar([randn(3), randn(4)])
1616
2-blocked 7-element BlockVector{Float64}:
17-
-0.19808699390960527
18-
0.04711385377738941
19-
-0.6308529482215658
17+
-0.19808699390960527
18+
0.04711385377738941
19+
-0.6308529482215658
2020
─────────────────────
2121
-0.021279626465135287
22-
-1.0991149020591062
23-
1.0817971931026398
22+
-1.0991149020591062
23+
1.0817971931026398
2424
-0.012442892450142308
2525

2626
julia> mortar(reshape([randn(2,2), randn(1,2), randn(2,3), randn(1,3)],2,2))
2727
2×2-blocked 3×5 BlockMatrix{Float64}:
28-
-1.17797 0.3597380.87676 -2.06495 1.74256
28+
-1.17797 0.3597380.87676 -2.06495 1.74256
2929
1.54787 1.64133-0.0416484 -2.00241 -0.522441
3030
───────────────────────┼──────────────────────────────────
3131
0.430093 -0.0263753-1.31275 0.278447 -0.139579
@@ -34,7 +34,7 @@ julia> mortar(reshape([randn(2,2), randn(1,2), randn(2,3), randn(1,3)],2,2))
3434
## Documentation
3535

3636
- [**STABLE**][docs-stable-url] — **most recently tagged version of the documentation.**
37-
- [**LATEST**][docs-latest-url] — *in-development version of the documentation.*
37+
- [**LATEST**][docs-dev-url] — *in-development version of the documentation.*
3838

3939
## Contributing
4040

@@ -45,5 +45,5 @@ Possible ways of contributing to this package include:
4545
* Implement different reductions functionalities, (`sum` and co.).
4646
* Audit the performance and make improvements as needed.
4747

48-
[docs-latest-url]: https://JuliaArrays.github.io/BlockArrays.jl/latest/
48+
[docs-dev-url]: https://JuliaArrays.github.io/BlockArrays.jl/dev/
4949
[docs-stable-url]: https://JuliaArrays.github.io/BlockArrays.jl/stable

0 commit comments

Comments
 (0)