diff --git a/dev/.buildinfo b/dev/.buildinfo deleted file mode 100644 index b96b05d..0000000 --- a/dev/.buildinfo +++ /dev/null @@ -1,4 +0,0 @@ -# Sphinx build info version 1 -# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 5a68f57583269655514ac27fe00b1e6d -tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/dev/.doctrees/api/generated/brainprint.asymmetry.doctree b/dev/.doctrees/api/generated/brainprint.asymmetry.doctree deleted file mode 100644 index 9f89b63..0000000 Binary files a/dev/.doctrees/api/generated/brainprint.asymmetry.doctree and /dev/null differ diff --git a/dev/.doctrees/api/generated/brainprint.brainprint.doctree b/dev/.doctrees/api/generated/brainprint.brainprint.doctree deleted file mode 100644 index f7e0885..0000000 Binary files a/dev/.doctrees/api/generated/brainprint.brainprint.doctree and /dev/null differ diff --git a/dev/.doctrees/api/generated/brainprint.surfaces.doctree b/dev/.doctrees/api/generated/brainprint.surfaces.doctree deleted file mode 100644 index 7de73d5..0000000 Binary files a/dev/.doctrees/api/generated/brainprint.surfaces.doctree and /dev/null differ diff --git a/dev/.doctrees/api/index.doctree b/dev/.doctrees/api/index.doctree deleted file mode 100644 index 5d8e5e3..0000000 Binary files a/dev/.doctrees/api/index.doctree and /dev/null differ diff --git a/dev/.doctrees/environment.pickle b/dev/.doctrees/environment.pickle deleted file mode 100644 index 4e4442b..0000000 Binary files a/dev/.doctrees/environment.pickle and /dev/null differ diff --git a/dev/.doctrees/index.doctree b/dev/.doctrees/index.doctree deleted file mode 100644 index 5cce907..0000000 Binary files a/dev/.doctrees/index.doctree and /dev/null differ diff --git a/dev/_static/documentation_options.js b/dev/_static/documentation_options.js index 025330c..191e7f8 100644 --- a/dev/_static/documentation_options.js +++ b/dev/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.4.0', + VERSION: '0.5.0.dev0', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/dev/api/generated/brainprint.asymmetry.html b/dev/api/generated/brainprint.asymmetry.html index 416d915..de68e92 100644 --- a/dev/api/generated/brainprint.asymmetry.html +++ b/dev/api/generated/brainprint.asymmetry.html @@ -267,7 +267,7 @@
Dict
[str
, float
]{left_label}_{right_label}, distance.
+dict
[str
, float
]{left_label}_{right_label}, distance.
Dict
[str
, Path
]Dictionary mapping from labels to .vtk paths.
+dict
[str
, Path
]Dictionary mapping from labels to .vtk paths.
bool
, optional
Whether to also return eigenvectors or not, by default False.
Tuple
[Dict
[str
, np.ndarray
], Union
[Dict
[str
, np.ndarray
], None
]]Surface label to eigenvalues, surface label to eigenvectors (if +
tuple
[dict
[str
, np.ndarray
], Union
[dict
[str
, np.ndarray
], None
]]Surface label to eigenvalues, surface label to eigenvectors (if keep_eigenvectors is True).
Tuple
[np.ndarray
, Union
[np.ndarray
, None
]]Eigenvalues, eigenvectors (if returned).
+tuple
[np.ndarray
, Union
[np.ndarray
, None
]]Eigenvalues, eigenvectors (if returned).
Path
Path to the destination directory where the surface will be saved.
List
[int
]List of label indices to include in the surface generation.
+list
[int
]List of label indices to include in the surface generation.
Dict
[str
, Path
]Dictionary of label names mapped to corresponding surface Path objects.
+dict
[str
, Path
]Dictionary of label names mapped to corresponding surface Path objects.
Dict
[str
, Path
]Dictionary mapping label names to associated surface Paths.
+dict
[str
, Path
]Dictionary mapping label names to associated surface Paths.
Dict
[str
, Path
]Dict mapping label names to the corresponding Path objects of created surfaces.
+dict
[str
, Path
]Dict mapping label names to the corresponding Path objects of created surfaces.