Skip to content

Commit 2502b36

Browse files
committed
docs: add no constructors admonition to Dataset
1 parent 79f9148 commit 2502b36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/datasets.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ public API:
3535
I.e. for a dataset object `dataset`, it can be constructed as `"\$(dataset.owner)/\$(dataset.name)"`.
3636
3737
$(_DOCS_nondynamic_datasets_object_warning)
38+
39+
$(_DOCS_no_constructors_admonition)
3840
"""
3941
Base.@kwdef struct Dataset
4042
owner::String

0 commit comments

Comments
 (0)