From 76f50d3c81ac1f05ea03d805f36f47abc25db961 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Wed, 16 Jan 2019 14:33:05 -0800 Subject: [PATCH] Added link to the GitHub repo to the readme As some users will access the README via the GitHub.io pages (rather than the GitHub repo directly) we need a way for folks to find the repo from the README itself. Here the links to the github.io pages. https://neurodatawithoutborders.github.io/matnwb https://neurodatawithoutborders.github.io/matnwbemb --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9abf47f6..4a740a49 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ This package provides two functions `generateCore` and `generateExtension` that Once the code generation step is done, NWB objects can be read, constructed and written from Matlab. +## Sources + +MatNWB is availbale online at https://github.com/NeurodataWithoutBorders/matnwb + ## Caveats The NWB:N schema is in a state of some evolution. This package assumes a certain set of rules are used to define the schema. As the schema is updated, some of the rules may be changed and these will break this package.