pynwb icon indicating copy to clipboard operation
pynwb copied to clipboard

Extensions doc page contains errors

Open rly opened this issue 5 years ago • 1 comments

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.

rly avatar Aug 28 '20 22:08 rly

I would also add a link to the YouTube video of your talk ;-)

oruebel avatar Aug 28 '20 23:08 oruebel