From f9fb35fb18b55444bfef45869133b6039c730df4 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Fri, 31 Jan 2025 16:51:15 -0800 Subject: [PATCH] Replace markdown links with rst links in README.rst (#606) --- README.rst | 4 ++-- core/nwb.file.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 30cc0bb..8feb7ab 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ This repo contains: * The `Documentation for the NWB schema `_ (editable `here `_) * The `HDF5 storage specification `_ (editable `here `_) -The NWB schema uses the [NWB specification language](https://schema-language.readthedocs.io/), +The NWB schema uses the `NWB specification language `_, which defines formal structures for describing the organization of complex data using basic concepts, e.g., Groups, Datasets, Attributes, and Links. @@ -21,7 +21,7 @@ For more information: - The PyNWB Python API for the NWB format is available on `Github `_ - The MatNWB Matlab API for the NWB format is available on `Github `_ -The NWB 1.0 format and API are archived in the [NeurodataWithoutBorders/api-python](https://github.com/NeurodataWithoutBorders/api-python) repository. https://github.com/NeurodataWithoutBorders/api-python/blob/master/nwb/nwb_core.py contains the reference schema for the NWB 1 format. +The NWB 1.0 format and API are archived in the `NeurodataWithoutBorders/api-python `_ repository. https://github.com/NeurodataWithoutBorders/api-python/blob/master/nwb/nwb_core.py contains the reference schema for the NWB 1 format. License diff --git a/core/nwb.file.yaml b/core/nwb.file.yaml index 8a882cd..ba480a7 100644 --- a/core/nwb.file.yaml +++ b/core/nwb.file.yaml @@ -120,7 +120,7 @@ groups: or is pulled from an external stimulus library. Stimuli are here defined as any signal that is pushed into the system as part of the experiment (eg, sound, video, voltage, etc). Many different experiments can use the same - stimuli, and stimuli can be re-used during an experiment. The stimulus group + stimuli, and stimuli can be reused during an experiment. The stimulus group is organized so that one version of template stimuli can be stored and these be used multiple times. These templates can exist in the present file or can be linked to a remote library file.'