Skip to content

Commit

Permalink
Update kwargs.rst
Browse files Browse the repository at this point in the history
Created link to Defining Custom Bundle Dictionaries page in documentation
  • Loading branch information
chiuhoward authored Aug 9, 2024
1 parent 899d504 commit ed2f409
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/howto/usage/kwargs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

0 comments on commit ed2f409

Please sign in to comment.