File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ val(X(1))
3030DimensionalData.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
3636This symmetry means we can ignore how data is organized,
Original file line number Diff line number Diff 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.
8282Basically everything uses it somewhere. And you can too, with a few caveats.
You can’t perform that action at this time.
0 commit comments