-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
category: bugerrors in the code or code behaviorerrors in the code or code behaviorpriority: mediumnon-critical problem and/or affecting only a small set of NWB usersnon-critical problem and/or affecting only a small set of NWB users
Description
Description
Bug report from the AQuA developers.
The documentation for extensions contains code that does not run.
spec = NWBDatasetSpec('A custom NWB type',
name='qux',
attribute=[
NWBAttributeSpec('baz', 'a value for baz', 'text'),
],
shape=(None, None)
)
The keyword attribute
should be attributes
. This happens more than once on the page.
The page is also outdated and should point users to the NWB Extensions Catalog and associated tools to create extensions.
Metadata
Metadata
Assignees
Labels
category: bugerrors in the code or code behaviorerrors in the code or code behaviorpriority: mediumnon-critical problem and/or affecting only a small set of NWB usersnon-critical problem and/or affecting only a small set of NWB users