From 4ee549ca8fe83afda0cf4a1a22305d7358eae8b2 Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:47:31 -0700 Subject: [PATCH] Update docs/source/export.rst --- docs/source/export.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/export.rst b/docs/source/export.rst index fcd80a312..218184f9b 100644 --- a/docs/source/export.rst +++ b/docs/source/export.rst @@ -53,7 +53,7 @@ on the :py:class:`~pynwb.file.NWBFile` before exporting. How do I create a copy of an NWB file with different data layouts (e.g., applying compression)? --------------------------------------------------------------------------------------------------------- -Use the h5repack `_ command line tool from the HDF5 Group. +Use the `h5repack `_ command line tool from the HDF5 Group. How do I create a copy of an NWB file with different controls over how links are treated and whether copies are deep or shallow?