From 5832dd52c3877875de55da7d755b5bfcba51cff4 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Tue, 20 Aug 2024 11:19:03 -0700 Subject: [PATCH] Update docs/gallery/advanced_io/plot_linking_data.py Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> --- docs/gallery/advanced_io/plot_linking_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery/advanced_io/plot_linking_data.py b/docs/gallery/advanced_io/plot_linking_data.py index f73f87b57..b90e60f84 100644 --- a/docs/gallery/advanced_io/plot_linking_data.py +++ b/docs/gallery/advanced_io/plot_linking_data.py @@ -269,7 +269,7 @@ # # For extremely large datasets it can be useful to split data across multiple files, e.g., in cases where # the file stystem does not allow for large files. While we can -# achieve this by writing different components (e.g., `TimeSeries`) to different files as described above, +# achieve this by writing different components (e.g., :py:meth:`~pynwb.base.TimeSeries`) to different files as described above, # this option does not allow splitting data from single datasets. An alternative option is to use the # `family` driver in `h5py` to automatically split the NWB file into a collection of many HDF5 files. # The `family` driver stores the file on disk as a series of fixed-length chunks (each in its own file).