Skip to content

Commit 767a691

Browse files
committed
Remove doc refs type aliases.
Documenter's @ref doesn't seem to work for type aliases, currently.
1 parent f504c20 commit 767a691

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vector_of_arrays.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ VectorOfArrays(
3535
Other suitable values for `checks` are `ArraysOfArrays.simple_consistency_checks`
3636
and `ArraysOfArrays.no_consistency_checks`.
3737
38-
[VectorOfVectors](@ref) is defined as an type alias:
38+
`VectorOfVectors` is defined as an type alias:
3939
4040
```julia
4141
`VectorOfVectors{T,VT,VI,VD} = VectorOfArrays{T,1,VT,VI,VD}`
@@ -444,7 +444,7 @@ VectorOfVectors(
444444
consgrouped_ptrs(A::AbstractVector)
445445
446446
Compute an element pointer vector, suitable for creation of a
447-
[`VectorOfVectors`](@ref) that implies grouping equal consecutive entries of
447+
`VectorOfVectors` that implies grouping equal consecutive entries of
448448
`A`.
449449
450450
Example:
@@ -492,7 +492,7 @@ end
492492
Compute a grouping of equal consecutive elements on `source` via
493493
[`consgrouped_ptrs`](@ref) and apply the grouping to target, resp. each
494494
element of `target`. `target` may be an vector or a named or unnamed tuple of
495-
vectors. The result is a [`VectorOfVectors`](@ref), resp. a tuple of such.
495+
vectors. The result is a `VectorOfVectors`, resp. a tuple of such.
496496
497497
Example:
498498

0 commit comments

Comments
 (0)