We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f47cde commit c77907eCopy full SHA for c77907e
docs/src/extending_dd.md
@@ -89,7 +89,7 @@ format(dims, array)
89
This lets DimensionalData detect the lookup properties, fill in missing fields
90
of a `Lookup`, pass keywords from `Dimension` to detected `Lookup`
91
constructors, and accept a wider range of dimension inputs like tuples of `Symbol`
92
-and `Type`. The way you indicate that something needs to be filled is by using the `Auto` types, like `AutoOrder`](@ref) or `AutoSampling`.
+and `Type`. The way you indicate that something needs to be filled is by using the `Auto` types, like [`AutoOrder`](@ref) or `AutoSampling`.
93
94
Not calling `format` in the outer constructors of an `AbstractDimArray`
95
has undefined behaviour.
0 commit comments