mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 08:44:30 +00:00
sneakers-the-rat
eac5ef4c80
move conftest to root so we find doctests? maybe we don't want to keep that tho
27 lines
No EOL
611 B
Markdown
27 lines
No EOL
611 B
Markdown
# Adapters
|
|
|
|
Adapters translate NWB Schema Language to LinkML Schema.
|
|
|
|
- [**Adapter**](adapter.md) - Base Adapter Classes
|
|
- [**Namespaces**](namespaces.md) - Top-level container of NWB namespace indices and schema
|
|
- [**Schema**](schema.md) - Individual NWB Schema files within a namespace
|
|
- [**Classes**](classes.md) - Root methods shared between classes and groups
|
|
- [**Dataset**](dataset.md) - ... Datasets!
|
|
- [**Group**](group.md) - Groups!
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
|
|
adapter
|
|
classes
|
|
dataset
|
|
group
|
|
namespaces
|
|
schema
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. automodule:: nwb_linkml.adapters
|
|
:members:
|
|
:undoc-members:
|
|
``` |