Skip to content

Commit fdc0309

Browse files
oruebelbendichter
andauthored
Update README.md to fix link to the docs (#312)
Co-authored-by: Ben Dichter <[email protected]>
1 parent 28418b3 commit fdc0309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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://nwb-widgets.readthedocs.io/en/main/) for full documentation, including a gallery of all supported formats.
78+
See our [ReadTheDocs page](https://nwb-widgets.readthedocs.io) 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)