-
-
Notifications
You must be signed in to change notification settings - Fork 364
Open
Labels
documentationImprovements to the documentationImprovements to the documentationhelp wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic
Description
Describe the issue linked to the documentation
The Group.create_array docstring lists the following for "compressor":
compressor: dict[str, JSON] | None = None
The compressor for the array.
This lacks the two pieces of information I was looking for:
- is it compressed by default?
- what are valid values for a compressor?
The second question is probably complicated, but it could be remedied by (1) linking out to the compressors documentation and/or (2) providing at least ONE example of a valid compressor.
Suggested fix for documentation
Default compressor behaviour should be listed, and a link to the compressors specification documentation should be provided.
iskandari
Metadata
Metadata
Assignees
Labels
documentationImprovements to the documentationImprovements to the documentationhelp wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic