From ed2f4091d6396e14101044ddfc39642567d5af2e Mon Sep 17 00:00:00 2001 From: Howard Chiu <137316255+chiuhoward@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:25:04 -0700 Subject: [PATCH] Update kwargs.rst Created link to Defining Custom Bundle Dictionaries page in documentation --- docs/source/howto/usage/kwargs.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/howto/usage/kwargs.rst b/docs/source/howto/usage/kwargs.rst index 8a799f4d8..bee5141a8 100644 --- a/docs/source/howto/usage/kwargs.rst +++ b/docs/source/howto/usage/kwargs.rst @@ -108,7 +108,8 @@ brain_mask_definition: instance from `AFQ.definitions.image`, optional bundle_info: strings, dict, or BundleDict, optional List of bundle names to include in segmentation, or a bundle dictionary (see BundleDict for inspiration), - or a BundleDict. See `Defining Custom Bundle Dictionaries` + or a BundleDict. See `Defining Custom Bundle Dictionaries` + (https://yeatmanlab.github.io/pyAFQ/reference/bundledict.html) in the `usage` section of pyAFQ's documentation for details. If None, will get all appropriate bundles for the chosen segmentation algorithm. @@ -233,6 +234,6 @@ viz_backend_spec: str, optional Default: "plotly_no_gif" virtual_frame_buffer: bool, optional - Whether to use a virtual fram buffer. This is neccessary if + Whether to use a virtual fram buffer. This is necessary if generating GIFs in a headless environment. Default: False