nwb-linkml/nwb_schema_language
Yaroslav Halchenko 63a405f4aa [DATALAD RUNCMD] run codespell throughout fixing typo automagically but ignoring the failure due to ambigous typos
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w || :",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2024-04-17 15:59:53 -04:00
..
.github/workflows some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
docs updating nwb_schema_language to have proper single/multi fields for author/contact 2023-10-10 01:08:25 -07:00
project Regenerate nwb_schema_language models 2023-10-09 15:06:53 -07:00
src [DATALAD RUNCMD] run codespell throughout fixing typo automagically but ignoring the failure due to ambigous typos 2024-04-17 15:59:53 -04:00
tests some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
utils some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
.cruft.json some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
.gitignore Cleaner code generation, npytyping type hints for arrays 2023-08-30 20:56:30 -07:00
about.yaml some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
CODE_OF_CONDUCT.md some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
config.env some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
config.yaml some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
CONTRIBUTING.md some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
LICENSE some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
Makefile update to pydantic 2 2023-08-31 15:36:58 -07:00
mkdocs.yml some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
poetry.lock Regenerate nwb_schema_language models 2023-10-09 15:06:53 -07:00
project.Makefile some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
pyproject.toml updating nwb_schema_language to have proper single/multi fields for author/contact 2023-10-10 01:08:25 -07:00
README.md some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00

nwb-schema-language

Translation of the nwb-schema-language to LinkML

Website

https://p2p_ld.github.io/nwb-schema-language

Repository Structure

Developer Documentation

Use the `make` command to generate project artefacts:
  • make all: make everything
  • make deploy: deploys site

Credits

This project was made with linkml-project-cookiecutter.