Skip to content

Commit

Permalink
Replace markdown links with rst links in README.rst (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Feb 1, 2025
1 parent d5a931d commit f9fb35f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repo contains:
* The `Documentation for the NWB schema <https://nwb-schema.readthedocs.io>`_ (editable `here <https://github.com/NeurodataWithoutBorders/nwb-schema/tree/dev/docs/format/source>`_)
* The `HDF5 storage specification <https://nwb-storage.readthedocs.io/en/latest/storage_hdf5.html>`_ (editable `here <https://github.com/NeurodataWithoutBorders/nwb-schema/blob/dev/docs/storage/source/storage_hdf5.rst>`_)

The NWB schema uses the [NWB specification language](https://schema-language.readthedocs.io/),
The NWB schema uses the `NWB specification language <https://schema-language.readthedocs.io>`_,
which defines formal structures for describing the organization of
complex data using basic concepts, e.g., Groups, Datasets, Attributes, and Links.

Expand All @@ -21,7 +21,7 @@ For more information:
- The PyNWB Python API for the NWB format is available on `Github <https://github.com/NeurodataWithoutBorders/pynwb>`_
- The MatNWB Matlab API for the NWB format is available on `Github <https://github.com/NeurodataWithoutBorders/matnwb>`_

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 <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.


License
Expand Down
2 changes: 1 addition & 1 deletion core/nwb.file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit f9fb35f

Please sign in to comment.