mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-09 16:24:28 +00:00
.. | ||
.github/workflows | ||
docs | ||
project | ||
src | ||
tests | ||
utils | ||
.cruft.json | ||
.gitignore | ||
about.yaml | ||
CODE_OF_CONDUCT.md | ||
config.env | ||
config.yaml | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
mkdocs.yml | ||
project.Makefile | ||
pyproject.toml | ||
README.md |
nwb-schema-language
Translation of the nwb-schema-language to LinkML
Website
https://p2p_ld.github.io/nwb-schema-language
Repository Structure
- examples/ - example data
- project/ - project files (do not edit these)
- src/ - source files (edit these)
- tests/ - Python tests
Developer Documentation
Use the `make` command to generate project artefacts:
make all
: make everythingmake deploy
: deploys site
Credits
This project was made with linkml-project-cookiecutter.