Skip to content

Commit 55b12fa

Browse files
committed
do unique
1 parent 94aef57 commit 55b12fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/dimensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ val(X(1))
3030
DimensionalData.jl uses `Dimensions` everywhere:
3131

3232
- `Dimension`s are returned from `dims` to specify the names of the dimensions of an object
33-
- They can wrap [`Lookups`](@ref) to associate the lookups with those names
33+
- They can wrap [`Dimensions.Lookups`](@ref) to associate the lookups with those names
3434
- To index into these objects, they can wrap indices like `Int` or a `Selector`
3535

3636
This symmetry means we can ignore how data is organized,

docs/src/object_modification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dimensions into a single combined dimension with a lookup holding
7676
`Tuples` of the values of both dimensions.
7777

7878

79-
## `rebuild`
79+
## `rebuild`(@id sec-rebuild)
8080

8181
[`rebuild`](@ref) is one of the core functions of DimensionalData.jl.
8282
Basically everything uses it somewhere. And you can too, with a few caveats.

0 commit comments

Comments
 (0)