Skip to content

Extensions doc page contains errors #1291

@rly

Description

@rly

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 behaviorpriority: mediumnon-critical problem and/or affecting only a small set of NWB users

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions