Skip to content

Commit 9885afc

Browse files
Merge pull request #309 from NeurodataWithoutBorders/rly-patch-1
Fix link in README.md
2 parents ab16a5f + 8f57e06 commit 9885afc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ docker run -p 8866:8866 ghcr.io/NeurodataWithoutBorders/nwbwidgets-panel:lates
7575
![](https://drive.google.com/uc?export=download&id=1JtI2KtT8MielIMvvtgxRzFfBTdc41LiE)
7676

7777
## Documentation
78-
See our [ReadTheDocs page](https://nwbwidgets.readthedocs.io/en/main/) for full documentation, including a gallery of all supported formats.
78+
See our [ReadTheDocs page](https://nwb-widgets.readthedocs.io/en/main/) for full documentation, including a gallery of all supported formats.
7979

8080
## How it works
8181
All visualizations are controlled by the dictionary `neurodata_vis_spec`. The keys of this dictionary are pynwb neurodata types, and the values are functions that take as input that neurodata_type and output a visualization. The visualizations may be of type `Widget` or `matplotlib.Figure`. When you enter a neurodata_type instance into `nwb2widget`, it searches the `neurodata_vis_spec` for that instance's neurodata_type, progressing backwards through the parent classes of the neurodata_type to find the most specific neurodata_type in `neurodata_vis_spec`. Some of these types are containers for other types, and create accordian UI elements for its contents, which are then passed into the `neurodata_vis_spec` and rendered accordingly.

0 commit comments

Comments
 (0)